/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-image: url(../img/back_zen.jpg);
	background-repeat: repeat-y;
	margin: 0px;

}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #003366;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }



#hr {
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 100%;
	height: 1px;
	margin: 10px 0 5px 0px;
	padding: 0px 0px 0px 0px;
}
#site_area {
	width: 800px;
	margin-left: 70px;
	margin-right: 0px;
}




/*  マージン＆回り込み
---------------------------------------------*/
#margin1 {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:5px;
}
#margin2 {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:10px;
}
img.left {
	float: left;
	margin-right:1em;
	margin-left:20px;
}


/*  メニュー
---------------------------------------------*/

#menu {
	overflow: auto !important;
	overflow /**/: hidden;
	left: auto;
	right: auto;
	width: 195px;
	list-style-type: none;
	float: left;
}



/*  メイン
---------------------------------------------*/
#main {
	float: right;
	width: 800px;
}
#main_taitoru {
	width: 800px;
	border-style:solid;
	border-width:1px;
	border-color: #CCCCCC;
	margin-top:0px;
	margin-bottom:0px
}



/*  コンセプト
---------------------------------------------*/
#concept {
	float: right;
	width: 571px;
	margin-top:16px;
	margin-right:2px;
}
#waku {
	width: 548px;
	padding:10px;
	border-color: #BF4D00;
	border:1px solid;
}




/*  フッター
---------------------------------------------*/

#footer {
	clear: both;
	color: #000000;
	background: #FFFFFF;
	border-top: 2px solid #000099;
	font-size: 12px;
	padding-top:4px;
	text-align: left;
	
}

#footer p {
	float: inherit;
	margin: 4px;
	line-height: 1.8;
}

