@charset "utf-8";
/* CSS Document */

/* reset ---------------------------------------- */

*{
	margin: 0;
	padding: 0;
}

/* definition ---------------------------------------- */
html {
	background: #FFFEF2;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	background: #FFFEF2;
	line-height:195%;
	color: #333;
	background:url(../images/bg.png) repeat-x 0 0;
}

img {
	border: none;
	vertical-align: top;
}
li {
	list-style: none;
}

a {
	color: #054F59;
}
a:hover{
	text-decoration: none;
}
a img:hover,
.btn input:hover{
	filter: alpha(opacity=75);
  	-moz-opacity:0.75;
  	opacity:0.75;
}

/* layout ---------------------------------------- */
/*Header*/

#header {
	margin: 0 auto;
}

#header h1,
#content h1 {
	float: right;
	background: url(../images/toplogo.png) no-repeat left top;
	text-align:left;
	text-indent: -9999px;
	width: 373px;
	height:176px;
	margin: 5px 0 0;
	display:block;
}

#header h1 a,
#content h1 a{
	width: 373px;
	height:176px;
	display:block;
}

#header .util {
	float:left;
	width:415px;
}


#header .util ul li{
	float:left;
}
#header .util ul{
	padding:175px 0 0 20px;
	width:415px;
}

#header .summary {
	padding: 5px 0 10px 10px;
}

/* top */
#wrap_top {
	background:url(../images/top_bg.png) no-repeat 5px 0;
	width:950px;
	height:589px;
	margin: 0 auto;
}

#date_top {
	width:443;
	height:84px;
	margin: 243px 20px 0 0px;
	float:right;
}

#top_txt {
	width:396px;
	height:222px;
	float:left;
	text-indent: -9999px;
	text-align:left;
	background:url(../images/top_txt_bg.png) no-repeat 0 0;
	margin:23px 0 0 30px;
}
#top_txt p {
	text-indent: -9999px;
	text-align:left;
}

#top_txt .txw {
	color:#F0F0F0;
}


/*Container*/
#container {
	background: #FFFEF2;
	width:950px;
	margin: 0 auto;
}
#wrapper {
	margin: 0 auto;
	width:960px;
	background:#fff;
}

#content {
	background:url(../images/hed_bg.png) no-repeat 5px 0;
}

#page_hed {
	height:247px;
}

#page_hed ul {
	padding:135px 0 0 20px;
	width:415px;
	float:left;
}
#page_hed ul li {
	float:left;
}



#content h2 {
	width:400px;
	float:left;
	padding:0 0 0 20px;
}
#content p.hed_date {
	width:830px;
	text-align:left;
	font-weight:800;
	padding:0px 0 10px 30px;
}
#content .read {
	padding:10px 0 10px 30px;
}

#content .main {
	padding:0 40px 20px 40px;
	color:#666;
	
}


/* pagetop */
#pagetop_rap {
	text-align:right;
	clear:both;
	width:950px;
	margin:0;
	padding:10px 30px 30px 0;
}
#pagetop_rap p.pagetop {
	margin:0 40px 0 0;
	border:1px solid #bbb;
	padding:3px;
	float:right;
	width:120px;
	text-align:center;
}
#pagetop_rap p.pagetop a{
	font-weight:bold;
	text-decoration:none;
	padding:3px;
	width:120px;
	display:block;
	color:#003399;
}

/* movinfo 7f */

#content #left{
	width:420px;
	float:left;
	padding-right:30px;

}

#content #right{
	float:right;
	width:420px;
	text-align:left;

}
#content h2.movti {
	margin:20px 0 2px 0;
	font-size:17px;
	padding:2px 0 8px 0px;
	line-height:115%;
}
#content .thum {
	width:150px;
	padding:0px 8px 5px 0;
	float:left; 
}
#content p.movsp {
	float:left;
	font-size:80%;
	text-align:justify;
	line-height:160%;
	width:710px;
}
#content p.movminisp {
	color:#000;
	float:left;
	width:710px;
	padding:7px 0 0 0;
	font-size:70%;
	text-align:justify;
	line-height:155%;
}
#content p.movp {
	float:left;
	width:262px;
	font-size:80%;
	text-align:justify;
	line-height:160%;
}
#content p.movmini {
	color:#000;
	float:right;
	width:262px;
	font-size:70%;
	padding:7px 0 0 0;
	text-align:justify;
	line-height:155%;
}
#content .drct {
	padding:2px 3px 1px 3px;
	white-space: nowrap;
	font-size:90%;
	background:#365794;
	color:#fff;
	margin-right:5px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */  
}
#content .drct2 {
	padding:2px 3px 1px 3px;
	white-space: nowrap;
	font-size:90%;
	background:#298157;
	color:#fff;
	margin-right:5px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */  
}
#content .drct3 {
	padding:2px 3px 1px 3px;
	white-space: nowrap;
	font-size:95%;
	background:#666;
	color:#fff;
	margin-right:5px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */  
}

.btn_to {
	float:right;
	width:350px;
	text-align:right;
	padding:20px 10px 0 0;
	font-size:13px;
	font-weight:800;
}
.btn_to2 {
	width:350px;
	padding:20px 10px 0 50px;
	font-size:13px;
	font-weight:800;
}
.btn_to a{

}
.btn_to a:hover,
.btn_to2 a:hover {
	color:#003366;
}


/* conte module */
#content h3 {
	margin:25px 0 8px 0;
	font-size:160%;
	width:450px;
	padding:2px 0 1px 13px;
	border-left:8px solid #697b9a;
}
#content h4.sub {
}
#content h4 {
	margin:19px 0 3px 0;
	font-size:108%;
	padding:0 0 0 12px;
	border-left:5px solid #ccc;
}
#content h5 {
	margin:10px 0 0 0;
	font-size:115%;
}
#content .main ul{
	padding:4px;
	list-style:disc;
	margin-left:9px;
	line-height:150%;
}
#content .main ul li{
	list-style:disc;
	margin-left:6px;
}
#content .main ol{
	padding:4px;
	line-height:150%;
}

/* img float */

img.imgleft {
	padding:0 10px 5px 0;
	float:left;
}
img.imgright {
	padding:0 0 5px 10px;
	float:right;
}



/* time_table */

.time_hed {
	width:100px;
	float:left;
	margin-top:20px;
	text-align:left;
	padding-left:20px;
}
.time_hed2 {
	width:120px;
	float:left;
	margin-top:20px;
	text-align:left;
	padding-left:0px;
}
#time {
	margin-top:20px;
	float:left;
	width:730px;
}
#time table.ttm {
	width:100%;
	border-top:0px solid #ccc;
	border-right:0px solid #ccc;
}
#time table.ttm td {
	padding:4px;
	border-bottom:1px dotted #ccc;

}
#time table.ttm td a {
	text-decoration:none;
}
#time table.ttm td a:hover {
	color:#1B373D;
	text-decoration:underline;
}
#time table.ttm th {
	padding:4px 7px 4px 4px;
	font-weight:bold;
	width:70px;
	text-align:center;
	border-left:0px solid #ccc;
	border-bottom:1px dotted #ccc;

}
#time table.ttm tr.sec {
	background:#F7F9FF;

}

table#ttrd {
	padding:10px 0 10px 0;
}
table#ttrd td{
	font-size:13px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	vertical-align:top;
}
table#ttrd td.arr {
	padding-top:9px;
}


/*Footer*/
#footer {
	margin: 0 auto;
	width: 960px;
	padding:30px 0 50px 0;
	clear:both;
}
#footer_smt {
	float:left;
	margin:10px 0 20px 20px;
	width:400px;
}
#footer_smt img{
	float:left;
	padding:2px 0 0 0;
}
#footer_smt p{
	font-size:10px;
	padding:0 0 0 10px;
	float:left;
	line-height:180%;
}

#footer_was {
	float:right;
	padding:4px 20px 0 0;
}




/* module ---------------------------------------- */

.clr {
	clear:both;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.btm10 {
	margin-bottom: 10px;
}
.pt40 {
	margin-top: 0px;
}
.atn {
	color: #465d82;
	padding:1px 3px 2px 3px;
	font-size:90%;
	background:#eee;
	margin-right:5px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;   /* Firefox用 */  
}
.mini {
	font-size: 83%;
}
.mini_ti {
	font-size: 12px;
}

.pt_m {
	padding-top:15px;
}


/* clearfix ---------------------------------------- */
.group {
	/zoom: 1;
}
.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
