@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	color: #4c020d;	
	font-size: 14px;	
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;	
	line-height: 1.5;
}

*html body {	
/* for IF6 */	
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {	
	color: #525483;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #f5d556;
	}
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;
	}

h1 {
	padding: 30px 0 10px 0;
	}

.nav {
	width: 850px;
	height: 41px;
	}

.nav li {
	float: left;
	}

.mein {
	width: 850px;
	position: relative;
	}

.toTop {
	position: absolute;
	bottom: 0;
	right: 20px;
	}

.leftContent {
	width: 622px;
	float: left;
	padding: 0 0 150px 0;
	}

.leftContent img {
	margin: 0 0 20px 0;
	}

h2 {
	background: url(../img/title_bg.gif) 0 50% no-repeat;
	padding: 12px 25px;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 15px;
	}

.innerContent {
	padding: 0 15px 0 15px;
	}
	
.innerContent h3 {
	font-weight: bold;
	background: url(../img/point_l.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	margin: 15px 0 0 0;
	}

.innerContent p {
	margin: 0 0 10px 0;
	}

.innerContent ul {
	padding: 0 0 0 15px;
	}


#pl{
	font-size: 80%;
}

#pl span:after{
	content: '>';
	padding: 0 10px;
}

#pl span:last-child:after{
  content: '';
}



.rightContent {
	width: 180px;
	float: right;
	background: url(../img/side_bg.gif) repeat;
	padding: 20px 10px 20px 20px;
	margin: 0 0 100px 0;
	}

.rightContent h3 {
	font-weight: bold;
	}

.rightContent ul {
	margin: 0 0 25px 0;
	}

.rightContent a {
	background: url(../img/point01.gif) 0 50% no-repeat;
	padding: 0 0 0 10px;
	}

.rightContent a:hover {
	background: url(../img/point02.gif) 0 50% no-repeat;
	}

#bottomWrapper {
	background: url(../img/bottom_bg.jpg) repeat-x;
	}

.footer {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 200px 0;
	font-size: 10px;	
	}

.footer ul {
	padding: 0 0 20px 0;
	}

.footer li {
	float: left;
	padding: 0 20px 0 0;
	}

.footer li a {
	color: #525483;
	}

.footer li a:hover {
	color: #fff;
	}
















