﻿body {
	background: #ccc;
	}


/* ------------------------------
 __wrapper
------------------------------- */ 

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 40px;
	background: url(../images/bg_img/shade_900.png) repeat-y top center #ccc;
	}

*html #wrapper {
	background: none;
	}


/* ------------------------------
 __header
------------------------------- */

#header {
	width: 900px;
	height: 140px;
	display: block;
	position: absolute;
	z-index: 200;
	color: #FFFFFF;
	}
	
#header h1{
	display: block;
	width: 900px;
	height: 140px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/title_s.png) no-repeat;
	}
	
#header h1 a{
	display: block;
	width: 900px;
	height: 140px;
	text-indent: -9999px;
	}
	
.top #header {
	height: 500px!important;
	}
	
.top #header h1{
	height: 500px!important;
	background: url(../images/title.png) no-repeat;
	}
	
.top #header h1 a{
	height: 500px!important;
	}



/* ------------------------------
 __gn
------------------------------- */


#gn {
	position: absolute;
	top: 140px;
	width: 900px;
	height: 50px;
	clear: both;
	font-size: 1.4em;
	background: url(../images/bg_img/gn_bg.gif) repeat-x #e9e9e9;
	z-index: 9999;
	}
	
.topmenu {
	top: 500px!important;
	}

#gn ul li {
	float: left;
	position: relative;
	}

#gn ul li a {
	float: left;
	display: block;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0 20px;
	width: 110px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: 100;
	}

#gn ul li.cnt1,
#gn ul li.cnt2,
#gn ul li.cnt3,
#gn ul li.cnt4,
#gn ul li.cnt5,
#gn ul li.cnt6{
	height: 40px;
	padding-bottom: 1px;
	}

#gn ul li.cnt1 a{ background-image: url(../images/gn_pnk.jpg);}
#gn ul li.cnt2 a{ background-image: url(../images/gn_red.jpg);}
#gn ul li.cnt3 a{ background-image: url(../images/gn_ylw.jpg);}
#gn ul li.cnt4 a{ background-image: url(../images/gn_grn.jpg);}
#gn ul li.cnt5 a{ background-image: url(../images/gn_blu.jpg);}
#gn ul li.cnt6 a{ background-image: url(../images/gn_ppl.jpg);}

#gn ul li a:hover,
#gn ul li a.active  { background-position: center -100px;}

#gn ul li a.now { background-position: center -200px; color: #666666;}
#gn ul li a.now:hover { cursor: default; }

#gn ul li a .alp25 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	}


#gn ul li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0; top: 40px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	}
		
#gn ul li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	}
		
#gn ul li ul.subnav li.lastxx{
	padding-bottom: 0.5em;
	}

html #gn ul li ul.subnav li a {
	float: left;
	line-height: 1.1em!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	text-align: left!important;
	padding-left: 30px!important;
	width: 100px!important;
	background-position: left top;
	font-size: 0.9em;
	font-weight: 100;
	}

#gn ul li.cnt1 ul.subnav li a{ background-image: url(../images/sub_pnk.jpg);}
#gn ul li.cnt2 ul.subnav li a{ background-image: url(../images/sub_red.jpg);}
#gn ul li.cnt3 ul.subnav li a{ background-image: url(../images/sub_ylw.jpg);}
#gn ul li.cnt4 ul.subnav li a{ background-image: url(../images/sub_grn.jpg);}
#gn ul li.cnt5 ul.subnav li a{ background-image: url(../images/sub_blu.jpg);}
#gn ul li.cnt6 ul.subnav li a{ background-image: url(../images/sub_ppl.jpg);}

#gn ul li ul.subnav li a:hover{ background-position: left -100px;}

.cnt1 { background-color: #EBD; }
.cnt2 { background-color: #FBB; }
.cnt3 { background-color: #FC8; }
.cnt4 { background-color: #DEA; }
.cnt5 { background-color: #BDF; }
.cnt6 { background-color: #EBF; }

.cnt1_2 { background-color: #CC1166; }
.cnt2_2 { background-color: #990033; }
.cnt3_2 { background-color: #CC6600; }
.cnt4_2 { background-color: #669900; }
.cnt5_2 { background-color: #0066CC; }
.cnt6_2 { background-color: #662299; }

.fnt1 { color: #CC1166; }
.fnt2 { color: #990033; }
.fnt3 { color: #CC6600; }
.fnt4 { color: #669900; }
.fnt5 { color: #0066CC; }
.ftn6 { color: #662299; }




/* ------------------------------
 __contents
------------------------------- */


#contents {
	position: absolute;
	top: 180px;
	background: #fff;
	padding: 40px 30px 20px;
	overflow: hidden;
	width: 840px;
	}
	
.topcnt { top: 540px!important; }

#main {
	padding: 0 20px;
	padding-bottom: 40px;
	min-height: 400px;
	height: auto !important;
	height: 100%;
	}

*html #main { height: 400px !important; }

#main p{
	font-size: 1.2em;
	line-height: 1.75;
	text-align:justify; text-justify:inter-ideograph;
	}

.bi {
	padding-right: 270px!important;
	}


.info {
	min-height: 700px;
	padding-left: 20px;
	height: auto !important;
	height: 100%;
	}


h2{
	margin-bottom: 2em;
	border-bottom: 2px solid #eee;
	}


h3{
	font-size: 1.2em;
	font-weight: 100;
	}

	
dl{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 2em;
	}
dt,
dd{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	}
dt {
	width: 70px;
	padding-left: 5px;
	padding-right: 25px;
	}	
dd {
	padding-left: 100px;
	_padding-left: 0;
	}
	
dd ul,
dd ul li{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
dd ul li{
	padding-bottom: 0.25em;
	line-height: 1.5em;
	}

.ol {
	text-decoration: overline;
	}

.odd {
	background-color: #F3F3F3;
	}

.box01 {
	padding: 20px;
	text-align: center;
	}
	
#main table td { font-size: 1em; }

	
/* ------------------------------
 __photo gallery
------------------------------- */

.picts ul{
	clear: left;
	}

.picts ul li{
	display: block;
	float: left;
	height: 90px;
	width: 115px;
	padding: 0 14px 20px 0;
	overflow: hidden;
	}



/* ------------------------------
 __entry
------------------------------- */

dl.topics dt, 
dl.topics dd {
 	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}
dl.topics dt, 
dl.topics dd a,
dl.topics dd .nobody{
 	display: block;
	line-height: 3em;
	}
dl.topics dd a:hover { color: #ff6633!important; }

.entry_title {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2;
	}
.entry_date {
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 5px 10px;
	margin: 0 0 15px -5px;
	background-color: #eee;
	}
.entry_body{
	padding: 30px 0;
	padding-bottom: 40px;
	min-height: 200px;
	height: auto !important;
	height: 100%;
	}

*html .entry_body { height: 200px !important; }

.entry_body p{
	text-indent: 0;
	}
	


/* ------------------------------
 __pageNav
------------------------------- */


.pageNav {
	text-align: center;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 40px;
	*zoom:1;
	}

.nav{
	padding: 0.25em 0;
	}

.nav li{
	display: inline;
	}
.nav li a{
	padding: 0.25em 1em;
	background: url(../images/bg_img/line_dot_v_02.gif) repeat-y;
	}	
	
.nav li.mono a{ background: none; padding: 0 0 0 0;}



/* ------------------------------
 __slideshow
------------------------------- */

	
.ss {
	width: 900px;
	height: 500px;
	display:block;
	position: absolute;
	top: 0;
	overflow:hidden;
	background-color:#000;
	}
.ss .ssItem {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	}
.ss .ssItem img {
	border:none;
	}
.ss * {
	border:none;
	text-decoration:none;
	}
	


/* ------------------------------
 __sub
------------------------------- */

#sub {
	position: absolute;
	top: 72px;
	right: 30px;
	width: 180px;
	overflow: hidden;
	padding-top: 10px;
	}

.lban { width: 240px!important;}

#sub p {
	line-height: 1.2;
	text-align:justify; text-justify:inter-ideograph;
	color: #666;
	background-color: #fcfcfc;
	}

#sub ul{
	padding-left: 20px;
	}

#sub ul li{ padding-bottom: 0.5em; }

#sub ul li a{
	display:block;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 17px;
	background-image: url(../common/icons/list_blu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#sub ul li.ban{
	text-align: center;
	line-height: 1.75em;
	font-size: 1em;
	}

#sub ul li.ban a{ font-size: 1em!important; padding-left: 0!important;}

#sub ol li{ padding-bottom: 7px; }



/* ------------------------------
 __footer
------------------------------- */

#footer {
	clear: both;
	color: #999999;
	font-size: 1.2em;
	} 

#footer ul{
	text-align: center;
	}






/* ------------------------------
 __block
------------------------------- */

.block { display: block!important; }

.floatClear{ clear: both; }
.bgClear { background: none!important; }

.indent_1 { margin-left: 10px; }/* インデント+1 */
.indent_2 { margin-left: 20px; }/* インデント+2 */
.indent_3 { margin-left: 30px; }/* インデント+3 */
.indent_4 { margin-left: 40px; }/* インデント+4 */

.mTop10 { margin-top: 10px; }/* マージン */
.mTop20 { margin-top: 20px; }
.mTop30 { margin-top: 30px; }
.mTop40 { margin-top: 40px; }
.mBottom05 { margin-bottom: 5px; }
.mBottom10 { margin-bottom: 10px; }
.mBottom20 { margin-bottom: 20px; }
.mBottom30 { margin-bottom: 30px; }
.mBottom40 { margin-bottom: 40px; }
.mv10 { margin-top: 10px; margin-bottom: 10px; }
.mv20 { margin-top: 20px; margin-bottom: 20px; }
.mv30 { margin-top: 30px; margin-bottom: 30px; }

.pTop10 { padding-top: 10px; }/* パディング */
.pTop20 { padding-top: 20px; }
.pTop30 { padding-top: 30px; }
.pTop40 { padding-top: 40px; }
.pBottom10 { padding-bottom: 10px; }
.pBottom20 { padding-bottom: 20px; }
.pBottom30 { padding-bottom: 30px; }
.pBottom40 { padding-bottom: 40px; }
.pv10 { padding-top: 10px; padding-bottom: 10px; }
.pv20 { padding-top: 20px; padding-bottom: 20px; }
.pv30 { padding-top: 30px; padding-bottom: 30px; }

.bgy { background-color: #FFFF00; }/* 背景イエロー */
.bgb { background-color: #66CCFF; }/* 背景ブルー */
.bglb { background-color: #DCFAFF; }/* 背景ライトブルー */
.bgg { background-color: #66CC00; }/* 背景グリーン */
.bglg { background-color: #CCFF66; }/* 背景ライトグリーン */
.bgp { background-color: #FF99CC; }/* 背景ピンク */
.bglp { background-color: #FFCCFF; }/* 背景ライトピンク */

.cntr,
.cntr th,
.cntr td{ text-align: center!important; }



/* ------------------------------
 __border
------------------------------- */

.bTop01{ background: url(../images/bg_img/line_dot_01.gif) top repeat-x; }
.bTop02{ background: url(../images/bg_img/line_dot_02.gif) top repeat-x; }
.bBottom01{ background: url(../images/bg_img/line_dot_01.gif) bottom repeat-x; }
.bBottom02{ background: url(../images/bg_img/line_dot_02.gif) bottom repeat-x; }

.b_d_l { background: url(../images/bg_img/line_dot_v_02.gif) left repeat-y; }
.b_d_r { background: url(../images/bg_img/line_dot_v_02.gif) right repeat-y; }

	

/* ------------------------------
 __list
------------------------------- */

.arc1{ background-image: url(../common/icons/tag_16_y.gif); }/* イエロー */
.cat1{ background-image: url(../common/icons/folder_16_y.gif); }	
.com1{ background-image: url(../common/icons/comment_16_y.gif); }	
.page1{ background-image: url(../common/icons/page_16_y.gif); }


.arc2{ background-image: url(../common/icons/tag_16_p.gif); }/* ピンク */
.cat2{ background-image: url(../common/icons/folder_16_p.gif); }	
.com2{ background-image: url(../common/icons/comment_16_p.gif); }	
.page2{ background-image: url(../common/icons/page_16_p.gif); }

.arc3{ background-image: url(../common/icons/tag_16_g.gif); }/* グリーン */
.cat3{ background-image: url(../common/icons/folder_16_g.gif); }	
.com3{ background-image: url(../common/icons/comment_16_g.gif); }	
.page3{ background-image: url(../common/icons/page_16_g.gif); }
.cal1 { background-image: url(../common/icons/list_003_b-trans.png);}

.arc5{ background-image: url(../common/icons/tag_16_b.gif); }/* ブルー */
.cat5{ background-image: url(../common/icons/folder_16_b.gif); }	
.com5{ background-image: url(../common/icons/comment_16_b.gif); }	
.page5{ background-image: url(../common/icons/page_16_sb.gif); }

.arc6{ background-image: url(../common/icons/tag_16_r.gif); }/* レッド */
.cat6{ background-image: url(../common/icons/folder_16_r.gif); }	
.com6{ background-image: url(../common/icons/comment_16_r.gif); }	
.page6{ background-image: url(../common/icons/page_16_r.gif); }


.link_blank{ background-image: url(../common/icons/newwindow_16.gif) left top no-repeat; }/* 外部リンク */
.link_notice{ background-image: url(../common/icons/notice_16_r.gif) left top no-repeat; }/* 注意 */
