/*　↓基本項目-----------------------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 24px;
}


/* リンク */
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}


/* イメージ */
img,fieldset {
	border:0;
}




/* 小見出し */
.komidashi {
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	color: #333333;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 5;
	border-left-style: solid;
	border-left-color: #006699;
}



p {
	font-size: 14px;
	width: 90%;
	padding-left: 15px;
}
.redmarkup {
	font-weight: bold;
	color: #990000;
}





/*　↑基本項目-----------------------------------------*/


/*　↓共通レイアウト-----------------------------------------*/

/* 全体構造コンテナ　*/
#container {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-image: url(../img/navi_back.jpg);
	background-repeat: repeat-x;
}



/* ヘッダ,タイトルエリア　*/
#header {
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 30px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}








/* ナビゲーションメニュー　*/
#navi {
	width: 198px;
	height: 200px;
	float: left;
	font-size: 14px;
	text-align: left;
	line-height: 1.8em;
	background-image: url(../img/navi_back.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	list-style-type: none;
	list-style-position: inside;
}
#container #navi li {
	font-weight: normal;
	font-size: 12px;
	list-style-image: url(../img/navi_me.gif);
	padding-left: 5px;
}



/* フッタ　*/
#footer {
	width: auto;
	font-size: 12px;
	height: 55px;
	background-color: #FFFFFF;
}



/*　↑共通レイアウト-----------------------------------------*/
