/* 基本設定 */
*{font-family: "Arial";font-size: 11px;}

BODY{margin: 0px;
	color: #333;
	background: #39f;
	scrollbar-base-color: #9cf;
	background: url(bg.jpg);
	text-align: center;}

A:link,A:active,A:visited{color: #7a4171;text-decoration: none;}
A:hover{color: #88sa;text-decoration: underline;}

IMG{border: 0;}

#ALLBOX{width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;}

#ALLBOX2{width: 806px;
	background: #39F;
	border-right: #FFF 3px solid;
	border-left: #FFF 3px solid;
	text-align: center;
	margin: 0px auto;
	padding: 0px;}

/* コンテンツ部分 */
#up{font-size: 10px;
	width: 740px;
	height: 70px;
	text-align: left;
	padding: 3px;
	margin: 0px auto;
	margin-bottom: 10px;
	border: #FFF 2px dotted;
	color: #a25768;
	background: #FFF;
	overflow: auto;}

#conbox2{width: 742px;
	text-align: center;
	padding: 4px;
	margin: 0px auto;
	border: #05E 1px solid;
	background: #FFF;}

#CONTITLE{color: #333;
	width: 100%;
	height: 26px;
	background: #FFF;
	font-weight: bold;
	text-align: right;
	padding: 12px 0px 0px 0px;
	margin: 8px 0px 4px 0px;
	border-top: #26499d 2px solid;
	border-bottom: #26499d 1px solid;}

/* メニュー部分 */

a#m_kei {width: 156px;height: 110px;background: url(m_kei.png);}
a#m_kei:hover {background: url(m_kei2.png);}

a#m_story {width: 156px;height: 110px;background: url(m_story.png);}
a#m_story:hover {background: url(m_story2.png);}

a#m_sample {width: 156px;height: 110px;background: url(m_sample.png);}
a#m_sample:hover {background: url(m_sample2.png);}

a#m_dl {width: 156px;height: 110px;background: url(m_dl.png);}
a#m_dl:hover {background: url(m_dl2.png);}

a#m_spec {width: 156px;height: 110px;background: url(m_spec.png);}
a#m_spec:hover {background: url(m_spec2.png);}


/* ヘッダー */

#HEADER{width: 800px;
	height: 44px;
	text-align: right;
	padding-top: 7px;
	background: url(n_title.jpg);
	background-repeat: no-repeat;
	CLEAR: both;}


/* フッター */

#FOOTER{width: 100%;
	text-align: right;
	color: #039;
	font-size: 9px;
	background: #FFC;
	border-top: #26499d 1px solid;
	margin-top: 10px;
	padding-top: 6px;
	CLEAR: both;}

