* {
margin: 0;
padding: 0;
}

html {
	color			: #000;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:13px;
	line-height:140%;
}

body {
	padding:0;
	background:url(../../img/no1/bg_header.gif) repeat-x;
}

p {
	margin: 10px 0px;
}


/* ヘッダー */
div.logo {
	width:682px;
	margin:0 auto;
	text-align:right;
}


/* フッター */
.footer {
	width:100%;
	height:	30px;
	background:url(../../img/no1/bg_footer.gif) repeat-x;
	text-align:center;
}


#main_htxt {
	width:682px;
	margin:0 auto;
	height:32px;
	background:url(../../img/bg_htxt.gif)}

.htxtp {
	position:relative;
	top:6px;
	left:8px;
	color:#fff;}


#header {
	width:682px;
	height:214px;
	background: #FFF url(../../img/header.gif) no-repeat;
	color:#FFF;
}


img {border:0;}

img.main_l {
	margin:0 10px 10px 0px;
	border:1px solid #999;}

img.main_r {
	margin:0 0px 10px 10px;
	border:1px solid #999;}

img.main_c {
	border:1px solid #999;}
	


/* 囲い */
#kakoi01 {
	width:605px;/* 682 */
	padding:5px 39px 15px 38px;
	background:url(../../img/kakoi/01_main.gif) repeat-y;}


/* タイトル */
#title {
	width:605px;/*682*/
	margin: 0 auto;
	padding:0 0 30px 0;
	color:#846854;
	font-weight:bold;
	background:url(../../img/kakoi/01_line.gif) bottom no-repeat;}


#kakoi_b {
	margin:0 0 40px 0;}




.ichiran {
	width:682px;
	margin:0 auto;
	text-align:right;
	padding:10px 0;}


#entry {
	padding:30px 0 10px 0;}
	

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width: 682px;
	margin: 0 auto;
	background: #FFF url(../../img/bg_main.gif) repeat-y;
}



/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }
a:hover		{ color: #2A2666; text-decoration: none; }

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #2A2666; text-decoration: none; }
#side a:link		{ color: #2A2666; text-decoration: none; }
#side a:visited		{ color: #2A2666; text-decoration: none; }
#side a:active		{ color: #2A2666; text-decoration: none; }
#side a:hover		{ color: #FFF; text-decoration: none; background:#CCC;}


