@charset "utf-8";
/* CSS Document */

/* =================================================================== 
 * style info :  共通設定 (この箇所は基本的に変更しない) 
 * =================================================================== */
body {
	background: url(../img/bg.gif) repeat-x;
	color: #4c1313;	
	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: #d30086;
	text-decoration: none;
	}
a:visited {
	
}
a:hover {	
	text-decoration: none;	
	color: #c4786f;
	}
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;
	position: relative;
	}

.toTop {
	position: absolute;
	bottom: 0;
	right: 60px;
	}

.toTop a {
	display: block;
/*	width: 120px;
	height: 25px;
*/	background: url(../img/point.gif) 0 50% no-repeat;
	padding: 5px 0 5px 25px;
	}

.toTop a:hover {
	background: url(../img/point_02.gif) 0 50% no-repeat;
	}
	

.header {
	margin: 20px 0;
	}

.nav {
	width: 850px;
	height: 25px;
	}

.nav li {
	float: left;
	}

.contents {
	width: 830px;
	padding: 40px 10px 150px 10px;
	}

.leftContent {
	width: 550px;
	float: left;
	}

h2 {
	background: url(../img/title_bg.gif) 0 50% no-repeat;
	padding: 10px 0 10px 38px;
	font-weight: bold;
	font-size: 15px;
	}

.leftContent p {
	padding: 10px 0 0 0;
	}

.meinContent {
	width: 510px;
	padding: 30px 20px;
	}
	
.meinContent02 {
	padding: 30px 20px 30px 70px;
	}

h4 {
	font-weight: bold;
	padding: 15px 0 0 0;
	}

.rightContent {
	width: 200px;
	float: right;
	background: #f2cbdf;
	padding: 20px 20px;
	}

h3 {
	font-weight: bold;
	background: url(../img/titles_bg.gif) 0 50% no-repeat;
	padding: 5px 0 5px 30px;
	}

.meinContent02 h3 {
	background: url(../img/point.gif) 0 50% no-repeat;
	padding: 15px 0 15px 20px;
	}

.meinContent02 ul {
	margin: 0 0 0 25px;
	}

.meinContent02 li a {
	background: url(../img/link_bg_w01.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	}

.meinContent02 li a:hover {
	background: url(../img/link_bg_w02.gif) 0 50% no-repeat;
	}



#pan{
	font-size: 80%;
}

#pan span:after{
	content: '>';
	padding: 0 5px;
}

#pan span:last-child:after{
  content: '';
}




.sideNavi {
	margin: 0 0 20px 10px;
	font-size: 12px;	
	}

.sideNavi li a {
	background: url(../img/link_bg.gif) 0 50% no-repeat;
	padding: 0 0 0 15px;
	}

.sideNavi li a:hover {
	background: url(../img/link_bg02.gif) 0 50% no-repeat;
	}

#footerWrap {
	background: #f2cbdf;
	padding: 20px 0 50px 0;
	}

.footer {
	width: 850px;
	margin: 0 auto;
	}

.footer li {
	display: inline;
	padding: 0 30px 0 0;
	}

.footer p {
	margin: 30px 0 0 0;
	}







































