@charset "UTF-8";
/* CSS Document */

/*---------------------------------------
　　　ボディに関するCSS
-----------------------------------------*/

body {
font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
background-color: #ffffff;
text-align:center;
font-size:14px;
line-height:180%;
margin:0 auto;
padding:0;
}

img {
border:none;
vertical-align:top;
}


/*-----------------------------------------------------
　　　コンテンツ(div id=)
-------------------------------------------------------*/
#wrapper {
 width:820px;
 margin:0 auto;
 text-align:left;
 background:url(img/bg.png) repeat-x top;
 width:100%;
 }

/* ヘッダー */
#top{
	width:820px;
	margin:0 auto;
	text-align:center;
}


#top_01{
	width:820px;
	height:90;
	text-align:center;
}

#top_02{
	width:820px;
	height:70;
	text-align:center;
}


/* コンテンツ */

#contents_wrap {
	width:820px;
	text-align:left;
	margin:0 auto;
	clear:both;
	background:url(img/base_middle.png);
}

/* コンテンツ内 */

#contents_top{
	width:820px;
	text-align:left;
	margin:0 auto;
	clear:both;
}

#contents_menu{
	width:190px;
	margin-left:30px;
	float:left;
}

#contents_midashi{
	width:500px;
	margin-left:30px;
	float:left;
}

#contents_right {
	width:500px;
	margin-top:20px;
	margin-left:30px;
	float:left;
}

#contets_bottom02{
	width:820px;
	margin:0 auto;
	clear:both;
}

#contets_bottom{
	width:820px;
	margin:0 auto;
	clear:both;
}


/* フッター */

#footer {
	clear:both;
	width:100%;
	height:80px;
	text-align:center;
}


/*---------------------------------------
　　　テキストに関するCSS
-----------------------------------------*/

/* 本文の文字はこれを使用するのが基本 */
.body{
font-size:14px;
line-height:180%;
color:#333333;
}

/*---------------------------------------
　　　リンクに関するCSS（未使用）
-----------------------------------------*/

/* リンクの基本 */
a:link {
color:#0000CC;
text-decoration:none;
}

a:visited {
color:#333399;
text-decoration:none;
}

a:hover {
color:#0000cc;
text-decoration:underline;
}

a:active{
	color:#C00;
}
