@charset "Shift_JIS";

/*Default CSS (Last Update 2008.07.08)*/


/*----------------------------------------
	default setting
-----------------------------------------*/

* {margin: 0; padding: 0;}

h1, h2, h3, h4, h5, h6, h7, strong, em, p, pre {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

th {font-weight: normal; text-align: left;}
img, table {border: 0;}


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

body {
	background-color: #FFF;
	color: #333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	text-align:center;
}


/*----------------------------------------
	link setting
-----------------------------------------*/

a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3399FF;
	text-decoration: underline;
}

/*----------------------------------------
	header setting
-----------------------------------------*/


#head {
	width:800px;
	height:265px;
	text-align:center;
	margin:0 auto;
}


#head .title {
	margin-top:25px;
}

#head_text {
	font-size:75%;
	display:inline;
	float:right;
	color:#FFFFFF;
	margin:6px 0 9px 0;
}

#head_text a {
	color:#FFFFFF;
}


/*----------------------------------------
	mainarea setting
-----------------------------------------*/


#main {
	width:800px;
	background-color:#FFFFFF;
	line-height:1.4em;
	text-align:center;
	margin:0 auto;
	background-image:url(../images/head_bg.jpg);
	background-repeat:repeat-x;
}

#main .subtitle {
	margin-bottom:15px;
}

#main .table1 {
	margin:8px 0 8px 0;
}

#main td {
	height:32px;
}

#main .cup {
	font-size:85%;
	color:#999999;
}


#main #box1 {
	width:730px;
	font-size:85%;
	padding:15px 20px 15px 20px;
	text-align:left;
	margin:0 auto;
}

#main #box2 {
	width:735px;
	background-color:#e0d7d9;
	font-size:85%;
	padding:15px 20px 15px 20px;
	text-align:left;
	margin:0 auto;
	border-top:4px solid #372821;
	border-bottom:4px solid #372821;
}

#main #box2 #td1 {
	width:220px;
	height:60px;
}


#main #box3 {
	width:733px;
	font-size:85%;
	padding:0px 20px 15px 20px;
	text-align:center;
	margin:0 auto;
	border-left:1px solid #877e7a;
	border-right:1px solid #877e7a;
	border-bottom:1px solid #877e7a;
}

#main #box4 {
	width:733px;
	font-size:80%;
	padding:0px 20px 15px 20px;
	text-align:left;
	margin:0 auto;
	border-left:1px solid #877e7a;
	border-right:1px solid #877e7a;
	border-bottom:1px solid #877e7a;
}

#main #box4 td {
	height:24px;
	text-align:left;
}

#main a:hover img {
-moz-opacity:0.70;
opacity:0.70;
filter:alpha(opacity=70);
}

#main a.noblink:hover img {
-moz-opacity:1.00;
opacity:1.00;
filter:alpha(opacity=100);
}

#main a.noblink:hover img {
-moz-opacity:1.00;
opacity:1.00;
filter:alpha(opacity=100);
}


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

#footer_btn {
	width:775px;
	padding:15px 0px 15px 0px;
	text-align:left;
	margin:0 auto;
}


#wrapper{
	overflow:auto;
	width:480px;
	height:480px;
	position:absolute;
	top:380px;
	left:50%;
	margin-left:-240px;
	z-index: 2;
	background-color:#FFFFFF;
	filter: alpha(opacity=1);
    -moz-opacity:0.01;
    opacity:0.01;
}
