html, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  


/*---------------------------------------------------------------------------- 
-----------------------------------------------------------------------------*/  
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	font-size: 1em;
	line-height:1.5;
	background:url(../images/background_middle.jpg) repeat top;
}


#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.container_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.container_sub {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
}

body#outline .container_main {
	background:url(../images/background_sub1.jpg) no-repeat top right;
}
body#member .container_main {
	background:url(../images/background_sub2.jpg) no-repeat top right;
}
body#log .container_main {
	background:url(../images/background_sub3.jpg) no-repeat top right;
}
body#result .container_main {
	background:url(../images/background_sub4.jpg) no-repeat top right;
}
body#document .container_main {
	background:url(../images/background_sub5.jpg) no-repeat top right;
}
body#link .container_main {
	background:url(../images/background_sub6.jpg) no-repeat top right;
}
body#other .container_main {
	background:url(../images/background_sub7.jpg) no-repeat top right;
}


/*---------------------------------------------------------------------------- 
　ヘッダー  
	border-bottom: 5px solid #94B1D2;
	background: #DDD;
-----------------------------------------------------------------------------*/  
#header {
	width : 100%;
	padding: 0;	
	clear: both;
	background:url(../images/background_top.jpg) repeat-x top;
}
#header_area {
	width : 960px;
	height : 240px;
	margin: 0 auto;
}
#header h1 {
	width : 546px;
	height : 100px;
	padding-top: 40px;
	background:url(../images/hasu.png) no-repeat bottom right;
	float: left;
}
#language {
	width : 60px;
	height : 80px;
	display: inline;
	float: right;
}

/*---------------------------------------------------------------------------- 
　トップナビ  
	border-bottom: 5px solid #94B1D2;
-----------------------------------------------------------------------------*/  
#top_navi {
	width : 100%;
	height: 80px;
	position: absolute;
	top: 160px;
	left: 0px;
	background:url(../images/background_navi.jpg) repeat-x top;
}
#top_navi ul {
	list-style: none;  
	line-height: 0;
	display: block;
	width: 960px;
	padding: 0;	
	margin: 0 auto;
}
#top_navi li {
	margin-left: 0px;
	float: left;
	list-style-position: outside;
	list-style-type: none;  
}
#top_navi a {
	display: block;
}


/*---------------------------------------------------------------------------- 
　ホーム：スライドショー  
-----------------------------------------------------------------------------*/
#slideshow {
   position:relative;
   width:960px;
   height:480px;
}
#slideshow li {
   position:absolute;
   height: 480px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
	list-style-type: none;  
}




/*---------------------------------------------------------------------------- 
　フッター  
	background: #4FB049;
	color: #FFF;
	min-height: 100%;
-----------------------------------------------------------------------------*/  
#footer {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	clear:both;
}
#footer_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 100px;
}
#footer_address {
	width: 960px;
	margin: 0 auto;
	border-top: 1px solid #393;
	padding-top: 10px;
}

#footer_navi_area {
	clear: both;
	padding: 20px 0px 20px 0px;
	font-size: 0.9em;
}
#footer_navi {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#footer_navi li {
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
	display: inline;
	line-height: 2;
	white-space: nowrap;
	border-right:1px solid #999;
}
#footer_navi a {
	text-decoration: none;
	font-weight: nomal;
	display: inline-block;
}
#footer_navi a:hover {
	text-decoration: underline;
}
#footer_name {
	font-size: 0.8em;
	color: #666 ;
	margin-bottom: 0.5em;
	font-weight: bold;
}
#address {
	font-size: 0.9em;
	color: #666 ;
	margin-bottom: 0.5em;
}
#copyright {
	font-size: 0.75em;
	color: #C99;
	font-weight: nomal;
	margin: 0 auto;
}


/*---------------------------------------------------------------------------- 
　トップページ：コンテンツ  
	background: #CCC;
-----------------------------------------------------------------------------*/  
#top_contents {
	width: 960px;
}

.main_info {
	width: 654px;
	border: 1px #66A0E9 solid;
	padding: 2px;
}
dl.main_info_list {
	width: 654px;
	line-height: 1.5;
	overflow: hidden;
	font-size: 0.85em;
}
dl.main_info_list dt {
	float: left;
	width: 100px;
	margin-left: 20px;
	padding: 10px;
	border-top: 1px #66A0E9 dotted;
}
dl.main_info_list dd {
	margin-left: 120px;
	margin-right: 20px;
	padding: 10px;
	border-top: 1px #66A0E9 dotted;
}
dl.main_info_list img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.main_info_list_bottom {
	width: 604px;
	padding: 10px 0px 10px 10px;
	margin-left: 20px;
	border-top: 1px #66A0E9 dotted;
	text-align: right;
}







/*---------------------------------------------------------------------------- 
　リスト設定 
-----------------------------------------------------------------------------*/  
.info_list {
	width: 660px;
	overflow: hidden;
	font-size: 0.9em;
}
.info_list dt {
	float: left;
	width: 110px;
	padding: 10px;
	border-top: 1px #66A0E9 dotted;
}
.info_list dd {
	margin-left: 130px;
	padding: 10px;
	border-top: 1px #66A0E9 dotted;
}
.info_list img {
	margin-bottom: -3px;
	margin-right: 5px;
}

.normal_list ul {
	line-height: 1.5em ;
	margin-left: 1em;
	list-style-type: disc;
}
.normal_list li {
	margin-bottom: 0.5em;
}

.none_list ul {
	line-height: 1.5em ;
	list-style-type: none;
}
.none_list li {
	margin-bottom: 1em;
}

ol.number_list  {
	line-height: 1.5em ;
	margin-left: 2em;
	margin-bottom: 1em;
}
ol.number_list li {
	margin-bottom: 0.5em;
}

.member_photo dl {
	width: 320px;
}
.member_photo dt {
}
.member_photo dd {
	border-left: 1px #333 solid;
	padding-top: 0.5em;
	padding-left: 1em;
	margin-left: 1em;
	font-size: 0.75em;
}

.p_photo dl {
	width: 360px;
}
.p_photo dt {
}
.p_photo dd {
	border-left: 1px #333 solid;
	padding-top: 0.5em;
	padding-left: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 0.75em;
}

.document_list {
	width: 100%;
	display:inline-block;  
}
.document_list dl {
	font-size: 90%;
	line-height: 1.5em ;
	zoom:1;
}
.document_list dt {
	float:left;
	clear:both;
	width:220px;
	border-top:1px solid #AAA;
	padding-top: 1em;
	padding-bottom: 1em;
}
.document_list dd {
	float:left;
	width:410px;
	border-top:1px solid #AAA;
	padding-top: 1em;
	padding-bottom: 1em;
}



.link_list {
	width: 100%;
	display:inline-block;  
}
.link_list dl {
	line-height: 1.5em ;
	zoom:1;
}
.link_list dt {
	border-top: #CCC 1px dotted;
	width:100%;
	padding-top: 1.5em;
}
.link_list dd {
	width:100%;
	padding-bottom: 1.5em;
	padding-left: 2em;
	font-size: 90%;
}


.log_table table {
	border-collapse: collapse;
	width:660px;
	font-size: 90%;
	color: #333;
	margin-bottom: 2em;
}
.log_table tr {
	margin-top: 30px;
}
.log_table th.t_top {
    border-top: #393 4px solid;
	width:100px;
}
.log_table th {
	border-bottom: #CCC 1px solid;
	text-align: left;
	font-weight: normal;
	padding: 10px;
	background: #DDD;
}
.log_table td.t_top {
	border-top: #CCC 4px solid;
	width:540px;
}
.log_table td {
	border-bottom: #CCC 1px solid;
	text-align: left;
	padding: 10px;
}

.result_table table {
	border-collapse: collapse;
	width:660px;
	font-size: 90%;
	color: #333;
}
.result_table th.t_top {
    border-top: #393 4px solid;
	width:100px;
}
.result_table th {
	border-bottom: #CCC 1px solid;
	text-align: left;
	font-weight: normal;
	padding: 10px;
	background: #FFE680;
}
.result_table td.t_top {
	border-top: #CCC 4px solid;
	width:540px;
}
.result_table td {
	border-bottom: #CCC 1px solid;
	text-align: left;
	padding: 10px;
}

.result_list {
	width: 660px;
	display:inline-block;  
}
.result_list p {
	font-size: 100%;
}
.result_list dl {
	font-size: 90%;
	line-height: 1.5em ;
	zoom:1;
	width: 100%;
}
.result_list dt {
	float:left;
	clear:both;
	width:120px;
	border-top:2px solid #393;
	padding-top: 1em;
	padding-bottom: 0.8em;
	color: #360;
	font-size: 110%;
}
.result_list dd {
	float:left;
	width:520px;
	border-top:1px solid #CCC;
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 0.8em;
}



.dl_list {
	width: 680px;
	display:inline-block;  
}
.dl_list p {
	font-size: 100%;
}
.dl_list dl {
	font-size: 90%;
	line-height: 1.5em ;
	zoom:1;
	width: 100%;
}
.dl_list dt {
	float:left;
	clear:both;
	width:180px;
	border-top:2px solid #6C9;
	padding-top: 1em;
	padding-bottom: 0.8em;
	color: #360;
}
.dl_list dd {
	float:left;
	width:490px;
	border-top:1px solid #CCC;
	padding-top: 1em;
	padding-left: 10px;
	padding-bottom: 0.8em;
}


/*---------------------------------------------------------------------------- 
　段組み設定  
-----------------------------------------------------------------------------*/  
.main_contents {
	width: 636px;
	text-align: left;
}
.sub_contents {
	width: 260px;
	text-align: left;
}
.sub_contents ul {
	width: 260px;
	margin:0;
	padding:0;
	list-style:none;
}
.sub_contents li {
	margin-bottom: 15px;
}
.sub_contents li img {
	border: none;
	vertical-align: top;
}





.ml320 {
	margin-left: 320px;
}
.ml220 {
	margin-left: 220px;
}
.ml180 {
	margin-left: 180px;
}
.ml140 {
	margin-left: 140px;
}
.ml80 {
	margin-left: 80px;
}
.ml40 {
	margin-left: 40px;
}
.ml20 {
	margin-left: 20px;
}
.mr80 {
	margin-right: 80px;
}
.mr40 {
	margin-right: 40px;
}
.mr20 {
	margin-right: 20px;
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}

.column_line {
	border:0;
	border-right: dashed 1px #CCC;
	padding-right: 20px;
	margin-bottom: 10px;
}




.anchorLink {
	width: 100%;
	font-size: 1em;
	line-height: 1.8em ;
	margin-bottom: 1.8em;
	zoom:1;
}
.anchorLink ul {
	min-height:1px;
	list-style-type: none;
}
.anchorLink li {
	float:left;
	padding:0 0 0 10px;
	margin-right: 1.5em;
}




/*---------------------------------------------------------------------------- 
　文字設定 
-----------------------------------------------------------------------------*/  
h2 {
	display:inline-block;  
	margin-bottom: 1em;	
	text-align: left;
	padding-bottom: 1em;
}
h3 {
	width: 100%;
	display:inline-block;  
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em ;
	color: #393;
	padding-bottom: 0.5em;
	margin-bottom: 1em;	
	text-align: left;
	background:url(../images/line1.gif) no-repeat left bottom;
}
.small {
	font-size: 70%;
	font-weight: normal;
}
h4 {
	width: 100%;
	height: 100px;
	background:url(../images/title_mark1.png) no-repeat left top;
	display:inline-block;  
	font-size: 1.4em;
	color: #AD5CC2;
	font-weight: normal;
	line-height: 1.3em ;
	padding-top: 45px;
	padding-left: 30px;
}
h5 {
	width: 100%;
	display:inline-block;  
	font-size: 100%;
	color: #333;
	font-weight: normal;
	line-height: 1em ;
	border-bottom: solid 1px #CCC;
	padding-bottom: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	font-size: 0.9em;
	color: #333;
	line-height: 1.8em ;
	margin-bottom: 1.5em;
}
.img_space_r {
	margin-right: 1em;	
}
.img_space_l {
	margin-left: 1em;	
}

.caption {
	width: 300px;
	font-size: 0.8em;
	line-height: 1.5em ;
}


.space20px {
	margin-bottom: 20px;
	clear:both;
}
.space1em {
	margin-bottom: 1em;
	clear:both;
}
.space3em {
	margin-bottom: 3.6em;
	clear:both;
}
.space5em {
	margin-bottom: 5em;
	clear:both;
}
.space10em {
	font-size: 1em;
	margin-bottom: 20em;
	clear:both;
}
.space-1em {
	margin-top: 1em;
	clear:both;
}
.space-3em {
	margin-top: 3.6em;
	clear:both;
}
.space-5em {
	margin-top: 5em;
	clear:both;
}
.space-10em {
	font-size: 1em;
	margin-top: 20em;
	clear:both;
}
.cnt {
	text-align: center; 
}
.right {
	text-align: right; 
}
.left {
	text-align: left; 
}
/*---------------------------------------------------------------------------- 
　文字カラー設定 
-----------------------------------------------------------------------------*/  
.mc00 {color: #F15A40;}
.mc01 {color: #034EA2;}
.mc02 {color: #F05A89;}
.mc03 {color: #0CB14B;}
.mc04 {color: #A4557F;}
.mc05 {color: #00AAAD;}
.mc06 {color: #009EDB;}
.mc07 {color: #72BF44;}
.mc08 {color: #B56012;}
.mc09 {color: #ED1846;}


/*---------------------------------------------------------------------------- 
　パンくずリスト
    background-image: url(../crumb.gif);
-----------------------------------------------------------------------------*/  
.breadcrumb {
	text-align: right; 
	width: 100%;
	height: 30px;
	margin-bottom: 3em;
	padding-top: 12px;
	padding-right: 10px;
	font-size: 80%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.breadcrumb ol li {
    display: inline;
    list-style-type: none;
    padding-left: 10px;
}
.breadcrumb ol li a {
	border-right: 1px solid #666;
    padding-right: 10px;
}



.bold {
	font-weight: bold;
}
.red {
	color: #F44 ;
}
.pink {
	color: #e9546b;
}
.gray {
	color: #666;
}
.sml {
	font-size: 85%;
}
.large {
	font-size: 120%;
}
/*---------------------------------------------------------------------------- 
　文字設定：囲み
-----------------------------------------------------------------------------*/
.box5 {
	width: 800px;
	clear: both;
	text-align: left;
	display:inline-block;  
}
.box4 {
	width: 636px;
	clear: both;
	text-align: left;
}
.box3 {
	width: 472px;
	clear: both;
	text-align: left;
}
.box2 {
	width: 308px;
	clear: both;
	text-align: left;
}
.box_half {
	width: 390px;
	clear: both;
	text-align: left;
}

.boxed01 {
	margin-top: 1em;
	margin-bottom: 2em;
	border:1px solid #9CC;
	padding: 0.5em;
	background-color:#FEE;
	word-wrap: break-word;
	clear: both;
}
.boxed01 p {
	line-height: 1.8em ;
	font-size: 0.9em;
	margin-bottom: 0;
}



.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1px;
}

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


a img {
	border: none;
}

/*---------------------------------------------------------------------------- 
　このページのトップへ 
-----------------------------------------------------------------------------*/  
.gotop {
	width: 100%;
	clear: both;
	text-align: right;
}



/*---------------------------------------------------------------------------- 
　ライン 
-----------------------------------------------------------------------------*/  
hr {
	border:0;
	border-top:1px solid #CCC;
	clear:both;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
hr.dot {
	border:0;
	border-top:1px dashed #CCC;
	clear:both;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
hr.nomargin {
	border:0;
	border-top:1px solid #CCC;
	clear:both;
	width: 100%;
}

/*---------------------------------------------------------------------------- 
　リンク 
-----------------------------------------------------------------------------*/  
a:focus				{ color:#06F; text-decoration:none; }
a:link				{ color:#06F; text-decoration:none; }
a:link:hover		{ color:#03F; text-decoration:underline; }
a:link:active		{ color:#00F; text-decoration:none; }
a:visited			{ color:#03F; text-decoration:none; }
a:visited:hover		{ color:#03F; text-decoration:none; }
a:visited:active	{ color:#03F; text-decoration:none; }

a:hover img.opacity{
  opacity:0.6;
  filter: alpha(opacity=60);
}

.img_left,
.img_right {
   overflow: hidden;
   height: auto;
}
 
.img_left img {
   float: left;
   margin: 0 1em 0 0;
   padding: 0;
   border: 0;
}
 
.img_right img {
   float: right;
   margin: 0 0 0 1em;
   padding: 0;
   border: 0;
}
 
.img_left p,
.img_right p {
   overflow: hidden;
   height: auto;
}


.bgccc {
	background: #CCC;
}
.bgddd {
	background: #DDD;
}