@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
 	background: url(images/haikei_1.jpg);	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #2D49D8;
}



/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #2D49D8;		/*リンク部分のカーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 30px;
        background: #FFFFFF;	
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 199px;
	width: 799px;
	position: relative;
	margin-bottom: 1px;
}

#header h1 {
	font-size: 20px;		
	color: #FFFFFF;			
	font-weight: bold;	
	width: 789px;
	line-height: 1.4;
	position: absolute;
	left: 5px;
	top: 15px;
	text-align: left;		
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#topmenu li {
	float: left;
}

ul#topmenu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	
	width: 799px;	
	padding-bottom: 100px;
}

#main h2 {
	font-size: 100%;
	background: url(images/midashi_haikei1.jpg) no-repeat;	
	color: #FFFFFF;		
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}


