@charset "shift_jis";

a{ text-decoration: none }
a:link   { color:#333399 }
a:visited{ color:#333399 }
a:active { color:#CC6600 }
a:hover  { color:#CC6600; text-decoration: underline; background-color:#ffffcc;}

/*------  メイン  ------*/
body{ 
	color:#000000;
	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	background-color:#FFFFFF;
	text-align:left;
	font-size:16px;
	margin-left:20px;
	line-height:20px;
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

/*------  見出し  ------*/
h3{
	font-size:16px;
	font-weight:normal;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color:#333399;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#333399;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

h4{
	font-size:16px;
	font-weight:normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#5555BB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#5555BB;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

h6{
	font-size:16px;
	font-weight:normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#FF5555;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#FF6600;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

h5{
	font-size:14px;
	font-weight:normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#CC9955;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#BBBB55;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

com{
	font-size:14px;
}

/*------  水平線  ------*/
hr{
	border:1px solid #CCCCCC;
	width:500px;
	text-align:left;
	margin: 3px 0 3px 0;
}
/*------  全体用の水平線  ------*/
.hr_border{
	border:1px solid #9999CC;
	width:630px;
	margin: 0px 0 7px 0;
}

/*------  メニュー  ------*/
.menu{
	font-size:16px;
	text-align:left;
	width:130px;
	float:left;
	line-height:28px;
	margin:0px 0 10px 0;
}
/*------  メイン(右側)  ------*/
.mainRight{
	font-size:16px;
	text-align:left;
	float:left;
}
