@charset "utf-8";

/* ---------- 基本設定 ---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------- 全般設定 ---------- */
body {
	font-size: 0.9em;
	line-height: 1.5;
	color:#000000;
	background-color:#efefef;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}
body#english {
	font-family: Arial,Meiryo,Verdana,sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	color:#000000;
	background-color:#efefef;
}

/* ---------- リンクの色を指定 ---------- */
a:link {
	text-decoration: underline;
	color: #215ca7;
}
a:visited {
	text-decoration: underline;
	color: #215ca7;
}
a:active {
	text-decoration: underline;
	color: #6699CC;
}
a:hover {
 	text-decoration: underline;
	color: #6699CC;
}
a name {
	text-decoration: underline;
	color: red;
}




/* ---------- 見出し設定 ---------- */
h1 {
	font-weight: bold;
	color: #cc0000;
}

h2{
	background:url(img/contitle_bg.gif) no-repeat top left;
	font-size: 1em;
	line-height: 2;
	font-weight: bold;
	color: #000000;
	padding:0 0 10px 16px;
	margin:0;
}

#top_news h2{
	font-size: 1em;
	line-height: 2;
	background:url(img/contitle_bg_s.gif) no-repeat top left;
	padding:0 0 0 16px;
}

#top_renewal h2{
	font-size: 1em;
	line-height: 2;
	background:url(img/contitle_bg_ss.gif) no-repeat top left;
	padding:0 0 0 16px;
}
h2.heading_short-l{
	background: url(img/contents_t_bg.gif) repeat-x;
	line-height:1.3;
	margin: 0;
	padding:0;
	font-weight: bold; 
	color: white;
	text-align: center;
	font-size:11px;
	height:15px;
}


/* ====================== 骨組み ====================== */

/* ---------- bodybox ---------- */
#bodybox {
	width:750px;
	margin:0 auto;
	background:url(img/body_bg.gif) repeat-y left top;
}

/* ---------- header ---------- */
#header {
	margin:0 5px;
	padding:0;
	height:103px;
	position:relative;
}


#header h1{
	width:740px;
	margin:0;
	padding:0;
}

#header_navi{
	position:absolute;
	left:660px;
	top:10px;
	font-size:9px;
	color:#FFFFFF;
	line-height:1.5;
}
#header_navi a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background-image:url(img/ico_g.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;}
#header_navi a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(img/ico_b.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;}
#header_navi span{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(img/ico_b.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;}	

/* ---------- contents ---------- */
#toppage #contents {
	margin:0 5px;
	clear:both;
	background:url(img/contents_bg_top.jpg) repeat-x left top;
	height:1%;
}

/* ---------- globalnav ---------- */
#globalnav {
	padding-left:10px;
	font-size:13px;
	width:160px;
	float:left;
}
#globalnav span{
	line-height:1.2;
	color:#ffffff;
	display:block;
	height:24px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg_on.gif) no-repeat;
	width:135px;
	text-decoration:none;
	}
#globalnav span.menu2{
	line-height:1.2;
	color:#ffffff;
	display:block;
	height:35px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg_on2.gif) no-repeat;
	width:135px;
	text-decoration:none;
	}

#globalnav a {
	line-height:1.2;
	color:#034082;
	display:block;
	height:24px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg.gif) no-repeat;
	width:135px;
	text-decoration:none;
}

#globalnav a:hover {
	background:#b4c9d8 url(img/menu_bg_on.gif) no-repeat;
	color:#ffffff;
	text-decoration:none;
}



#globalnav a.menu2{
	line-height:1.2;
	background:#b4c9d8 url(img/menu_bg2.gif) no-repeat;
	color:#034082;
	display:block;
	margin:0;
	padding:6px 0 0 25px;
	width:135px;
	height:35px;
	text-decoration:none;
}

#globalnav a.menu2:hover {
	background:#b4c9d8 url(img/menu_bg_on2.gif) no-repeat;
	color:#ffffff;
	text-decoration:none;
}


/* ---------- sub ---------- */
#globalnav span.sub{
	line-height:1.2;
	color:#034082;
	display:block;
	height:24px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg_on_sub.gif) no-repeat;
	width:135px;
	text-decoration:none;
	}
#globalnav span.sub2{
	line-height:1.2;
	color:#034082;
	display:block;
	height:35px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg_on2_sub.gif) no-repeat;
	width:135px;
	text-decoration:none;
	}

#globalnav a.sub {
	line-height:1.2;
	color:#034082;
	display:block;
	height:24px;
	margin:0;
	padding:6px 0 0 25px;
	background:#b4c9d8 url(img/menu_bg_sub.gif) no-repeat;
	width:135px;
	text-decoration:none;
}

#globalnav a.sub:hover {
	background:#b4c9d8 url(img/menu_bg_on_sub.gif) no-repeat;
	color:#034082;
	text-decoration:none;
}


#globalnav a.sub2{
	line-height:1.2;
	background:#b4c9d8 url(img/menu_bg2_sub.gif) no-repeat;
	color:#034082;
	display:block;
	margin:0;
	padding:6px 0 0 25px;
	width:135px;
	height:35px;
	text-decoration:none;
}

#globalnav a.sub2:hover {
	background:#b4c9d8 url(img/menu_bg_on2_sub.gif) no-repeat;
	color:#034082;
	text-decoration:none;
}
#globalnav .menu_end{
	border-bottom:1px solid #c7c7c7;}



/* ---------- main ---------- */
#main {
	width:550px;
	float:right;
	background-color:#FFFFFF;
	min-height:500px;
	margin-right:10px;
}

#main a.ov img {
	display:block;
}

#main a.ov:hover img {
	display:block;
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}


/* ---------- top_mainimg ---------- */
#top_mainimg{
	width:560px;
}

/* ---------- top_news ---------- */
#top_news{
	width:560px;
	padding:0;
	float:left;
}

#top_news dl{
	font-size:0.9em;
	color:#333333;
	border-bottom:1px dotted #666666;
	margin-top:10px;
	width:490px;
}

#top_news dl dt{
	font-weight:bold;
	padding:5px 0;
	margin:0;
	width:115px;
	float:left;
	text-align:left;
}

div#top_news dl dd{
	margin:0 0 0 120px;
	padding:5px 0;
}
#top_news p{
	text-align:right;
	font-size:0.9em;
	background:url(img/point_link.gif) no-repeat right center;
}

#scroll1{
	width:545px;
	margin:5px 0;
	height:200px;
	overflow-y:scroll;
	line-height:180%;
}

/* ---------- pagetop ---------- */
#pagetop {
	margin:0;
	clear: both;
	height:1%;
	padding-top:1.5em;
}
#pagetop p {
	text-align:right;
	font-size:0.9em;
	padding:0 1.5em;
	margin:0 15px;
	background:url(img/point_link_top.gif) center right no-repeat;
}

.pagetop2 {
	margin:0 6px 0 0;
	clear: both;
	height:1%;
}
.pagetop2 p {
	text-align:right;
	font-size:0.9em;
	padding:0 1.5em;
	margin:0 15px;
	background:url(img/point_link_top.gif) center right no-repeat;
}

/* ---------- footer ---------- */
#footer {
	clear:both;
	padding:10px;
	margin:0 5px;
	background-color:#81a7d0;
	border-top:10px solid #FFFFFF;
}
#footer p {
	text-align: center;
	font-size:0.9em;
	color:#FFFFFF;
	margin:0;
}
#footer div{
	color:#FFFFFF;
	width:600px;
	margin:0px auto;
	font-size:0.9em;
}

#footer div, x:-moz-broken{width:650px;}

#footer a {
	color:#FFFFFF;
	background:url(img/point_link_r.gif) center left no-repeat;
	padding:0 0 0 1.5em;
}


/* ====================== 個別設定 ====================== */

/* ---------- main 内 個別設定 ---------- */
#main h3 { 
	font-size:1em;
	font-weight: bold;
	color: #000000; 
	border-left:solid 5px #0056a3; 
	border-bottom:solid 1px #0056a3; 
	padding:0 5px; 
	line-height: 1.4;
	margin:1em 15px;
}

#main h4 { 
	font-size: 1em;
	font-weight: bold;
	color: #000000; 
	border-left: 5px double #0056a3; 
	padding:0 5px; 
	line-height: 1.4;
	margin:0.5em 15px;
}

#main blockquote {
	padding:0 15px;
	margin-left: 1em;
}

#main p {
	padding:0 15px;
	margin:1em 0;
}
#main ul, #main ol {
	padding:0 15px;
	margin:0.5em 0;
}

#main dl {
	padding:0 15px;
	margin:0.5em 0;
}

#main ul li {
	list-style: disc outside;
	text-align: left;
	margin-left:2em;
}
#main ol li {
	list-style-type: decimal;
	text-align: left;
	margin-left:2em;
}

#main dl dd {
	text-align: left;
	margin-left:2em;
}

#main table {
	padding:0;
	margin:0 15px;
	border:solid 1px #666666;
}
#main table th {
	border:solid 1px #666666; 
	background-color:#dddddd; 
	padding:4px;
}
#main table td {
	border:solid 1px #666666; 
	padding:4px;
}

#main table.non_table {
	padding:0;
	margin:0.5em 15px;
	border: 2px solid #999;
	width:95%; 
}
#main table.non_table  th{
	border: none;  
	padding:4px;
}
#main table.non_table td {
	border: none; 
	padding:5px 10px;
}

#main table.non_table2 {
	padding:0;
	border: none;
}
#main table.non_table2  th{
	border: none;  
	padding:0;
}
#main table.non_table2 td {
	border: none; 
	padding:0;
}

/* ---------- 詳細設定 ---------- */
.box_top{
	border:1px solid #efaa1f;
	background-color:#ffe99b;
	padding:0.3em 1.2em 0 1.2em; 
	margin:0.6em;
} 
.box1{
	border:solid 1px #999999;
	background-color: #D3EDF2;
	padding:15px 5px 5px 5px; 
	margin:0 15px;
} 

.box2{
	border:solid 1px #999999;
	background-color: #D3EDF2;
	padding:5px;
	width:50%;
	text-align:center;
	margin:1em auto;
	} 
.box3{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px;
	width:90%;
} 

.adobe{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px;
	margin:30px auto 15px auto;
	width:80%;
	font-size:80%;
}
#main .adobe table{ border:none;}
#main .adobe table td{ border:none;}

table.program_table{
	border:none !important;
	margin:1.5em 15px !important;
	width:90%;}
	
table.program_table th{
	background:none !important;
	border:none !important;
	text-indent:-1.5em;
	padding-left:40px !important;
	text-align:left;}
table.program_table td{
	border:none !important;
	padding:2px !important;
	}
	
table.program_table td.chair{
	width:18%;
	text-align:right;}

span.ita{
	font-style:italic;}

.photographs{
	margin:5px 0;
	padding:0;
	}
.photographs a{
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	}
.btn_photo{
	width:490px;
	margin:0 0 15px 30px;
	}
.btn_photo a img{
	display:block;
	}
	
.btn_photo a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

.message{
	
	border:#CCC solid 3px;
	text-align:left !important;
	width:544px;
	margin:0 0 10px 0;
	}
.message p{
	text-align:left !important;
	background:none !important;
	}
.message p.right{
	text-align:right !important;
	background:none !important;
	}
