@charset "Shift_JIS";

/* -------------------------------------Default----- */
* { font-style: normal;}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(/common/img/bg_top.jpg) repeat-x left top; 
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color:#333333;
	}

a img { border: none;}
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0; padding: 0;} 
th { text-align: left;}
ul, ul li, dl, dt, dd { list-style: none; margin: 0; padding: 0;}


/* -------------------------------------Font----- */
.m { font-size: 12px; line-height: 1.4;}
.sml { font-size: 10px; line-height: 1.4;}
.sml_n { font-size: 10px; line-height: 1.4; font-weight: normal;}
.red{ color:#CC0000;}

/* -------------------------------------Link----- */
a:link { color: #1A1B65; text-decoration: underline;}
a:visited { color: #1A1B65; text-decoration: underline;}
a:hover { color: #990000; text-decoration: none;}
a:active { color: #990000; text-decoration: none;}



/* -------------------------------------Space----- */
.t01 { margin-top: 5px;}
.t02 { margin-top: 10px;}
.t03 { margin-top: 15px;}
.t04 { margin-top: 20px;}
.t05 { margin-top: 25px;}
.t06 { margin-top: 30px;}
.t07 { margin-top: 35px;}
.t08 { margin-top: 40px;}
.l02 { margin-left: 10px;}
.l03 { margin-left: 15px;}
.l04 { margin-left: 20px;}
.r02 { margin-right: 10px;}
.r04 { margin-right: 20px;}
.e03 { margin-right: 15px;}
.v01 { margin-top: 5px; padding-bottom: 5px;}
.v02 { margin-top: 10px; padding-bottom: 10px;}
.v03 { margin-top: 15px; padding-bottom: 15px;}
.v04 { margin-top: 20px; padding-bottom: 20px;}

.txtRight {
	text-align: right;
}
.txtLeft {
	text-align: left;
}

.txtCenter {
	text-align: center;
}

.sideT {
	vertical-align: top;
}

.sideB {
	vertical-align: bottom;
}

/* -------------------------------------Header----- */
#headerArea {
	width:880px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	text-align:center;
} 

/* -------------------------------------Contents----- */
#contentArea {
	width: 880px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#contents {
	width:880px;
	background: transparent url(/common/img/bg_main.gif) repeat-y left top;
}


#topArea {
	padding:0 21px 0 32px;
}
/* -------------------------------------Arrow----- */

.pageTop01 a:link, .pageTop01 a:visited {
	color: #1A1B65; text-decoration: underline;
	background: transparent url(/common/img/arrow_top01_a.gif) no-repeat left center;
	padding: 0 0 3px 10px;
}
.pageTop01 a:hover, .pageTop01 a:active {
	color: #990000; text-decoration: underline;
	background: transparent url(/common/img/arrow_top01_b.gif) no-repeat left center;
	padding: 0 0 3px 10px;
}

.pageTop01 {
	padding: 10px 25px 20px 0;
	font-size: 12px;
	text-align: right;
}


.arrow01 a:link, .arrow01 a:visited {
	color: #1A1B65; text-decoration: underline;
	background: transparent url(/common/img/arrow01_a.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
.arrow01 a:hover, .arrow01 a:active {
	color: #990000; text-decoration: underline;
	background: transparent url(/common/img/arrow01_b.gif) no-repeat left center;
	padding: 0 0 0 10px;
}


.arrow01 {
	font-size: 12px;
	text-align: right;
}

.arrow02 a:link, .arrow02 a:visited {
	color: #1A1B65; text-decoration: underline;
	background: transparent url(/common/img/arrow02_a.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
.arrow02 a:hover, .arrow02 a:active {
	color: #990000; text-decoration: underline;
	background: transparent url(/common/img/arrow02_b.gif) no-repeat left center;
	padding: 0 0 0 10px;
}


.arrow02 {
	font-size: 12px;
	text-align: left;
}



/* ------pankuzu----- */
.pankuzu { 
    background: url(/common/img/bg_pankuzu.jpg) no-repeat left top;
	width:100%;
	margin:0;
	height:27px;
}

.pankuzu .txt {
 	padding:10px 0 0 25px;
	font-size:10px;
}


/* -------------------------------------Footer----- */
#footerArea { 
	margin-top: 20px;
}


/* ---------------------------------------------- */
/* ------------------------------------print----- */
/* ---------------------------------------------- */
@media print {
body
	{
	zoom: 70%; /* WinIE only */
	}

}

#topinfo{
	width: 100%;



}
#topinfo li{
	margin:10px 0;
	list-style:disc;
	line-height:2em;
}
#topinfo li a{
	color: #C60;
}