@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*link
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #E60012;
	text-decoration: none;
}



/*container
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-y;
	padding-top: 1px;
	clear: left;
}



/*header
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	position: relative;
}



/*logo*/
#logo {
	position: absolute;
	left: 0px;	
	bottom: 0px;
}




/*mainmenu
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(images/menu_bg.png);
	height: 67px;
	width: 910px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*top_slide
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 360px;
	width: 910px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*main_right
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 0px;
}

#main h2 {
	font-size: 100%;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #434343;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}



/*side_left
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 0px;
}

#side h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	
	text-align: center;			
	background-image: url(images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}






/*fooder_menu
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}




/*fooder
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 40px 4px 20px;
}










/*big_box
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 5px;	
	border-top: 1px solid #bfbfbf;		
	border-right: 1px solid #bfbfbf;	
	border-bottom: 1px solid #bfbfbf;	
	border-left: 1px solid #bfbfbf;		
	margin-bottom: 1em;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

/*photo*/
.box img {
	float: left;
	width: 150px;	
}

/*h3*/
.box h3 {
	font-size: 100%;
	color: #333333;	
	padding-left: 160px;	
}
.box h3 a {
	color: #333333;	
}

.box p {
	padding: 0px 0px 0px 160px !important;	
}



/*mini_box
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}

/*h3*/
.boxmini h3 {
	font-size: 100%;
	color: #000000;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 10px;
}
.boxmini h3 a {
	color: #000000;	
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1;
}



.boxmini.news {
	background-image: url(images/boxbg_news.gif);	/*「news」画像指定*/
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.boxmini.event {
	background-image: url(images/boxbg_event.gif);		/*「event」画像指定*/
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.boxmini.works {
	background-image: url(images/boxbg_works.gif);		/*「works」画像指定*/
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.boxmini.gallery {
	background-image: url(images/boxbg_gallery.gif);		/*「gallery」画像指定*/
	background-repeat: no-repeat;						
	background-position: right bottom;					
}

.boxmini.release {
	background-image: url(images/boxbg_release.gif);		/*「release」画像指定*/
	background-repeat: no-repeat;						
	background-position: right bottom;					
}



/*table
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #bfbfbf;
}

.ta1 td, .ta1 th{
	padding: 5px;	
}

.ta1 th{
	background-color: #F0F0F0;	
	width: 150px;				
	text-align: center;
}





/*other
---------------------------------------------------------------------------*/
.color1 {
	color: #E60012;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}
