@charset "utf-8";

/* defalt_style
----------------------------------------------- */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

p {
margin:0.8em 0;
}

/* base_style
----------------------------------------------- */

body{
	font-size:14px;
	color:#333;
	line-height:150%;
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Osaka', 'MS UI Gothic', sans-serif;
	background-image:url(../img/bg01.gif);
	background-color: #532;
}

a{
	color:#00c;
	text-decoration:none;
}

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

a:hover{
	color:#f00;
	text-decoration:none;
}

.lss{list-style-type: square;}
.lsc{list-style-type: circle;}
.lsd{list-style-type: disc;}
.indent {text-indent:1em;}

pre {
font-family: 'ＭＳ ゴシック',"Osaka－等幅","Osaka-Mono",monospace,mono;
}


/* wrapper_style
----------------------------------------------- */


div#base{
	margin:0 auto;
	background-color:#FFF;
	overflow:hidden;
	border: 1px #222 solid;
}

div#header{
	width:800px;
	height:110px;
	background-color: #640;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	border-bottom: 1px #aaa solid;
}
div#header a {
	overflow:hidden;
	background-image:url(../img/header.png);
	background-position: top left;
	display:block;
	width:800px;
	height:110px;
	text-indent:-999px;

}
div#header a:hover {
	background-image:url(../img/header.png);
	background-position: bottom left;
}
div#contents{
	overflow:hidden;
}

/* column
----------------------------------------------- */
div#base{
	width:800px;
}

div#base div#contents{
	margin:20px 0px;
	width:100%;
	clear:both;
	overflow:hidden;
}

div#base div#mainContent{
	padding:0px 20px 0 0px;
	width:600px;
	float:right;
}

div#base div#sidebar{
	width:150px;
	float:left;
}


/* 3bunkatsu page
----------------------------------------------- */


div#base #topL{
	padding:0px 0px;
	width:640px;
	float:left;
}

div#base #topContent{
	padding:0px 10px;
	width:460px;
	float:right;
}

div#base div#sidebar0{
	width:150px;
	float:left;
}
div#base div#topR{
	width:150px;
	float:right;
}

/* footer_style
----------------------------------------------- */


div#footer{
	text-align: center;
	background-color: #640;
	color: #fff;
	clear:both;
	width:100%;
	overflow:hidden;
}
/* copy_style
----------------------------------------------- */


#copy{
	margin:10px auto;
	text-align:center;
	font-size:13px;
	line-height:normal;
	font-style:normal;
	font-family: sans-serif;
}

#copy a,
#copy a:visited  {
color: #fff;
	text-decoration:none;
}
#copy a:hover  {
color: #00f;
}

#support {
	width: 800px;
	text-align: right;
	margin:3px auto 5px;
	padding:0;
}
#support a {
font-size: 12px;
font-family: serif;
color:#fff;
}
