@charset "Shift_JIS";
/* CSS Document */


/*======================================

	基本設定

=======================================*/

/*ページ基本構造
最背面…wrapper
メニューボックス上…nav
メニューボックス左…nav2
メイン内容案内部分…contentbox
*/

/*基準値設定*/	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{
margin:0;
padding:0;
font-weight:normal;
font-size:100%;
color:#696969;
}


/*リンクされた文字*/
a{ color:#000066; font-style:normal; text-decoration: none;}
/*未訪問のリンク*/
a:link { color: #000066; font-style:normal; text-decoration: none;}
/*訪問後のリンク*/
a:visited { color: #3366FF; text-decoration: none;}
/*マウスをのせたとき*/
a:hover { color: #000099; font-style:normal; text-decoration:none;}


/*ボディー記述設定*/
body{font-family:"MS PGothic","Osaka",Arial,sans-serif;
	line-height:1.22;font-size:0.75em;
	word-break:break-all;
	*font-size:small;
	*font:x-small;
	*line-height:1.05;
	text-align:center;
	background-image: url(../img/bg001.gif);}
	
img{border:0;}


/*最背面枠組み*/

#wrapper{
	width: 900px;
	height: auto;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 10px;
	}
	
#topimage {
	width: 900px;
	height: 150px;
	padding-bottom: 15px;
	}
	
#introbox {
	width: 860px;
	height: 135px;
	font-size: 14px;
	padding-top: 15px;
	line-height: 20px;
	margin: auto;
	background-image: url(../img/boxbg001.gif);
	background-repeat: no-repeat;
	}
	
	
#maincontainer {
	width: 900px;
	height: auto;
	}
	
#tytle{
	width: 810px;
	height:25px;
	background-image: url(../img/bn_001.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-align: left;
	padding-left:90px;
	padding-top: 10px;
	}
	
#catebox{
	width: 850px;
	height: 400px;
	font-size: 16px;
	background-color:#FFFFFF;
	padding-left: 30px;
	padding-top: 15px;
	}

	
#catecomebox {
	width: 500px;
	height: 330px;
	font-size: 14px;
	float:left;
	padding-left: 15px;
	padding-top: 20px;
	background-image: url(../img/bg002.gif);
	background-repeat: no-repeat;
	text-align: left;
	}
	
#cateimgbox {
	width: 250px;
	height: 300px;
	float:left;
	margin-left: 30px;
	background-color: #FFFF33;
	}
	
#cateimgbox1 {
	width: 250px;
	height: 300px;
	float:left;
	background-color: #FFFF33;
	}
	
#topbox {
	text-align:left;
	padding-left:30px;
	}



