@charset "shift_jis";

/*全般*/

body {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;	/*全体の背景色*/
	background-color: #FFFFFF;
	background-image: url(../images/background_works.jpg);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
}

img {
	border: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;	/*リンクテキストの色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/

}
a:hover {
	color: #999900;			/*マウスオン時の文字色*/

}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 916px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;

}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}

/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 12px;
	position: absolute;
	top: 54px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: -1px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	height: 25px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 4px;
	padding-bottom: 15px;
}
/*一番右のメニュー設定*/
ul#menu li.last {
	margin-right: 0px;
}
ul#menu li a {
	text-decoration: none;
	text-align: center;		/*文字をセンタリング*/
	width: 180px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	background: url(../images/menu_bg.gif) no-repeat center top;	/*メニュー背景画像の読み込み＆上部分を表示させる*/
	line-height: 30px;
	height: 30px;
	color: #6d573e;	/*文字色*/
}
ul#menu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat center center;	/*メニュー背景画像の読み込み＆上下の中央部分を表示させる*/
	color: #FFF;	/*文字色*/
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	color: #FFF;	/*文字色*/
	background-image: url(../images/menu_bg_works.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*コンテンツ（mainとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;	/*背景色、背景画像の読み込み＆上部に表示*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 876px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #333;	/*文字色*/
}

/*h2タグ設定*/
#main h2 {
	font-size: 180%;
	clear: both;
	padding-left: 50px;	/*背景画像の読み込み＆リピートしない*/
	line-height: 36px;
	width: 836px;
	overflow: hidden;
	color: #413425;	/*文字色*/
	background-image: url(../images/maru_blue3.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
	margin-top: 15px;
	margin-bottom:15px;
}

#main .box3 {
	overflow: hidden;
	width: 378px;			/*ボックスの幅*/
	height: 333px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom: 2em;
	float: left;
	display: inline;
	margin-left: 20px;
	padding: 10px;
	line-height: 16px;
}

#main h3 {
	font-weight: bold;
	width: 600px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #966;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: 12px;
	margin-left: 20px;
	font-size: 14px;
	clear: both;
	margin-bottom: 5px;
}

.font150 {
	font-size: 150%;
	color: #966;
	margin-right: 20px;
}

#main .interior_comment {
	line-height: 17px;
	padding-left: 25px;
	padding-right: 20px;
	font-weight: bold;
}

#main .box2 {
	overflow: hidden;
	width: 378px;			/*ボックスの幅*/
	height: 250px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom: 45px;
	float: left;
	display: inline;
	margin-left: 20px;
	color: #666666;
	padding: 10px;
	line-height: 18px;
}

#main .tategu {
	overflow: hidden;
	width: 280px;			/*ボックスの幅*/
	height: 390px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom: 45px;
	float: left;
	display: inline;
	margin-left: 80px;
	padding: 10px;
	line-height: 16px;
}

#main .box9 {
	overflow: hidden;
	width: 300px;			/*ボックスの幅*/
	height: 350px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom:45px;
	float: left;
	display: inline;
	margin-left: 20px;
	color: #666666;
	line-height: 18px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}

#main .box9_comment {
	overflow: hidden;
	width: 400px;			/*ボックスの幅*/
	height: 50px;
	display: inline;
	margin-left: 20px;
	float: left;
	font-weight: bold;
	line-height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .box10 {
	overflow: hidden;
	width: 450px;			/*ボックスの幅*/
	height: 350px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom:45px;
	float: left;
	display: inline;
	margin-left: 5px;
	padding: 10px;
}

#main .box7 {
	overflow: hidden;
	width: 378px;			/*ボックスの幅*/
	height: 300px;			/*ボックスの高さ*/
	border: 1px solid #FFF;
	margin-bottom: 45px;
	float: left;
	display: inline;
	margin-left: 20px;
	
	padding: 10px;
	line-height: 18px;
}

/*フッター（copyrightなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	background: #FFF url(../images/footer_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆上部に表示*/
}
#footer a {
	text-decoration: none;
}


ul{
	list-style-type: none;
}

h1,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}




/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
