@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: 0 0;
}

br {
   letter-spacing:normal;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#900;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
	position:relative;
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #FFF;
}

div#header {
	position:relative;
	width:847px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#lng_j {
	position:absolute;
	left:719px;
	top:34px;
	width:202px;
}

div#lng_u {
	position:absolute;
	left:720px;
	top:35px;
	width:202px;
}


div#pr {
	position:absolute;
	left:231px;
	top:119px;
	width:602px;
}

div#pr_u {
	position:absolute;
	left:231px;
	top:105px;
	width:602px;
}

div#gnavi {
	position:absolute;
	bottom:0px;
	right:0;
}

div#menu {
	width:100%;
	float:left;
	background-image: url(../images/bg_menu3.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#icatch {
	width:847px;
	margin:0 auto;
	background-color: #FFF;
}

div#contents {
	width:847px;
	margin:0 auto;
	padding:10px 0;
	background:#fff;
}

div#main {
	float:left;
	width:607px;
}

div#sub {
	float:right;
	width:220px;
}

div#totop {
   clear:both;
}

div#totop_1 {
   clear:both;
}

div#footMenu {
	width:847px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 4px;
}

div#footer {
	height: 100px;
	background-image: url(../images/footer2.gif);
	background-repeat: repeat-x;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:2em;
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #lng_u p {
   margin:0;
   font-size:0.75em;
}

div#header #lng_j p {
   margin:0;
   font-size:0.75em;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

div#header #pr_u p {
   margin:0;
   font-size:0.75em;
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
	width:847px;
	margin:0 auto;
	padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
	display:block;
	width:140px;
	color:#5A5132;
	line-height:60px;
	border-right:1px solid #D8D8D8;
}

div#menu li.home a{
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
	color:#030;
	background-image: url(../images/bg_menu3.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
	color:#660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660033;
}

div#main h2 {
	margin-bottom:8px;
	color:#5A5132;
	font-size:0.94em;
	font-weight:normal;
	line-height:35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p{
	margin:0 0 1em 0;
	font-size:0.75em;
	line-height: 1.6em;
}

div#main ul,ol,dl{
	font-size:0.75em;
	padding-left: 20px;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
	background:transparent;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 10em;
	padding: 0;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
	padding:3px;
	font-size:0.88em;
	font-weight:bold;
	color:#FFF;
	padding-left:10px;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-color: #333;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
	font-size:0.75em;
	line-height:1.4;
	background:url(../images/bg_dotline.gif) 0 100% repeat-x;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #666;
	list-style-position: inside;
	list-style-type: none
}

div#sub li a {
	display:block;
	padding-left:12px;
	background:url(../images/bg_list.gif) 0 6px no-repeat;
	color: #999;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
	position:absolute;
	top:12px;
	right:5px;
	margin:0;
	font-size:0.63em;
	width: 129px;
	height: 15px;
	padding-left: 8px;
}

div#totop p a {
	padding-left:8px;
	background: url(../images/bg_totop.gif) 0 50% no-repeat;
	font-size: 1.2em;
}

div#totop_1{
   position:relative;
   height:2em;
}

div#totop_1 p{
	position:absolute;
	top:12px;
	right:5px;
	margin:0;
	font-size:0.63em;
	width: 200px;
	height: 15px;
	padding-left: 8px;
}

div#totop_1 p a {
	padding-left:8px;
	background: url(../images/bg_totop.gif) 0 50% no-repeat;
	font-size: 1.2em;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

div#footMenu li {
	display:inline;
	font-size:0.85em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

div#footMenu li a {
	color: #DFDFDF;
}

div#footMenu li a:hover{
	color:#CC0033;
}

/* ========FOOTER CUSTOMIZE======== */
address{
	font-size:0.8em;
	text-align:center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #CCC;
}
.section .subnavi a {
	color:#CCC;
	font-weight: normal;
}

.section .subnavi a:hover {
	color:#FFF;
}
#top #contents #main .message {
	padding-left: 20px;
	line-height: 200%;
	width: 540px;
	padding-right: 20px;
	padding-top: 5px;
}
#top #contents #main .message span {
	font-size: 1.2em;
	color: #033;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #030;
	padding-bottom: 3px;
}
