@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	color: #490000;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.6;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #d40404;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #859dec;
	}
a:active {}

/*--- clearfix */
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }
.clearfix { min-height: 1em; }
*html .clearfix { height: 1em; }

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
#wrapper {
	width: 850px;
	margin: 0 auto;
	}

.head {
	width: 850px;
	height: 77px;
	}

h1 {
	padding: 20px 0 0 0;
	}

.nav {
	width: 850px;
	height: 43px;
	margin: 0 0 0 4px;
	}

.nav li {
	float: left;
	}

.pict {
	margin: 0 0 10px 0;
	}

.mein {
	width: 850px;
	padding: 25px 0 100px 0;
	}

.article {
	width: 570px;
	float: left;
	padding: 0 15px;
	}

.article p {
	padding: 10px 10px;
	}

h2 {
	background: url(../img/tite.gif) 0 50% no-repeat;
	padding: 10px 0 10px 35px;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #FFFFFF;
	}

h3 {
	font-weight: bold;
	padding: 10px 0 0 20px;
	margin: 0 0 10px 0;
	}

h4 {
	font-weight: bold;
	padding: 10px 0 0 0;
	}

.article table{
	margin:20px 0;
}


#pan{
	font-size: 80%;
}

#pan span:after{
	content: '>';
	padding: 0 5px;
}

#pan span:last-child:after{
  content: '';
}


	
.style {
	margin: 5px 0 0 30px;
}

.beside {
	width: 230px;
	float: right;
	background: #FFFFFF;
	}

.beside h3 {
	background: url(../img/side_title.gif) 0 50% no-repeat;
	padding: 10px 0 10px 35px;
	font-weight: bold;
	color: #FFFFFF;
	}

.beside ul {
	margin: 0 0 30px 10px;
	}
.beside li {
	margin: 2px 0 0 0;
	}


.beside li a {
	background: url(../img/side01.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
	}

.beside li a:hover {
	background: url(../img/side02.gif) 0 50% no-repeat;
	}


#bottomWrapper {
	background: #fbefda;
	}

.foot {
	width: 850px;
	padding: 25px 0 250px 0;
	margin: 0 auto;
	}

.foot ul {
	margin: 0 0 15px 0;
	}

.foot li {
	float: left;
	padding: 0 20px 0 0;
	}






































