@charset "utf-8";

/* ------------------------------
 Contents setting
------------------------------ */

/* Reset and Setting */



body{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333333;
	background:#ffffff url(image/back.gif) repeat-y;
	font-family: "ＭＳ Ｐゴシック", 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-style: normal;
	font-size:small;
	_font-size:x-small;
}


h1, h2,
div, p, ul, ol, dl, dt, dd,
form{
	padding: 0;
	margin: 0px;
	line-height: 1.4;
	display: block;
	font-size:small;
	_font-size:x-small;
}

h1 {
	font-weight: bold;
	font-size:medium;
	_font-size:small;
}

h2 {
	margin: 0 0 15px 0;
	color: #003399;
	font-weight: bold;
	font-size:medium;
	_font-size:small;
}

img {
	border: 0px;
}

p {
	margin: 0 0 5px 0;
}

/* Normal links */
a:link{
	color: #000066;
	text-decoration:underline;
}

a:visited{
	color: #990099;
	text-decoration:underline;
}

a:hover{
	color: #009999;
	text-decoration:none;
}

a:active{
	color: #009999;
	text-decoration:underline;
}

/*-------------------------------------------------
Header setting
-------------------------------------------------*/


/*-------------------------------------------------
Main setting
-------------------------------------------------*/

#leftNavi{
	width: 122px;
	margin: 15px 0 0 0;
}

#main {
	margin: 30px 5px 15px 20px;
}

div.whatnewArea {
	margin: 20px 0 20px 0;
}

.whatnewTitle {
	padding: 5px 0 5px 0;
	color: #990000;
	font-weight: bold;
	font-size:medium;
	_font-size:small;
}

.contactTitle {
	padding: 5px 0 5px 0;
	color: #990000;
	font-weight: bold;
}


/* Font setting */
.xs{
	font-size:x-small;
	_font-size:xx-small;
}

.sm{
	font-size:small;
	_font-size:x-small;
}

.me{
	font-size:medium;
	_font-size:small;
}

.la{
	font-size:large;
	_font-size:medium;
}



/*-------------------------------------------------
Footer setting
-------------------------------------------------*/

