@charset "UTF-8";
/* SURUGA house CSS Document */

body{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}

#body{
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 3px 0px;
/*	border: dashed #CCC 1px;*/
}

/* H tag style */
H1 {
	margin:0px;
	font-size: 10pt;
	color:#785532;
	font-weight: bolder;
}
H2 {
	margin: 15px 0px 2px 0px;
	padding: 5px 0px 5px 0px;
	font-size : 14pt;
	color:#3264c8;
	font-weight: bolder;
	text-align: left;
	border-left-color: #ff9900;
	border-left-style: solid;
	border-left-width: 5px;
	padding-left: 5px;
	background-color: #FFEED5;
}
H3 {
	margin: 0px;
	font-size : 12pt;
	color: #3264c8;
	font-weight: bolder;
}
H4 {
	margin: 0px;
	font-size : 11pt;
	color: #3264c8;
	font-weight: bolder;
}
H5 {
	margin: 5px 0px 1px 0px;
	font-size : 11pt;
	font-weight: bolder;
	color: #ff9900;
}

STRONG {
	font-weight: bold;
}

/* top style */
#top{
	width: 750px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: solid #BBB 2px;
}
#top TH{
    color: #3264c8;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
    vertical-align: middle;
}
/* middle style */
#middle{
	width: 750px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

/* menu style */
#menu{
    width: 145px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
/*	border: dashed #F00 1px;*/
}
.menu_link {
	margin: 0px;
	padding: 0px;
	background-image: url(img/b_link.gif);
	width: 108px;
	height: 30px;
	color: #FFFF00;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	line-height: 28px;
}
.menu_link a{
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link a:hover{
	text-decoration: underline;
}

#pr{
	width: 125px;
	padding: 10px 3px 10px 5px;
	margin: 30px 0px 5px 0px;
	font-size : 12px;
	line-height: 150%;
	color: #555555;
	text-align: left;
	border: dashed #0066FF 2px;
}

/* トップページ Right style */
#right{
    width: 95px;
	margin: 0px;
	padding: 0px;
	float:right;
}
#lineup{
	margin: 0px 0px 250px 0px;
	padding: 0px;
	text-align:left;
	border: solid #3264c8 2px;
}

/* トップページ center style */
#center{
    margin: 0px 105px 0px 160px;
	padding: 0px 0px 0px 0px;
	font-size : 14px;
	text-align:left;
  	line-height: 120%;
	color: #3264c8;
/*	border: dashed #0F0 1px;*/
}

/* main style */
#main{
    margin: 0px 0px 0px 160px;
	padding: 0px 10px 0px 0px;
	font-size : 14px;
	text-align: center;
  	line-height: 120%;
	color: #3264c8;
/*	border: dashed #0FF 1px;*/
	border-right: solid #3264c8 4px;
}

.m TD{
	color: #4B351F;
	font-size: 10pt;
	line-height: 130%;
}
.s TD{
	color: #000000;
	font-size: 10pt;
	line-height: 120%;
}
.r TD{
	color: #000000;
	font-size: 9pt;
	line-height: 120%;
}
.m{
	color: #4B351F;
	font-size: 10pt;
	text-align: left;
	line-height: 130%;
}
.s{
	color: #000000;
	font-size: 10pt;
	line-height: 120%;
}
.r{
	color: #000000;
	font-size: 9pt;
	line-height: 120%;
}

/* lower style */
#lower{
	width: 750px;
	margin:12px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	color:#3264c8;
	font-size:12px;
	text-align: center;
	border:solid #3264c8 1px;
}

/* area style */
#area{
	width: 750px;
	margin:5px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	color:#998888;
	font-size:11px;
	text-align: center;
	line-height: 150%;
}

/* ########## Copyright 2011 AssistPePe ########## */