@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background-image: url(img/back.gif);	/*背景色*/
	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;		/*リンク部分の文字色*/
}



/*コンテナー（メインの設定）
---------------------------------------------------------------------------*/
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
　　　　margin-top: 30px;	/*HPの上部に少し余白を作る設定。上に詰めたいならこの1行を外す。*/
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 80px;
	width: 790px;
	position: relative;
	margin-bottom: 1px;
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	color: #FFFFFF;			/*●●●h1タグの文字色*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 790px;
	line-height: 1.4;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: right;		/*右寄せする指定。左よせがいいならこの1行を外す。*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#topmenu li {
	float: left;
}

ul#topmenu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
        background-color: #fffff5;/*コンテンツの背景色の設定*/
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 150px;	/*サイドコンテンツの幅*/
	padding-bottom: 100px;
}

#side h3 {
	font-size: 100%;
	line-height: 60px;
	color: #666666;		/*●●●h3タグの文字色*/
	height: 70px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

}

/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 150px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右側に配置する設定*/
	width: 600px;	/*メインコンテンツの幅*/
	padding-bottom: 100px;
}

#main h2 {
	font-size: 100%;
	color: #666666;		/*●●●h2タグの文字色*/
	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;
}



