/* 基本設定 */

body,p,h1,h2,h3,h4,h5,h6,ul,li{
margin:0;
padding:0;
	}

ul{
list-style-type:;
}

ol{
margin-top:0.5em;
padding-top:0;
	}

/* ボディ設定
------------------------------------------------- */

body {
	background-color: #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align:center;
}


/* リンク設定
------------------------------------------------- */
a:link{
color:#9A2945;
text-decoration:none;
}
a:visited{
color:#a0907c;
text-decoration:none;
}
a:hover{
color:#9A2945;
text-decoration:underline;
}
a:active{
color:#9A2945;
text-decoration:underline;
}



/* テーブル設定
------------------------------------------------- */
td,th{
vertical-align:top;
text-align:left;
}
table.basic{
border-top:solid 1px #999;
border-left:solid 1px #999;
}
table.basic th{
background-color:#fbdadc;
font-weight:normal;
border-bottom:solid 1px #999;
border-right:solid 1px #999;
padding:3px 6px;
white-space:nowrap;
}
table.basic td{
border-bottom:solid 1px #999;
border-right:solid 1px #999;
padding:6px 8px;
}

/* 回り込み解除
------------------------------------------------- */
.clear{
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}

/* ボックス指定 */

/* 01　外枠
------------------------------------------------- */

#content{
width: 700px;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
text-align:center;
}


/* 01　外枠
------------------------------------------------- */

.section{
clear:both;
width:700px;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-bottom:1em;
margin-top:0.8em;
}


/* 07　トップ　フッター
------------------------------------------------- */	

#footer{
    font-style:normal;
    font-size:11px;
	width:100%;
	border-top: 1px solid #9A2945;
	border-bottom: 1px solid #9A2945;
	text-align:center;
	padding:3px;
	clear:both;
}

.bottom_menu{
clear:both;
font-size:0.85em;
color:#666666;
padding-top:1em;
margin-bottom:1.5em;
line-height:150%
}


/* 04　セカンド　ページトップ
------------------------------------------------- */

#pagetop{
width:100%;
background-color:white;
text-align:right;
padding-top:10px;
padding-bottom:10px;
clear:both;
}


/* 細かい設定
------------------------------------------------- */
.red{color:#9a2945}
.murasaki{color:#990077}
.karashi{color:#e6a201}
.maccya{color:#516911}
.beni{color:#af273a}
.kon{color:#4a4977}
.redstrong{color:#77001d}

img.fl{
float:left;
margin-right:12px;
margin-bottom:0.7em;
}
img.fr{
float:right;
margin-left:15px;
margin-bottom:0.7em;
}
.fl{float:left;}
.fr{float:right;}
.alr{text-align:;}

.clear{
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}

.center{
text-align:center;
}
.right{
text-align:right;
}

.mart5{margin-top:5px;}
.mart10{margin-top:10px;}
.mart15{margin-top:15px;}
.mart20{margin-top:20px;}

.marb5{margin-bottom:5px;}
.marb10{margin-bottom:10px;}
.marb15{margin-bottom:15px;}

.marr8{margin-right:8px;}

.marl15{margin-left:15px;}
.marl20{margin-left:20px;}


.font10{
font-size:10px;
}

.rightBox{
float:right;
text-align:left;
}
.leftBox{
float:left;
text-align:left;
}