@charset "utf-8";



body {
	font-family: verdana,arial,helvetica,clean,sans-serif;
	font-size: 12px;
	line-height: 2;
	color: #362E2B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
p{
	padding: 0px 1em 1em;
}
iframe.new {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 20px;
}
.look {
	color: #FFFFFF;
	background: #990000;
}


/*「チワワ」部分の枠設定
------------------------------------------------------------------*/
.waku {
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}


/*コンテナー（ＨＰ全体を囲う枠。幅と中央寄せの設定。）
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 860px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー（ロゴがあるところ）
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat left top;
	height: 122px;
	position: relative;
}
#header h1 {
	font-size: 11px;
	position: absolute;
	left: 10px;
	top: -22px;
	font-weight: normal;
}


/*サブメニュー（右上の丸いアイコン、MAIL・FAQ・LINKS部分）
------------------------------------------------------------------*/
#sub-menu {
	height: 66px;
	width: 189px;
	position: absolute;
	top: 15px;
	right: 20px;
}


/*メイン写真
------------------------------------------------------------------*/
#main-img {
	background: url(images/main_img_bg.gif) no-repeat left top;
	height: 332px;
	text-align: center;
}
#sub-img {
	background: url(images/main_img_bg.gif) no-repeat left bottom;
	height: 212px;
	text-align: center;
}


/*コンテンツ（メインメニューとメインコンテンツの背景を指定。）
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y left;
}


/*メインメニュー（ＨＰ左側の縦にならんだメニュー）
------------------------------------------------------------------*/
#menu {
	float: left;
	width: 172px;
	text-align: center;
	display: inline;
	margin-left: 5px;
}
#menu img {
	margin-bottom: 5px;
}


/*メインコンテンツ（ＨＰの文章が入っている部分）
------------------------------------------------------------------*/
#main {
	float: right;
	width: 630px;
	display: inline;
	margin-right: 35px;
}
#main h2 {
	font-size: 100%;
	line-height: 50px;
	color: #FFFFFF;
	height: 50px;
	padding-left: 40px;
}
#main p {
	padding-right: 15px;
	padding-left: 20px;
}

#main h2.green {
	background: url(images/midashi_green.gif) no-repeat;
}
#main h2.purple {
	background: url(images/midashi_purple.gif) no-repeat;
}
#main h2.brown {
	background: url(images/midashi_brown.gif) no-repeat;
}


/*更新情報欄（iframe風）
------------------------------------------------------------------*/
.frame {
	height: 150px;
	overflow: auto;
	width: 590px;
	margin: 0.5em auto 2em;
}
.frame p{
	padding: 0.5em 0px !important;
	border-bottom: 1px dotted #CCCCCC;
}



/*フッター
------------------------------------------------------------------*/
#footer {
	background: url(images/footer_bg.gif) no-repeat left top;
	height: 42px;
	text-align: center;
	padding-top: 50px;
	clear: both;
}


/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
