@charset "utf-8";

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.jpg) repeat;
	color: #490505;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.7;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #e17604;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #b3d187;
	}
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: 960px;
	margin: 0 auto;
	background: #FFF;
}

.header {
	width: 960px;
	height: 128px;
	background: url(../img/header_bg.gif) top left repeat-x;
	position: relative;
}

h1 {
	position: absolute;
	top: 5px;
	left: 10px;
}

.gnavi {
	width: 682px;
	height: 24px;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.gnavi li {
	float: left;
}

h2 {
	margin: 0 0 30px 0;
}

.mein {
	width: 960px;
	padding: 0 0 60px 0
}

.leftNavi {
	width: 290px;
	padding: 0 15px;
	float: left;
}

.rightContent {
	width: 600px;
	float: right;
	padding: 0 15px;
}

.footer {
	width: 940px;
	border-top: 2px solid #e9ba89;
	padding: 25px 0 60px 20px;
}


/* =================================================================== 
 * style info :  全頁共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */

h3 {
	background: url(../img/side_bg.jpg) 0 50% no-repeat;
	padding: 12px 0 12px 25px;
	font-weight: bold;
}

h4 {
	background: url(../img/title_bg.jpg) 0 50% no-repeat;
	padding: 12px 0 12px 25px;
	font-weight: bold;
}

.rightContent p {
	margin: 15px 7px 0 7px;
}


table{
	margin:20px 0;
}

#list{
	font-size: 80%;
}

#list span:after{
	content: '>';
	padding: 0 5px;
}

#list span:last-child:after{
  content: '';
}



.leftNavi ul {
	margin: 3px 0 30px 20px;
}

.leftNavi a {
	background: url(../img/side01.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
}

.leftNavi a:hover {
	background: url(../img/side02.gif) 0 50% no-repeat;
}

.footer li {
	float: left;
	margin: 0 20px 0 0;
}

.footer p {
	margin: 25px 0 0 0;
}

.adjectiveArea {
	margin: 15px 0 0 35px;
}

.adjectiveArea h5 {
	font-weight: bold;
	border-bottom: 1px dotted #490505;
}

.adjectiveArea ul {
	margin: 0 0 35px 15px;
}

.adjectiveArea a {
	background: url(../img/side01.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
}

.adjectiveArea a:hover {
	background: url(../img/side02.gif) 0 50% no-repeat;
}



