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


/*INDEX-07251418
-------------------------
___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% ;
}


/*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 ;
}

.content table td {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	color: #666 ;
	background: #fff ;
}


/*COMMON LINK COLOR */

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


a:active, a:hover {
	color: #FF6600 ;
	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 ;
	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_new3.gif") no-repeat center bottom ;
}

#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: #C00 ;
}

#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: 790px ;
	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: #fff url("subnavi.gif") left center no-repeat;
}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #666 ;
	background: #ffc 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: #CC0000 ;
}

#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 #CC0000 ;
	font-size: 14px ;
	color: #0f3a65 ;
	background: #fff ;
}

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

h3 a:active, 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 #A1BAE3 ;
	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 #A1BAE3 ;
	background: #eee ;
}

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

/*IMAGE MARGIN*/

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

/*FORM*/


.sample textarea {
	width: 250px ;
}

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


/* ___SIDENAVI2___
==============================*/

#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: #fff;
	font-weight : normal ;
}

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

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #fff;
	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;
}



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


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

#lpo .center{
	width: 500px;
	margin: 0 auto ;
}

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

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

 .content  h4 {	
	margin: 0px 5px -5px ;
	font-size: 14px ;
	font-weight: normal ;
	font-weight: bold ;
	color: #CC0000 ;
}

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

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

ul.en li{
	list-style: disc outside;
}

/* ___link画像___
==============================*/
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;
 }

/* ___背景ピンク___
==============================*/

div.pink {
 	background: #FFDDFF;
	border: #999999 1px solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 455px;
}
*html div.pink {
	width: 475px;
}