@charset "shift_jis";

body {
	color: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 7px 7px 0px; /* 外側に余白を加える(右に7px・下に7px) */
    
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}

figure caption{
	position: relative;
	color: black;/*文字色*/
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

a {
	color: #21180f;/*リンクテキストの文字色*/
}
a:hover {
	color: fuchsia;/*マウスオン時の文字色（全体）*/
	}

#container {
	text-align: left;
	width: 960px;/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*コンテナー内の背景色*/
}

#header {
	text-align: center;
	width: 100%;
	height: 550px;	/*ヘッダーの高さ*/
	position: relative;
}

#top #header {
	height: 550px;
}
#header h1 {
	font-size: 10px;/*文字サイズ*/
	text-align: right;/*右よせ*/
	position: relative;
	top: 0px;/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	right: 0px;/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	z-index: 2;
	color: black;/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: black;/*文字色*/
}
/*ヘッダー画像*/
#header #headerimg {
	position: relative;
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	z-index: 1;
}

ul#menu {
	padding-top: 5px;
	padding-left: 5px;
position: relative;
}
ul#menu li {
	float: left;
}

#contents {
	clear: left;
	width: 100%;
}

#main {
	float: left;	/*メインコンテンツを右(right)に回り込み*/
	width: 960px;	/*メインコンテンツ幅*/
	padding: 0px 0px 0px 0px;	/*左から、上、右、下、左への余白*/
}

#main h2 {
	font-size: 150%;/*文字サイズ*/
	color: black;/*文字色*/
	clear: both;
	text-align: left;/*センタリング*/
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*左から、上、右、下、左への余白*/
	background-color: white;
	background-image: url(../images/midashi_bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色、背景画像の読み込み*/
}

#main h3 {
	font-size: 120%;/*文字サイズ*/
	color: #000000;/*文字色*/
	clear: both;
	text-align: left;/*センタリング*/
	width: 685px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/*左から、上、右、下、左への余白*/
	background-color: white;
	background-image: url(../images/midashi_bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;/*背景色、背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	color: black;/*文字色*/
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	text-indent: 1em;
}

#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行と、下のheightの行を削除。*/
	height: 140px;
	width: 690px;
	padding-left: 0px;
}
#main .new dl {
	color: black;/*文字色*/
	clear: left;
	width: 670px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	color: black;/*文字色*/
	font-weight: bold;
	float: left;
	width: 100px;
	position: relative;
}
#main .new dd {
	color: black;/*文字色*/
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: left;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

#main .box1 {
	padding: 10px;		/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 5px;	/*ボックスの線幅、線種、色*/
	width: 680px;
	background: #000;	/*ボックスの背景色*/
	color: #FFF;		/*ボックス内の文字色*/
}
/*写真*/
#main .box1 p.img {
	padding: 0px;
	float: left;	/*画像を左に回り込み*/
}
/*h3見出しタグ内の「おすすめ」アイコン*/
#main .box1 h3 img {
	vertical-align: middle;
	padding-left: 10px;
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px;
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	font-size: 11px;	/*文字サイズ*/
}
/*リストタグ*/
#main .box1 ul {
	margin-left: 210px;	/*左の写真とバランスをとって設定*/
	list-style: square;	/*リストのマークを■にする設定。通常のものがいいなら「disc」にする。*/
	padding-left: 20px;
	font-size: 11px;	/*文字サイズ*/
}

#footer { 
color: #000000;		/*ボックス内の文字色*/
text-align: center;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e8ccad;
}
.mb1em {
	margin-bottom: 2em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #DE590C;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 11px;
	line-height: 1.6;
}
