@charset "utf-8";


/*1.共通設定
======================================*/
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	font-size: 13px;
	line-height: 1.8;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #7d0000;
}

ul, li {
	list-style: none;
}



/*クリア
----------------------*/
.clear,div.indexContents {
	clear: both;
}
/*--clearfix--*/
.cf,div.indexContents,div.galleryArea {
 *zoom: 1;
}
.cf:before, .cf:after,div.galleryArea:before, div.galleryArea:after,div.indexContents:before, div.indexContents:after {
	content: " ";
	display: table;
}
.cf:after,div.indexContents:after,div.galleryArea:after {
	clear: both;
}



.pt100 { padding-top:100px !important; }


/*レイアウト
----------------------*/


div#wrapper {
	width:960px;
	margin:30px auto;
	}
	
	
div#main {
	padding:30px 0;
	}	
	
	div#main h2 {
		margin:0 0 20px;
		text-align:right;
		}
		
	div#main h3 {
		margin:0 0 20px;
		}
		
	p.desTxt {
		margin:0 0 20px;
		}	
	
div.entryCont {
	}
	
	div.entryCont h4 {
		font-size:15px;
		font-weight:900;
		margin:0 0 10px;
		}
		
	div.entryCont p.txt {
		padding:0 0 10px;
		}	
		
	div.entryCont a {
		color:#3399FF;
		}	

div.entry_l {
	width:300px;
	padding:0 30px 50px 0;
	float:left;
	}
	
div.entry_r {
	width:300px;
	padding:0 0 50px 0;
	float:right;
	}	
	
p.profileBtn {
	width:200px;
	margin:0 auto;
	}	
	
	p.profileBtn a {
		display:block;
		text-align:center;
		padding:10px;
		border:1px solid #ccc;
		text-decoration:none;
		}	
		
h2.subTtl {
	width:260px;
	float:left;
	clear:both;
	padding-top:50px;
	}	
	
div.subTtl_info {
	width:680px;
	float:right;
	padding-top:50px;
	}	
	
div.subTtl_info p.si_l {
	width:60px;
	float:left;
	}	
	
div.subTtl_info p.si_r {
	width:600px;
	float:right;
	}				
