@charset "utf-8";

html * {
	box-sizing: border-box;			/*CSS 3 の記述。 MacIE 5 で有効。 */
	-moz-box-sizing: border-box;	/* Mozilla 用の記述。 N 6 で有効。 */
	margin:0;
	padding:0;
}

html{
	scrollbar-face-color: #cccccc;
	scrollbar-base-color:#e3ded1;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #cccccc;

}

body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fafafa;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	color: #333333;
	font-size: 78%;
	line-height:1.5em;
	letter-spacing:0.035em;
	background-image: url(../img/bg.jpg);
}

img {
	border: 0px;
	margin: 0 0 10px 0;
	padding: 0px;
	vertical-align: bottom;
}

tr,td{
	font-size: 78%;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

li{
	margin:0;
	padding:0;
}

/********************************************/
/*				ポジション					*/
/********************************************/
#index{
	height:179px;
	width:318px;
}

#contents{
	height:560px;
	width:903px;
}

/*
ここまでMacIE用

\*/

#index{
	height:179px;
	width:318px;
	margin-top: -89px;
	margin-left: -159px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:center;
}

#contents{
	height:560px;
	width:903px;
	margin-top: -265px;
	margin-left: -451px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:right;
}

/*
ここまでその他のブラウザ用
*/


#index li{
	display:inline;
}

#mainContent{
	text-align:center;
}

#mainContent h1{
	margin:0 0 50px 0;
}

#index p{
	margin:0 0 20px 0;
}

#mainContent p{
	margin:0 0 20px 0;
}

ul#blog{
	margin:30px 0 50px 40px;
	text-align:left;
}

#blog li{
	display:block;
	margin:0 0 5px 0;
}



/********************************************/
/*				コンテンツ設定				*/
/********************************************/
.entryBox{
	margin:0 0 15px 0;
	padding:0;
	width:669px;
}

#contents h2{
	width:669px;
	height:36px;
	margin:0 0 20px 0;
	padding:13px 0 0 30px;
	background:url(entry_header_back.gif) no-repeat 0 0;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

#contents h3{
	margin:0 0 5px 0;
	padding:0;
	font-size:100%;
	font-weight:bold;
}

.entry-body{
	margin:0;
	padding:0 0 15px 0;
}

.entry-body p{
	margin:0;
	padding:0 10px 20px 10px;
}

p.btn_map{
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
}

.photo{
	margin:0;
	padding:0 20px 20px 10px;
	float:left;
}

/********************************************/
/*				フッター設定					*/
/********************************************/
#credit{
	margin:2px 1px 0 0;
	text-align:right;
	float:right;
}

#copy{
	margin:1px 0 0 2px;
	text-align:left;
	float:left;
}

#footer {
	clear: both;
	position:relative;
	width:762px;
	height:69px;
	margin:0;
	padding:0;
}

#footer span{
	margin:0;
	padding:0;
	position:absolute;
	text-indent:-10000px;
}


/********************************************/
/*				link設定						*/
/********************************************/
a:link {
	text-decoration:none;
	color:#2273b7;
}

a:visited {
	text-decoration:none;
	color:#7f6795;
}

a:hover {
	text-decoration:none;
	color:#3d97e3;
}

a:active {
	text-decoration:none;
	color:#7f6795;
}

.non a:link,
.non a:visited,
.non a:hover,
.non a:active {
	border-bottom:0px solid #000066;
	text-decoration:none;
}

/********************************************/
/*					共通						*/
/********************************************/
img.r {
	float: right;
	border: none;
	margin:0 0 10px 10px;
	vertical-align:top;
}

img.l {
	float: left;
	margin:0 10px 10px 0;
	vertical-align:top;
}

.cl{
	clear:both;
}

.accent{
	color:#ff5160;
}

.font12{
	font-size:12px;
}