@charset "utf-8";
@import url(css/common.css);


/*INDEX-0803271800
-------------------------
___DEFAULT___
___LAYOUT___
___HEADER___
___SIDENAVI1___
___CENTER___
___SIDENAVI2___
___FOOTER___
-----------------------*/

/* ___DEFAULT___
==============================*/

* {
	padding: 0 ;
	margin: 0 ;
	line-height: 145% ;
}

img {
	border: 0px ;
}

.clear {
	clear: both ;
}

li {
	list-style-type: none ;
}

p {
	padding: 3px 0px 1px 5px;
	margin: 3px 0px 5px 0px;
	font-size: 12px;
	line-height: 150%;
}

hr {
	height: 1px ;
}


table {
	font-size: 100% ;
}

table td { vertical-align : top ; }

/*COMMON TABLE*/

.content table {
	margin: 10px ;
	border-top: dotted 1px #ccc;
	border-collapse: collapse;
}

.content table th {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	font-weight: normal ;
	color: #666 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}

#container table.sample td {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	color: #666 ;
	background: #fff ;
	text-align : left !important ;
}


.content table.sample { text-align : left ; }

/*COMMON LINK COLOR */

a:link, a:visited {
	color: #0066FF ;
	text-decoration: none ;
}


a:active, a:hover {
	color: #0066FF ;
	text-decoration: underline ;
}


/* ___LAYOUT___
==============================*/

body {
	margin-bottom: 30px ;
	font-size: 12px ;
	color: #4F4F4F ;
	text-align: center ;
	background: url("bg_body.gif") ;
}

#container {
	position: relative ;
	width: 824px ;
	padding: 0px 5px ;
	margin: auto ;
	border-top: none ;
	text-align: center ;
	background: #fff url("bg.gif") center repeat-y ;
}

body > #container {
	width: 814px ;
}

#sidenavi1 {
	float: left ;
	width: 160px ;
	text-align: center ;
}

#center {
	float: left ;
	width: 490px ;
	display : inline ;
	overflow : hidden ;
	padding: 0px ;
	padding-bottom: 20px ;
	margin: 0px ;
	text-align: center ;
	background: url("") no-repeat bottom center ;
}

.content {
	margin: 0px 7px ;
	text-align: left ;
}

#footer {
	clear: both ;
	padding-top: 30px ;
	padding-bottom: 10px ;
	padding-left: 15px ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	background: url("footer.jpg") no-repeat bottom left;
}


/* ___HEADER___
==============================*/

#header, #header2{
	height: 90px ;
	margin-bottom: 10px ;
	text-align: left ;
	background: #fff url("head_new2.gif") no-repeat center bottom ;
}

#index #header { height : 370px ;
background: #fff url("header_index.png") no-repeat ;
 }
 

#header img, #header2 img {
	position: absolute ;
	left: 20px ;
	top: 25px ;
	margin-bottom: 30px ;
}

#container #header h1, #container #header2 h1{
	position: absolute ;
	left: 5px ;
	top: 0px ;
	width: 814px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #fff ;
	display: block ;
	text-indent: 5px ;
	background: #999 ;
}

#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:link, 
#header2 h2 a:visited,
#header2 h2 a:hover, 
#header2 h2 a:active {
	position: absolute ;
	top: 0px ;
	right: 10px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #fff ;
}

#header h2 a:link, 
#header h2 a:visited,
#header2 h2 a:link, 
#header2 h2 a:visited {
	text-decoration: none ;
}

#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:hover, 
#header2 h2 a:active {
	text-decoration: underline ;
}

#container #header p, #container #header2 p  {
	position: absolute ;
	left: 15px ;
	top: 55px ;
	width: 805px ;
	padding: 3px 0px 1px 0px;
	margin-left: -5px ;
	color: #333 ;
	text-align: right ;
}

/* ___SIDENAVI1___
==============================*/

/*NAVI*/

#sidemenu{
	width: 150px;
	margin: auto ;
}

#sidemenu ul {
	text-align: left;
	list-style-type: none;
}

#sidemenu ul ul {
	text-align: left;
	list-style-type: none;
}

#sidemenu li {
	width: 100% ;
}


/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height: 33px ;
	padding-right: 5px  ;
	padding-left: 12px  ;
	font-size: 12px;
	font-size: 12px;
	line-height: 33px ;
	text-decoration: none;
	display: block;
}

#sidemenu li a:link,
#sidemenu li a:visited {
	color: #333;
	background: url("navi.gif") no-repeat left top ;
}

#sidemenu li a:hover,
#sidemenu li a:active {
	color: #333;
	background: url("navi_on.gif") no-repeat left top ;
}


/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	height: 20px ;
	padding-right: 5px  ;
	padding-left: 12px  ;
	border-bottom: 1px solid #e2e2e2 ;
	font-size: 12px;
	line-height: 20px ;
	text-decoration: none;
	display: block ;
}

#sidemenu li li a:link , 
#sidemenu li li a:visited {
	color: #666 ;
	background: #eee url("subnavi.gif") left center no-repeat;
}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #666 ;
	background: #eee url("subnavi_on.gif") left center no-repeat;
}


/*SEARCH*/

#searchbox {
	margin: auto ;
	text-align: center ;
}

#searchbox form {
	position: relative ;
	width: 150px ;
	padding-top: 5px ;
	padding-bottom: 5px ;
	margin: 5px ;
	margin-top: 10px ;
	border: 1px solid #c1c1c1 ;
	text-align: center ;
	background: #fff ;
}

#searchbox > form {
	width: 148px ;
}

label {
	font-weight: bold ;
	color: #666 ;
	display: block ;
}

#searchbox #search {
	width: 140px ;
	margin: 5px ;
	margin-bottom: 2px ;
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
}

#searchbox #searchbutton {
	width: 140px ;
	margin: auto ;
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #394c9c ;
}

#sidenavi1 > #searchbox #searchbutton {
	margin-left : auto ;
	
	/* \*//*/
	margin-left : 0px ; 
	/**/
}


/* ___CENTER___
==============================*/


/*TITLE*/

.content h3 {
	padding: 3px 10px ;
	margin-top: 5px ;
	margin-bottom: 10px ;
	border-bottom: 1px solid #aaa ;
	border-left: 4px solid #999 ;
	font-size: 14px ;
	color: #0f3a65 ;
	background: #fff ;
}

.content h3 a:link, .content h3 a:visited {
	color: #0f3a65 ;
	text-decoration: none ;
}

.content h3 a:active, .content h3 a:hover {
	color: #0f3a65 ;
	text-decoration: underline ;
}


/*NEW*/

.content h5 {
	height: 30px ;
	padding-left: 15px ;
	margin: auto 15px ;
	margin-bottom: 0.5em ;
	border-bottom: 2px dotted #ccc ;
	font-size: 14px ;
	font-weight: normal ;
	font-weight: bold ;
	color: #394C9C ;
	line-height: 30px ;
	background: url( new1.gif ) no-repeat;
	background-position: 0px 10px ;
}

.whats {
	padding-bottom: 10px ;
	border: 3px double #ccc ;
	background: #fff ;
}

.whats p {
	padding: 0px 0px 0px 0px ;
	margin: 0px 20px 0px 20px ;
	border-bottom: 1px dotted #d5d5d5 ;
	text-align: left ;
}


/*FORM*/


.sample textarea {
	width: 250px ;
}

.sample {
	width: 410px ;
	margin: auto ;
}

/*IMAGE MARGIN*/

.content p img {
	margin-right : 10px ;
}

/* ___SIDENAVI2___
==============================*/
#sidenavi2 p { margin : 0px ; padding : 0px ; }
#sidenavi2 input, #sidenavi2 option { margin-bottom : 5px ;}


#sidenavi2 {
	float: right ;
	width: 160px ;
	text-align: center ;
}

#sidenavi2 h4 {
	padding: 2px ;
	margin-top: 7px ;
	margin-bottom: 2px ;
	border-left: 3px solid #C5632C ;
	font-size: 12px ;
	color: #fff;
	background: #D8995C ;
}

#sidenavi2 img {
	margin-bottom: 5px ;
}


/* ___FOOTER___
==============================*/

#footer h3{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #999;
	font-weight : normal ;
}

#footer p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #999;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #999;
	text-decoration: none;
}

#footer .rss{
	width: 40px;
	padding: 1px;
	border: solid 1px #bbbbbb;
}

#footer .rss a{
	height: 13px;
	width: 100%;
	font-size: 9px;
	color: black;
	display: block;
	background-color: #bbbbbb;
}

#footer .rss-format{
	padding: 0.5px;
	background-color: #FFB74C;
}

#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	float: left;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
}


/* ___リスト___
==============================*/

ul.en{
	margin: 10px 10px 10px 20px;
}

ul.en li{
	list-style: disc outside;
	margin-top: 15px;
}

/* ___リンク画像___
==============================*/

a:hover img {
 	filter : Alpha(Opacity=70) ;
	 -moz-opacity:0.70;
 }

#header a:hover img {
 	filter : Alpha(Opacity=100) ;
	 -moz-opacity:1.00;
 }
#header2 a:hover img {
 	filter : Alpha(Opacity=100) ;
	 -moz-opacity:1.00;
 }
#footer a:hover img {
 	filter : Alpha(Opacity=100) ;
	 -moz-opacity:1.00;
 }

#center img {
	margin: 5px ;
}


/* ___文字___
==============================*/

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.m10 {
	margin:10px;
}

.mB10 {
	margin-bottom:10px;
}


.content h4 {
	padding: 3px 10px ;
	margin-top: 5px ;
	margin-bottom: 10px ;
	border-bottom: 1px solid #aaa ;
	border-left: 4px solid #999 ;
	font-size: 14px ;
	color: #0f3a65 ;
	background: #fff ;
}


/* ___LPO___
==============================*/

#lpo {
	background: #FFFFFF;
	width: 600px;
	padding: 15px 30px;
	margin: -10px auto ;
}

#lpo .center{
	margin: 0 auto ;
}

#lpo p{
	margin-top: 20px;
	line-height:2.0em;
	font-size: 14px;
}

#lpo .left{
	float:left;
	margin:10px 10px 10px 0;
}
#lpo .right {
	float:right;
	margin:10px 0 10px 10px;
}

/* ___背景blue___
==============================*/

div.blue {
 	background: #EEEEFF;
	border: #999999 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 455px;
}

*html div.blue {
	width: 475px;
}

div.blue2 {
 	background: #EEEEFF;
	border: #999999 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 550px;
}

dl {
	margin:20px 5px;
}

dt {
	font-weight:bold;
	margin-top:15px;
}

dd {
	margin:5px 0 0 13px;
}


/* ___table___
==============================*/

table.borderAll {
border-collapse : collapse ;
width : 90% ;
margin : 20px 5% ;
}

table.borderAll th {
border : 1px solid #ccc ;
text-align : center ;
padding : 5px ;
}

table.borderAll td {
border : 1px solid #ccc ;
padding : 5px ;

}


/* ___table___
==============================*/

body #lpo p {font-size : 16px ; margin : 0px ; }
body #lpo {font-size : 16px ; }
body #lpo table { font-size : 16px ; }


