@charset "utf-8";
/* CSS Document */
html{
	background-color:#333333;
	background-image:url(../image/top_bg.png);
	background-position:top center;
	background-repeat:repeat-x;
	text-align:center;
}
body{
	margin:10px auto;
	font-size:14px;
	line-height:170%;
}
img{
	border:none;
}
section,article,header,footer,nav{
	display:block;
	margin-bottom:30px;
}
/*共通部分---------------------------------------------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fbb03b;
	text-align:left;
	line-height:120%;
}
h1{
	font-size:36px;
}
h2{
	font-size:24px;
}
h3{
	color:#424f8b;
	font-size:18px;
}
.left{float:left;}
.right{float:right;}
strong{
	font-weight:bold;
}
th, td { padding: 5px; }
table { border-spacing: 0px; width:100%;}

td{
	vertical-align:top;
}
section{
	clear:both;
}
/*ヘッダー---------------------------------------------------------------------------------------------------------------------------------------*/
header{
	display:block;
	width:1024px;
	margin:auto;
	text-align:left;
}
header>div{
	margin-left:-128px;
	height:640px;
	background-image:url(../image/top_sunset.png);
	background-position:720px 100px;
	background-repeat:no-repeat;
	color:#fff;
	line-height:28px;
	font-size:18px;
	width:1280px;
}

#isllogo{
	display:inline-block;
	position:relative;
}
#silkylogo{
	display:inline-block;
	position:relative;
	left:770px;
}
#toplogo{
	display:block;
	position:relative;
	top:60px;
	left:140px;
}
#movie{
	position:relative;
	left:860px;
	top:0px;	
}
#topcaption{
	width:690px;
	text-align:left;
	position:relative;
	top:160px;
	left:150px;
}
/*メインナビゲーション-----------------------------------------------------------------------------------------------------------------------------*/
#MAIN_NAVI{
	display:block;
	width:1024px;
	margin:auto;
}
#MAIN_NAVI tbody a{
	display:block;
	margin:auto;
}
#MAIN_NAVI h2{
	font-size:15px;
	text-align:center;
}
#MAIN_NAVI tr td{
	vertical-align:top;
	padding-right:10px;
	width:322px
}
#MAIN_NAVI tr td:last-child{
	width:312px;
	padding-right:0;
}
#MAIN_NAVI tfoot div{
	display:block;
	margin:auto;
	border-radius:10px;
	background:#ccc;
	padding:10px;
}
#MAIN_NAVI tfoot div p{
	text-align:left;
	height:150px;
}
.shadow{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5); /* Safari, Chrome用 */
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5); /* Firefox用 */
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5); /* CSS3 */
}
/*ナビゲーションバー-------------------------------------------------------------------------------------------------------------------------------*/
.navi{
	margin-top:50px;
	margin-bottom:30px;
	background-position:top center;
	background-repeat:repeat-x;
	padding-top:45px;
}
.navi div{
	text-align:left;
	width:1024px;
	margin:auto;
	margin-top:5px;
}
.navi div a{
	float:right;
	margin-left:10px;
}
#C01{
	background-image:url(../image/hr01.png);
}
#C02{
	background-image:url(../image/hr02.png);
}
#C03{
	background-image:url(../image/hr03.png);
}
#C04{
	background-image:url(../image/hr04.png);
}
#C05{
	background-image:url(../image/hr05.png);
}
#C06{
	background-image:url(../image/hr06.png);
}
/*メインコンテンツ-------------------------------------------------------------------------------------------------------------------------------*/
article{
	display:block;
	width:1024px;
	min-height:500px;
	margin:auto;
}
section>h1{
	margin-top:0;
}
section>*:last-child{
	margin-bottom:0;
}
section div.area{
	background:#fff;
	border-radius:8px;
	padding:20px;
	margin:20px;
	text-align:left;
}
section div.area a,section div.area a:visited{
	color:#000;
	text-decoration:none;
	line-height:100%;
}
section div.area h3{
	margin-bottom:0;
	font-size:16px;
	font-weight:bold;
}
#adlink{
	margin-top:10px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:10px;
	width:350px;
	background-color:#eee;
	
}
#adlink h3{
	margin:5px 0 0 0;
	padding:3px 0;
	background-image:url(http://www.isl.co.jp/SILKYPIX/japanese/common/image/i_arrow_2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:30px;
	font-size:14px;
}
#adlink ul{
	list-style:none;
	margin:0;
}

#movielist{
	display:block;
	overflow:auto;
	height:190px;
	margin:10px 0;
}
#movielist .play_button{
	position:relative;
	top:14px;
	left:40px;
}
#movielist .thumb{
	width:120px;
	height:67px;
	background-position:center;
	float:left;
	clear:left;
	margin-right:5px;
}
#movielist li{
	display:block;
	margin:0;
	padding:5px;
	min-height:77px;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:6px;
	margin-top:5px;
	margin-right:10px;
}


.head_section{
	border:2px solid #fbb03b;
	border-radius:10px;
	text-align:left;
	padding:30px;
	background-image:url(../image/bg_head_section.png);
	background-repeat:repeat-y;
	background-position:left;
	font-size:14px;
	line-height:30px;
	margin-bottom:60px;
	min-height:250px;
}
.head_section strong{
	font-size:16px;
}
.head_section h1{
	color:#c00;
}
.twistted_photo01{
	margin:-70px 30px -30px -60px;
	float:left;
}
.body_section h2{
	margin-bottom:10px;
}
.body_section,.foot_section{
	margin:25px;
}
section>div.text{
	background-image:url(../image/bg_text.png);
	background-position:right;
	background-repeat:no-repeat;
	width:569px;
	height:174px;
	padding:20px 65px 20px 25px;
	text-align:left;
	margin-bottom:50px;
}
section div.photo{
	background-color:#fff;
	border:1px solid #ccc;
	width:312px;
	height:214px;
	text-align:center;
}
section div.photo.poatrait{
	width:214px;
	height:312px;
}
section div.photo img{
	margin-top:10px;
}

section>div.round_box{
	background-color:#ccc;
	border-radius:10px;
	text-align:left;
}
.body_section>div.round_box h3{
	margin:0;
	
}
.foot_section .text{
	font-size:14px;
	line-height:30px;
}
.foot_section>div.round_box h1{
	color:#c00;
	margin-top:0;
}
section .poatrait+div.text{
	background-image:url(../image/bg_poatrait.png);
	width:666px;
	height:274px;
}

/*フッター----------------------------------------------------------------------------------------------------------------------------------------*/
footer{
	display:block;
	width:1024px;
	color:#fff;
	padding:10px 0;
	margin:auto;
}
footer a,footer a:visited{
	color:#fff;
	text-decoration:none;
}
footer a:hover{
	color:#fbb03b;
	text-decoration:underline;
}
footer a:active{
	margin:auto;
	color:#f00;
	text-decoration:underline;
}
