@charset "utf-8";

/* layout */
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}


/* header */
#header {
	height: 77px;
	background-image: url(/_share/bg-header.png);
	background-repeat: no-repeat;
}

#header #logo {
	float: left;
	margin-top: 10px;
}

#header #headerRight {
	float: right;
	text-align: right;
	
}


#header h1 {
	font-weight: normal;
	font-size: 11px;
	color: #333;
	margin-bottom:15px;
}


/* footer */
#footer {
	clear: both;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	background-color: #00AFEA;
	min-height: 250px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #in {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	zoom: 1;
}

#footer #in:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	color: #FF0;
}



/* contents */
#contents {
	margin-bottom: 10px;
	padding: 10px;
	overflow:hidden;
	zoom: 1;
	background-color: #FFF;
}

#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



/* contents 3c */
#c3 {
	float: left;
	width: 725px;
	overflow:hidden;
	zoom: 1;
}

#c3:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


#right {
	float: right;
	width: 200px;
}

#left {
	float: left;
	width: 200px;
}







/* main */
#main {
	min-height:400px;
	height: auto !important;
	height: 400px;
}



#main b {

}


#main strong {
	color: #036;
	text-decoration: underline;
}

#main .pNor {
	line-height: 150%;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow:hidden;
	zoom: 1;
}

#main .pNorMB0 {
	line-height: 150%;
	margin-left: 0px;
	overflow:hidden;
	zoom: 1;
}


#main p:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



#main .elements {
	font-size: 20px;
	color: #FF0;
	background-color: #000;
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#main .elements2 {
	font-size: 14px;
	color: #333;
	background-color: #EAEAEA;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #999;
}


#main .h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #00AFEA;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#main .h2 a,.h2 a:visited{
	color: #483E17;
}


#main .h2g {
	font-size: 24px;
	margin-bottom: 15px;
	color: #FFFFFF;
	background-image: url(/_share/bg/h2g.png);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 22px;
	padding-left: 50px;
}

#main .h3 {
	margin-bottom: 15px;
	color: #333;
	background-image: url(/_share/bg/h3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 12px;
}



#main .h3box {
	margin-bottom: 15px;
	background-color: #FFFFE1;
	color: #333;
	background-image: url(/_share/bg/tate.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #F7F0D1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}





#main .h3date {
	font-family: Arial, Helvetica, sans-serif;
	color: #999344;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 3px;
}


.h3copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;

}


#main .h3q {
	margin-left: 20px;
	background-image: url(/_share/icon/iconQ.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}



#main .answer {
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 140%;
	background-image: url(/_share/icon/iconA.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 40px;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


/* h3r */
#main .h3r {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(/_share/bg/tate.png);
	color: #FFF;
	margin-bottom: 15px;
}





/* h3c */
#main .h3c  {
	line-height: 140%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	background-image: url(../_share/icon/cercle/sky.png);
	border-bottom-color: #00AFEA;
	margin-bottom: 15px;
}


/* h3c */
.h3movie  {
	line-height: 140%;
	font-size: 90%;
	color: #FFF;
	background-color: #89714B;
	padding: 3px;
}












#main .h4 {
	font-size: 110%;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 3px;
	line-height: 140%;
	font-weight: bold;
	color: #99CC01;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

#main .h5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 3px;
	margin-bottom: 10px;

}

#main .h6 {
	padding: 3px;
	margin-bottom: 10px;
}



/* side */
.side {
	font-size: 12px;
}

.side .box {
	border: 2px solid #E7E7E7;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 12px;
}

.side .h3 {
	background-color: #F9F9F2;
	margin-bottom: 2px;
}

.side .h3 a {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	background-image: url(/_share/side/bg-h3.png);
}

.side .h3 a:hover {
	background-color: #E0E0E0;
	background-position: 0px -30px;
}


.side .h3b {
	display: block;
	padding: 5px;
	color: #333;
	text-decoration: none;
	background-image: url(/_share/side/bg-h3.png);
	margin-bottom: 2px;
}


.side h4 {
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}


.side .h4orange {
	background-color: #FFEA95;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
}

.side .h4blue {
	background-color: #CAE4FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93C9FF;
}

.side .h4grey {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.side .h4red {
	background-color: #FFD2D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9D9D;
}


.side .ul {
	margin-bottom: 5px;
}

.side .ul li {

}

.side .ul li a,
.side .ul .listNoLink  {
	display: block;
	width: 186px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.side .ul li a:visited {
 color: #0066CC;
}

.side .ul li a:hover {
	background-color: #F7F3E8;
	color: #F90;
}


.side .subject li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1px;
	padding-bottom: 1px;	
	height: 40px;
}



.side .text {
	padding: 3px;
}


.side .tel {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #060;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}


/* navi */

#navi {
	height: 50px;
	clear: both;
	margin-bottom: 15px;
}

#navi ul {

}

#navi ul li {
	float: left;

}


#navi ul li a {
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
	height: 50px;
}


a.navi01		{ background-position:0px 0px; width: 176px; }
a.navi01:hover	{ background-position:0px -50px; } 

a.navi02		{ background-position:-176px 0px; width: 176px; }
a.navi02:hover	{ background-position:-176px -50px; }

a.navi03		{ background-position:-352px 0px; width: 176px; }
a.navi03:hover	{ background-position:-352px -50px; }

a.navi04		{ background-position:-528px 0px; width: 176px; }
a.navi04:hover	{ background-position:-528px -50px; }

a.navi05		{ background-position:-704px 0px; width: 176px; }
a.navi05:hover	{ background-position:-704px -50px; }




#nav { width: 970px; margin: 0 auto; position: relative; line-height:1; text-align: left; }  
#nav li { list-style: none; float: left; position: relative; } 
#nav ul { display: none; position: absolute; top: 40px; left: 0; }  
* html #nav ul { line-height: 0; }  
#nav ul li { float: none; }  
  
#nav ul { width: 162px; }  
  
#nav ul a {   
    display: block;  
    width: 150px;  
    background:#121212;  
    padding: 6px;  
    color: #FFF;  
    border-bottom: 1px solid #FFF;  
    opacity: 0.8;  
    filter: alpha(opacity=80);  
    zoom: 1;  
    line-height: 1;
}
#nav ul li a {
	background-image: none;
	text-indent: 0px;
	height:15px;
	text-decoration: none;
}
#nav ul a.hover { background: #444; }
#nav ul ul { top: 0; left: 162px; } 



/* navi2 */
#navi2 {
	margin-bottom: 7px;
	overflow:hidden;
	zoom: 1;
}

#navi2:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#navi2 a {
	background-image: url(/_share/icon/cercle/beige.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 18px;
	color: #333;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 8px;
	height: 22px;
}

#navi2 a:hover {
	color: #F90;
}

#navi2 .left {
	float: left;
}

#navi2 .right {
	float: right;

}





/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
