@charset "UTF-8";

/* CSS 共通 設定 */

* {
	margin-top				: 0px;
	margin-bottom			: 0px;
	margin-left				: 0px;
	margin-right			: 0px;
	padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 0px;
	padding-right			: 0px;
	color					: #333333;
	font-size				: 1em;
}

body {
	background-color		: #FFFFFF;
	background-image		: url(../pic/background.jpg);
	background-repeat		: repeat-x;
}

/* ここから 共通設定 */

.righter_class {
	text-align				: right;
	padding-right			: 10px;
}

.center_class {
	text-align				: center;
}

.color_red_class {
	color					: #FF0000;
}

/* ここから共通設定 */

#container {
	width					: 900px;
	margin-right			: auto;
	margin-left				: auto;
	height					: auto;
}

#main_wrap {
	width					: 900px;
	height					: auto;
	float					: left;
}	

#main_contents {
	width					: 680px;
	float					: right;
	height					: auto;
	background-color		: #FFFFFF;
	margin-left				: 10px;
}

#sub_contents {
	width					: 290px;
	float					: left;
	font-size				: 1em;
	height					: auto;
}

/* ここまで 共通設定

/* ここからヘッダー 設定 */

#header {
	width					: 900px;
	height					: auto;
	float					: left;
}

#header h1 {
	display					: none;
}

#header h2 {
	display					: none;
}

#header_title {
	width					: 900px;
	height					: auto;
	padding-top				: 10px;
	float					: left;
}

#header_title p {
}

#header_logo {
	width					: 200px;
	height					: 100px;
	float					: left;
	padding-left			: 10px;
	padding-top				: 10px;
	line-height				: 1.5em;
}

#header_mark {
	width					: 400px;
	height					: 85px;
	float					: left;
	margin-left				: 20px;
	text-align				: center;
	line-height				: 1.5em;
	font-size				: 1.2em;
}


#header_mark h1 {
	display					: block;
	font-size				: 1.5em;
	text-align				: center;
	padding-top				: 40px;
	color					: #FFFFFF;
}

#header_tel {
	width					: 240px;
	float					: right;
	height					: 100px;
	padding-right			: 5px;
	padding-left			: 5px;
	line-height				: 1.5em;
}

#header_tel h1 {
	display					: block;
	font-size				: 2em;
	text-align				: right;
}
/* ヘッダー ここまで */

/* ここからパンくずリスト 設定 */

#bread {
	width					: 900px;
	height					: auto;
	float					: left;
}

#bread_wrap{
	width					: 740px;
	height					: 25px;
	margin-top				: 5px;
	margin-bottom			: 5px;
	margin-left				: 50px;
	line-height				: 1.5em;
	font-size				: 0.9em;
}

#bread_wrap a {
	text-decoration			: none;
	color					: #333333;
}

#bread_wrap a:link {
	text-decoration			: none;
	color					: #333333;
}

#bread_wrap a:active {
	text-decoration			: underline;
}

#bread_wrap a:visited {
	text-decoration			: none;
}

#bread_wrap a:hover {
	color					: #009900;
	text-decoration			: none;
}

/* パンくずリスト ここまで */

/* ここから サブコンテンツ 設定 */

#sub_contents {
	width				: 210px;
	height				: auto;
	font-size			: 1em;
	float				: left;
}

#basic_info {
	height				: auto;
	background-color	: #FFFFFF;
	line-height			: 1.5em;
	width				: 210px;
	float				: left;
}	

#basic_info h1 {
	font-size			: 1em;
	background-color	: #BBFFBB;
	text-align			: center;
	padding-top			: 3px;
	padding-bottom		: 3px;
	letter-spacing		: 5px;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	border-top-color	: #333333;
	border-bottom-color	: #333333;
	border-top-style	: solid;
	border-bottom-style	: solid;
}

#basic_info h2 {
	font-size			: 1em;
	margin-top			: 5px;
	padding-left		: 10px;
	text-align			: left;
}

#sub_contents h3 {
	font-size			: 1em;
	margin-top			: 5px;
	margin-bottom		: 5px;
	text-align			: right;
	padding-right		: 10px;
}

#basic_info h4 {
	text-align			: center;
	font-size			: 1em;
	padding-top			: 3px;
	padding-bottom		: 3px;
	background-color	: #CC66FF;
}

#basic_info h5 {
	font-size			: 1em;
	text-align			: center;
	padding-top			: 3px;
	padding-bottom		: 3px;
	padding-right		: 10px;
}

#basic_info h6 {
	font-size			: 0.7em;
	text-align			: right;
	padding-right		: 10px;
	color				: #FF0000;
}


#basic_info_coments {
	height				: auto;
	padding-top			: 10px;
	padding-left		: 10px;
	padding-right		: 10px;
	padding-bottom		: 10px;
	font-size			: 0.9em;
}

/* ここまで サブコンテンツ設定 */

/* ここから 新着情報 cgi 設定 */

#news {
	height				: auto;
	width				: 210px;
	float				: left;
}

#news h1 {
	font-size			: 1em;
	color				: #990000;
	background-color	: #FFCCFF;
	padding-top			: 3px;
	padding-bottom		: 3px;
	text-align			: center;
	letter-spacing		: 5px;
	border-top-color	: #333333;
	border-bottom-color	: #333333;
	border-top-style	: solid;
	border-bottom-style	: solid;
	border-top-width	: 1px;
	border-bottom-width	: 1px;
	line-height			: 1.5em;
}

/* ここまで 新着情報 cgi 設定 */
