body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}

.red{
	font-weight: bold;
	color: #FF0000;
}

/*全体*/
#AL {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

/*ヘッダー*/
#HD {
	height: 60px;
	background-color: #F4F8FF;
	font-size: 13px;
}

#HL{
	height: 55px;
	width: 450px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
#HR{
	width: 290px;
	float: right;
	text-align: right;
	font-size: 13px;
}

/*グローバルメニュー*/
#GM {
	background-color: #F4F8FF;
	text-align: center;
}

/*パンくずリスト*/
#TP {
	height: 20px;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 5px;
	font-size: 12px;
}
#TP a{
	text-decoration: none;
}
#TP a:hover{
	text-decoration: underline;
}

/*メイン*/
#MA {
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/*左メニュー*/
#MN {
	width: 230px;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	font-size: 12px;
}


/*コンテンツ*/
#CN {
	width: 530px;
	float: right;
	line-height:140%;
	padding: 15px 0px 20px 15px;
	background-color: #FFFFFF;
}

/*共通*/
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-weight: bold;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #0033CC;
	line-height: 150%;
	padding: 5px 0px 0px 10px;
	height: 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	padding: 5px 0px 0px 22px;
	margin: 15px 0px 10px;
	height: 20px;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	border: 1px dotted #CCCCCC;
	clear: both;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	height: 16px;
	margin: 20px 0px 6px 0px;
	padding: 7px 0px 0px 15px;
	border-bottom: 1px solid #666666;
	clear: both;
	line-height: 140%;
}
ul {
	margin: 0px 2px 0px 25px;
	padding: 0px 0px 0px 0px;
}
li {
	line-height: 150%;
	list-style-position: outside;
	list-style-image: url(images/list_m.gif);
}

.imgleft {
	float: left;
	margin: 0px 15px 3px 0px;
	border: none;
}
.imgright {
	float: right;
	margin: 0px 0px 3px 10px;
	border: none;
}

/*トップページのバナー*/
#BA {
	width: 780px;
	height: 187px;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
}

#PI {
	width: 180px;
	height: 187px;
	float: right;
	font-size: 16px;
}

#PI ul {
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#PI li.l1 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #003399;
	height: 28px;
	margin-top: 9px;
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-left: 10px;
}
#PI li.l2 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #2255BB;
	height: 28px;
	margin-top: 9px;
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-left: 10px;
}
#PI li.l3 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #4477DD;
	height: 28px;
	margin-top: 9px;
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-left: 10px;
}
#PI li.l4 {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #6699FF;
	height: 28px;
	margin-top: 9px;
	list-style-image: none;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 4px;
	padding-left: 10px;
}
#PI a{
	text-decoration: none;
	color: #333333;
}
#PI a:hover{
	text-decoration: none;
	color: #FF6600;
}

/*トップページの左*/
#TM {
	width: 230px;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-right: 20px;
}

/*トップページの右*/
#TC {
	width: 530px;
	float: right;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/*フッター*/
#FT{
	background-color: #FFFFFF;
	clear: both;
	padding-top: 2px;
	height: 100px;
	border-top: 5px solid #003399;
}
#FM{
	background-color: #FFFFFF;
	width: 450px;
	float: left;
	padding-left: 5px;
}
#FM a{
	text-decoration: none;
	color: #333333;
}
#FM a:hover{
	text-decoration: underline;
	color: #333333;
}
#FC{
	background-color: #FFFFFF;
	width: 290px;
	float: right;
	text-align: right;
	font-size: 13px;
}
