/*　ボディー部分を指定しています　*/
body {
    color:#333333;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 110%;
}


/*　画像の枠を消しています　*/
img {
    border:none;
} 


/*　リンクの設定をしています　*/
a:link {
	text-decoration: none;
}
a:visited {
    color: #990099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.p1	a:hover {
	color: #ff0000;
	}
.p1	a:visited {
	color: #0000ff;
	}
.rsheadm a:link {
	color: #ffffff;
	}
.rsheadm a:visited {
	color: #ffffff;
	}
.rsheadm a:hover {
	color: #0000FF;
	}
	

/*　ページ全体を指定しています　*/
#all {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/*　ヘッダー部分を指定しています　*/
#header {
	width: 800px;
}
#head {
	width: 800px;
	height: 90px;
	background-image:url(../img/head.gif);
}
#lhead {
	width: 296px;
	height: 75px;
	float: left;
}
#ruhead {
	width: 504px;
	height: 56px;
	font-size: 12px;
	float: left;
}
.rshead {
	width: 13px;
	height: 19px;
	float: left;
}
.rsheadm {
	width: 85px;
	height: 19px;
	text-align: center;
	color: #FFFFFF;
	float: left;
}

/*　メイン部分を指定しています　*/
#mainbox {
	width: 800px;
	background-color: #ffffff;
	padding-right: px;
	padding-left: px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
#lbox {
	background-color: #ffffff;
	width: 600px;
	float: left;
}

#cb {
	background-color: #FEF2F8;
	width: 580px;
	height: 110px;
}
#cg {
	background-color: #FFFAE6;
	width: 580px;
	height: 110px;
}
#cl {
	background-color: #F0F9C5;
	width: 580px;
	height: 110px;
}
#cf {
	background-color: #EFF4F5;
	width: 580px;
	height: 110px;
}
#rbox1 {
	background-color: #F7F7F7;
	width: 180px;
	float: right;
	height: auto;
}
#rsin {
	background-color: #F7F7F7;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 180px;
}
#rbox2 {
	background-color: #ffffff;
	width: 175px;
	float: right;
}
#rrin {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #FF3300;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 175px;
}
.lc {
	width: 110px;
	padding-left: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-top: 9px;
	float: left;
}
.rcsoto {
	width: 470px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
.rc {
	width: 470px;
	padding-bottom: 5px;
	padding-top: 9px;
}

/*　フッター部分を指定しています　*/
#footer {
	width: 800px;
	height: 40px;
	font-size: 12px;
	background-image: url(../img/foot.gif);
	text-align: center;
	vertical-align: bottom;
	line-height: 150%;
	clear: both;
}
#foot {
	width: 800px;
	text-align: right;
}

/*　強調タグ部分を指定しています　*/
h1 {
	font-size: 12px;
	color: #333333;
	margin: 5px;
}
h2 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	color: #333333;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}


/*　文字部分を指定しています　*/
p {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.p1 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.p2 {
	font-size: 12px;
	text-align: center;
}
.p3 {
	font-size: 12px;
	text-align: center;
	color: #FF3300;
}
.p4 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.p5 {
	font-size: 14px;
	vertical-align: middle;
	padding-top: 2px;
}
.p6 {
	font-size: 12px;
	line-height: 150%;
}
.p7 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 12px;
}
.mini1 {
    font-size: 11px;
}
.aka {
	color: #FF3300;
}
