@charset "Shift_JIS";
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	margin: 0;
	padding: 0;
	background: url("images/body_back.jpg") repeat-x top left #FFF;
	font-size: 80%;
}

img{
	border: 0;
}

/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
}

/*** ヘッダー ***/

div#header{
	width: 798px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: url("images/header_back.jpg") repeat-x top left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

div#banner{
	width: 358px;
	float: left;
	background: transparent;
	margin: 0;
	padding: 0;
}

/*** メインボックス ***/

div#main{
	width: 798px;
	padding-top: 20px;
	background: url("images/main_back.jpg") repeat-x top left #FFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

/*** メニュー ***/

div#menu{
	width: 440px;
	float: right;
	margin: 0;
	padding: 0;
}

/*** メニュー下部イメージ ***/

div#image{
	width: 798px;
	height: 120px;
	background: #2E465F;
	border-top: 0px solid #FFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

/*** サイド ***/

div#side{
	width: 200px;
	float:left;
	margin: 0;
	overflow: hidden;
}

#side div.side_title{
	width: 170px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: url("images/side_title_back.jpg") no-repeat top left #666;
	margin: 0 10px;
	padding: 5px;
}

#side div.side_contents{
	width: 170px;
	margin: 0 10px 20px 10px;
	padding: 5px 5px 10px 5px;
	background: url("images/side_contents_back.gif") no-repeat bottom left #666;
	color: #FFF;
}

/*** ニュース ***/

div#news{
	margin: 0 0 50px 0;
}

/*** コンテンツ ***/

div#contents{
	width: 578px;
	margin: 0 0 20px 0;
	padding: 0 10px;
	float:right;
	overflow: hidden;
}

/*** フッター ***/

div#footer_wrapper{
	width: 100%;
	background: #333;
}

div#footer{
	width: 790px;
	margin: 0 auto;
	padding: 6px 5px 5px 5px;
	color: #FFF;
}

/*** COPYRIGHT ***/

div#copyright{
	text-align: center;
}

/*** decoウェブバナー ***/

div#deco_banner{
	margin: 5px 0;
	text-align: center;
	font-size: x-small;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
}

.clearfix{
	zoom: 1;
}

/************ ここからスタイル定義 ************/

/*** 通常リンク指定 ***/

a:link{
	color: #336699;
}

a:visited{
	color: #336699;
}

a:hover{
	color: #336699;
	text-decoration: none;
}

/*** ヘッダー内リンク ***/

#banner a:link,
#banner a:visited,
#banner a:hover{
	color: #000;
	text-decoration: none;
}

/*** フッター内リンク ***/

#footer a, #footer a:hover{
	color: #EEE;
}

/*** サイド内リンク ***/

#side .side_title a:link,
#side .side_title a:visited,
#side .side_title a:hover,
#side .side_contents a:link,
#side .side_contents a:visited,
#side .side_contents a:hover
{
	color: #EEE;
}

/*** ニュースのタイトル ***/

#news div{
	width: 558px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1em;
	background: url("images/news_back.jpg") repeat-x top left #FFF;
	letter-spacing: .1em;
	font-weight: bold;
}

#contents #news p{
	margin: 0 5px;
	padding: 0;
}

/*** メニューリスト ***/

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	margin: 0;
	line-height: 1.0;
}

#menu li a{
	display: block;
	width: 87px;
	height: 35px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #444;
	background: url("images/menu_back.jpg") repeat-x top left;
	border-left: 1px solid #DDD;
}

#menu li a:hover{
	background: url("images/menu_back_ov.jpg") repeat-x top left;
	color: #444;
}


/*** コンテンツ内p定義 ***/

#contents p{
	margin: 15px 5px;
	line-height: 1.5;
}

/*** コンテンツ内blockquote ***/

#contents blockquote{
	width: 90%;
	margin: 20px auto;
	padding: 5px;
	border: 2px dotted #9ACB9A;
}

/*** コンテンツ内画像位置 ***/

#contents img{
	margin: 5px;
}

/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
	margin: 15px 0;
	padding: 0 0 0 25px;
}

#contents li{
	margin: 5px 0;
}

/*** サイド内リスト定義 ***/

#side ul, #side ol{
	padding: 0;
	list-style: none;
}

#side li{
	background: url("images/side_list_back.gif") no-repeat top left;
	margin: 5px 0;
	padding: 0 0 0 15px;
}

/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	font-size: 1.2em;
	color: #222;
	margin: 0;
	padding: 10px 5px 5px 10px;
}

h3{
	width: 558px;
	margin: 30px 0 20px 0;
	padding: 5px 10px;
	font-size: 1em;
	background: #D2E7D2;
}

h4{
	width: 558px;
	margin: 30px 0 20px 0;
	padding: 5px 10px;
	font-size: 1em;
	border-bottom: 2px solid #9ACB9A;
}

/*** h2 ---- コンテンツの見出し ***/

#contents h2{
	width: 558px;
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 1em;
	background: url("images/h2_back.jpg") repeat-x top left #FFF;
	letter-spacing: .1em;
}

/*** page up ***/

.pageup{
	text-align: right;
	margin: 50px 0 0 0;
	padding-right: 5px;
	font-size: x-small;
}