@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #535353;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, img { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding: 0px 20px 0 20px;
	clear:both;
	letter-spacing:0.1em;
}

p {
	margin-top: 0;
	padding: 10px 20px 0 20px;
	clear:both;
	font-size:0.9em;
}


a img {
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #237D91;
	text-decoration: none;
}
a:visited {
	color: #5392A0;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #5392A0;
	text-decoration: underline;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 1024px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	padding: 0;
}

.header {
	background: url(../../image/common/header_bg.png) repeat-x;
	height: 120px;
	margin-bottom: 0;
	width: 100%;
}
.slide {
	background: #ffffff;
	height: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.slide_box1 {
	float: left;
	background: #ffffff;
	height:300px;
	width: 700px;
	margin:0;
	}
 
.slide_box2 {
	float: left;
	background: #fff;
	height:300px;
	width: 304px;
	margin-left:15px;
}
.slide_box2 .sinbox {
	background: #c3c3c3;
	margin:10px;
}
.sidebar1 {
	float: right;
	width: 440px;
	padding-top:10px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 584px;
	float: right;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~*/
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	}
	/* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
	

/* ナビゲーションリストのスタイル付け*/
.nav {
	clear:both;
	height:40px;
	width:1024px;
	margin: 0;
	padding-left: 20px;	
	}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	list-style: none; /* リストのマーカーを削除します。 */
	text-indent: -9999px;
	float:left;  
	width: 164px;
	margin: 0;
	padding: 0;	
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	width: 100%;
	height:40px;
	background:url(../../image/common/header_navi.png) no-repeat;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background:url(../../image/common/header_navi.png) no-repeat;
}

#nav1 a{background-position: -20px 0;}  
#nav2 a{background-position: -184px 0;}  
#nav3 a{background-position: -348px 0;}  
#nav4 a{background-position: -512px 0;}  
#nav5 a{background-position: -676px 0;}  
#nav6 a{background-position: -840px 0;}  

#nav1 a:hover{background-position: -20px -40px;}  
#nav2 a:hover{background-position: -184px -40px;}  
#nav3 a:hover{background-position: -348px -40px;}  
#nav4 a:hover{background-position: -512px -40px;}  
#nav5 a:hover{background-position: -676px -40px;}  
#nav6 a:hover{background-position: -840px -40px;}  

/*～～～Right Column～～～*/

.movie_box{
    width:420px;
	height:240px;
	margin-bottom:20px;
	text-align:left;
	vertical-align:top;
	clear:both;
	}
	
.link_box{
    width:420px;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
	clear:both;
	}
	
.link_box_b{
    width:418px;
	text-align:left;
	vertical-align:top;
	margin-bottom:10px;
	border:1px solid #CCC;
	clear:both;
	}

.link_box img{
	margin:5px 8px 0 0;
}


/*～～～All Column～～～*/
.link_box_all{
    width:100%;
	text-align:left;
	vertical-align:top;
	margin-bottom:30px;
	padding-top:20px;
	clear:both;
	}
	
.link_box_all img{
	margin:5px 4px 0 0;
}




/* ~~ フッター ~~ */
.footer {
	padding: 0 0 10px 0;
	background:url(../../image/common/footre_bg.png) top  repeat-x #35393d;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	width: 100%;
	height:auto;
}

.foot{
	clear: both;
	text-align:center;
	color:#DCDCDC;
	font-size:0.9em;
	margin-top:0;
	}
.footer a:link {
	color: #DCDCDC;
	text-decoration: none;
}
.footer a:visited {
	color: #DCDCDC;
	text-decoration: none;
}
.footer a:hover, a:active, a:focus {
	color: #084F72;
	text-decoration: underline;
}
.ft_2-box {
	float: left;
	margin:0;
	padding:20px 0;
	height:auto;
}
.ft_2-box .fobox {
	margin:0 10px;
	float:left;
	width: 400px;
	text-align:left;
	}
.footnavi{
	margin:0;
	height: 40px;
	color:#DCDCDC;
	}	
.footlogo {
	float: left;
	width: 110px;
	margin-right:10px;}
.cap {
	margin:30px 0 20px 0;
	height:30px;
	width:100%;
	font-size:0.8em;
	clear:both;
	}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.text_bold_b {
	font-weight:bold;
	color:#36C;}
	
.topmove {
	position: fixed;
	bottom: 40px;
	right: 40px;
	}

	