@charset "Shift_JIS";

/* -------------------------------------
* fontsize model    YUI  version: 2.7.0
* --------------------------------------
* 10px -> 77%@@      * 18px -> 138.5%
* 11px -> 85%          * 19px -> 146.5%
* 12px -> 93%          * 20px -> 153.9%
* 13px -> 100%         * 21px -> 161.6%
* 14px -> 108%         * 22px -> 167%
* 15px -> 116%         * 23px -> 174%
* 16px -> 123.1%       * 24px -> 182%
* 17px -> 131%         * 25px -> 189%
                       * 26px -> 197%
* ---------------------------------- */


/* -------- reset  -------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {  
	margin:0;
	padding:0;
}


html{
	overflow-y:scroll;

}


/* -------- body -------- */

body {
	text-align: center;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", arial, helvetica, clean, sans-serif;
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #333333;
	background: #FFFFFF url(../img/bg_head.jpg) top repeat-x;
}

tr,td,th {
	font-size: 104%; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #333333;
	line-height: 24px;
	text-align: left;
}


/* -------- common -------- */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	line-height: 135%;
	display: block;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", arial, helvetica, clean, sans-serif;
	font-size: 110%;
	color: #333;
	text-align: left;
}

select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}


/* -------- hr -------- */

hr {
	display : none;
}


/* -------- img -------- */

img {
	border: none;
	vertical-align: bottom;
}


/* -------- li -------- */

li {
	list-style: none;
}


/* ---- clearfix ---- */

div{
    zoom: 1;
}

div:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/*---------- clear ---------------*/

.clear{
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
	display: block;
  	clear:both;
}


/*-------------- space ------------*/

.indent { 
	padding-left:1em;
	text-indent:-1em;
}


/*-------  sub sup --------------*/

sub {
	vertical-align: bottom;
	font-size: 70%;
}

sup {
	vertical-align: top;
	font-size: 70%;
}


/* ---- Links ---- */

a:link {
color: #cc0000;
text-decoration: underline;
}

a:visited {
color: #cc0000;
text-decoration: underline;
}

a:active {
color: #cc0000;
text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
	text-align: right;
}

/* ---- Links(footer) ---- */


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

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

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

#footer a:active {
	text-decoration: underline;
	color: #ffffff;
}

/* ---- footer ---- */

.copyright {
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #ffffff;
}

#footer {
	font-size:13px; /* Modan */
	*font-size:small;/* IE7 */
	*font:x-small;/* IE6 */
	color: #ffffff;
}
.h-title {
	font-style: normal;
	line-height: normal;
	color: #006;
	font-size: 125%;
	font-weight: bold;
}
.table-fonts {
	text-align: left;
	font-size: 90%;
}

