@charset "UTF-8";
/* CSS Document */

/**** reset default style ***************************************************/

body,div,ul,li,dl,dt,dd,img,p,table,th,td,address {
	margin:0;
	padding:0;
}

/**** basic tag redefinition ************************************************/

body {
	font-size:80%;
	color:#333;
	line-height:1.7em;
	background:#fff;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:1em;
	margin:0;
	padding:0;
}

h1 {
	font-size:9px;
	margin-bottom:15px;
	height:1em;
	color:#999;
}

img {
	border:none;
	line-height:1em;
}

li,dt,dd { list-style:none; }

address { font-style:normal; }

a { -moz-outline:none; } /* for Firefox */

table { border-collapse:collapse;}


/**** Box Model **************************************************************/

#wrapper   { width:750px; margin:10px auto; }
#header    { width:750px; margin-bottom:53px; height:50px; line-height:1em; background:url(../images/msg.png) no-repeat right bottom; }
#keyvi     { width:750px; height:90px; font-size:0; line-height:0; vertical-align:bottom; }
#pankuzu   { width:750px; margin-top:10px; line-height:1em; }
#inner     { width:750px; margin:20px 0; }
#main      { float:left; width:540px; }
#side      { float:right; width:180px; }
#navi      { position:absolute; width:750px; height:40px; top:70px; }
#footer    { width:750px; background:url(../images/dot.png) repeat-x left top; padding:10px 0 20px 0; }
div.imgbox { width:100%; text-align:center; margin-bottom:10px; }


/**** Common parts ***********************************************************/

/* Title */
h2.ptl {
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	padding:0 0 12px 5px;
	margin-bottom:15px;
	border-bottom:5px solid #d9d9d9;
}

h3 {
	color:#4d4d4d;
	font-size:1em;
	padding:8px 8px 7px 8px;
	background:#e6e6e6;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}

h3.imgttl {
	margin:0 0 5px 0;
	padding:0 0 10px 0;
	border:none;
	background:url(../images/dot.png) repeat-x left bottom;
	line-height:0;
	font-size:0;
}

.jump { width:100%; text-align:right; }

a.dtl {
	font-size:9px;
	color:#156fc2;
	padding-left:8px;
	background:url(../images/barrow.png) no-repeat left center;
	margin-top:-1px;
}

a.dtl2 {
	font-size:9px;
	color:#156fc2;
	padding-left:15px;
	background:url(../images/dtlarrow.png) no-repeat left center;
}

strong.msg {
	display:block;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	margin:25px 0 20px 0;
}

.imgr { float:right; margin:0 0 10px 10px; }

a.extlnk { background:url(../images/icon_blankb.png) no-repeat right center; color:#2183cd; padding-right:15px; }

span.caption { font-size:95%; line-height:1.4em; }

/* Pankuzu */
#pankuzu li   { display:inline; font-size:70%; color:#666; line-height:1em; }
#pankuzu li a { color:#4777b3; margin-right:2px; line-height:1em; }

/* submenu */
#side li         {
	               background:url(../images/subm_bg.png) repeat-y center center;
	               line-height:1em;
	               font-size:80%;
                 }
#side li.mtp     { background:url(../images/subm_bg.png) repeat-y center top; padding-top:4px; }
#side li.mbtm    { background:url(../images/subm_bg.png) repeat-y center bottom; }
#side li a       {
	               display:block;
	               width:141px;
	               color:#999;
	               text-decoration:none;
	               line-height:1em;
	               padding:12px 0 12px 15px;
	               margin:0 12px;
	               background:url(../images/subm_off.png) no-repeat left center;
	               border-bottom:1px dotted #ccc;
                 }
#side li.mbtm a  { border:none; }
#side li a:hover,
#side li a:focus { color:#000; background:url(../images/subm_on.png) no-repeat left center; }
#side a.on       { color:#000; background:url(../images/subm_on.png) no-repeat left center; }

/* footer */
#footer li            { float:left; line-height:1em; }
#footer li.n1         {
	                    width:258px;
	                    height:7px;
	                    line-height:0;
	                    font-size:0;
	                    padding:2px 0;
	                    margin-right:335px;
                      }
#footer li.n3         { margin-left:10px; }
#footer li a          { display:block; font-size:1px; text-indent:-9999px; line-height:1em; }
#footer li.n2 a       { width:59px; height:9px; background:url(../images/sitemap.png) no-repeat left top; }
#footer li.n3 a       { width:86px; height:9px; background:url(../images/privacy.png) no-repeat left top; }
#footer li.n2 a:hover,
#footer li.n2 a:focus,
#footer li.n3 a:hover,
#footer li.n3 a:focus { background-position:left -9px; }


/**** clearfix ***************************************************************/

#inner:after,
#navi:after,
#footer:afiter {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#inner,
#navi,
#footer { display: inline-block; }

