@charset "UTF-8";
/* formatting style
--------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #281716;
	font-family: "ＭＳ Ｐ明朝", "平成明朝", "ヒラギノ明朝 Pro W6";
}

/* link style
--------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #b79d79;
	text-decoration: none;
}

a img { border:none}

/* basic layout
--------------------------------------------------*/
#container {
	background-color: #faf8f1;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}

/* header styles
--------------------------------------------------*/
#header {
	background: url(images/headerbg.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	position: relative;
	background-color: #faf8f1;
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 50px;
}

#header p,
#header2 p {
}

#header h2 {
	color: #330000;
	font-size: 0.85em;
	font-weight: normal;
	position: absolute;
	left: 270px;
	top: 210px;
}

#header2 {
	background: url(images/header2bg.jpg) no-repeat;
	height: 167px;
	position: relative;
	background-color: #faf8f1;
}


#header2 #logo2 {
	position: absolute;
	left: 0px;
	top: 50px;
}

#header2 h2 {
	color: #330000;
	font-size: 0.85em;
	font-weight: normal;
	position: absolute;
	left: 270px;
	top: 140px;
}

#header #topmenu ul,
#header2 #topmenu ul {
	width:500px;
	position: absolute;
	top: 20px;
	left: 260px;
	height: 22px;
}
#header #topmenu li,
#header2 #topmenu li {
	float:left;
	font-size: 0.875em;
	font-weight: bold;
	list-style: none;
}
#header #topmenu li a,
#header2 #topmenu li a{
	color: #faf7f0;
	text-decoration: none;
	text-align: left;
	display: block;
	background-image: url(images/topmenubk.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	background-position: left center;
}

#header #topmenu li  a:hover,
#header2 #topmenu li  a:hover {
	color: #b79d79;
	background-image: url(images/topmenubk_o.gif);
}



 /* content styles
--------------------------------------------------*/

#content {
	float: left;
	width: 720px;
	padding: 20px;
}

 /* main styles
--------------------------------------------------*/
#main {
	float: left;
	width: 290px;
	margin-bottom: 20px;
}

#main p {font-size: 0.75em;
				line-height: 1.8;
				margin-top: 10px;
				color: #330000}

#main h3{font-size: 0.75em;
		margin-top: 30px;
	border-bottom: 1px solid #999999;
		margin-bottom: 10px;
		text-align: center;}

#main #linkmenu ul {
	margin-bottom: 15px;
}
#main #linkmenu li {
	float:left;
	width:120px;
	height:20px;
	overflow:hidden;
	margin: 10px;
	list-style: none;
}

#main #linkmenu li a {
	display:block;
	width:120px;
	height:20px;
}

#main #linkmenu li a:hover img {
	position:relative;
	top:-20px;
}

/* sub styles
--------------------------------------------------*/
#sub {
	float: left;
	width: 410px;
	padding-left: 20px;
	margin-bottom: 30px;
}

#sub p {font-size: 0.875em;
		line-height: 1.8;
		margin-bottom: 20px;
		color: #330000;
}

#sub p.right {font-size: 0.75em;
		line-height: 1.8;
		margin: 10px 10px 30px 0;
		margin-bottom: 20px;
		float:right;
		color: #330000;
}

#sub img {float: left;
}


div.textbox {width: 370px;
		float: left;
		margin-bottom:30px;
		padding:20px;
		font-size: 0.75em;
		font-family: "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W6";
		line-height: 1.8;
		color: #330000;
		background-color:#efe9dd}

#sub img.floatright	{float: right;
			}





/* sidebar styles
--------------------------------------------------*/
#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

#sidebar p {font-size: 0.875em;
				line-height: 1.6;
				margin-bottom: 10px;
				color: #330000}

#sidebar h3 {font-size: 0.75em;
	font-family: "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3";
				line-height: 1.6;
	border-bottom: 1px solid #999999;
				margin-bottom: 10px;
				color: #330000}

#sidebar h4 {font-size: 0.75em;
	font-family: "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3";
				line-height: 1.6;
				margin-bottom: 5px;
				color: #663300}


#sidebar div.box {width: 170px;
		float: left;
		padding:10px 15px 10px 15px;
		background-color:#efe9dd}

#sidebar div.box p.boxtext {font-family: "ＭＳ Ｐゴシック",Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.75em;
}

 /* main2 styles
--------------------------------------------------*/
#main2 {
	float: left;
	width: 500px;
	padding-left:20px;
	margin-bottom: 20px;
}

#main2 h3{font-size: 0.875em;
		line-height: 1.8;
	border-bottom: 1px dotted #999999;
		margin-bottom: 10px;
}

#main2 h4{font-size: 0.875em;
		line-height: 1.6;
	color: #663300;
border-bottom: 1px sold #bf8f22;
		margin-top: 10px;
}

div.columnleft	{width: 240px;
	float: left;
	padding-left:10px;
}

div.columnright	{width: 230px;
	float: left;
	padding-left:20px;
}

div.columnleft li,
div.columnright li {margin-left: 4em;
		list-style-type:none;
		font-size: 0.75em;
		line-height: 1.8;
		color: #330000;
}


 /* main3 styles
--------------------------------------------------*/
#main3 {
	float: left;
	width: 720px;
	margin-bottom: 20px;
}

#main3  h3{font-size: 0.875em;
		line-height: 1.8;
	border-bottom: 1px dotted #999999;
		margin-bottom: 10px;
}
#main3  h4{font-size: 0.75em;
		font-weight:normal;
		margin-bottom: 20px;
}

div.columns4 {width: 180px;
		float: left;
		margin-bottom: 10px;
}


div.columns4 p {font-size: 0.75em;
		line-height: 1.6;
}

/* footer styles
--------------------------------------------------*/
#footer {
	background-color: #281716;
	padding: 15px;
	clear: both;
	color: #faf7f0;
	height: 60px;
}

#footer p
		{margin: 0px;
		float:right;
		font-size: 0.75em;
		font-style: normal;
		font-family: Verdana, sans-serif;
}


/*clear
--------------------------------------------------*/
.clear {
	clear: both;
}

/* トップページブログ更新 */
#news {clear: both}

div#blog		{border: solid 1px #DDD5D4;
				padding: 0 20px;
				margin: 20px}


div#blog h3		{color: #330000;
				font-size:0.875em;
				border-bottom: solid 1px #DDD5D4;
				padding-bottom: 3px;
				margin-top: 20px}

div#blog ul	{margin-left: 0;
				padding-left: 0px}

div#blog li	{font-size: 0.75em;
			list-style-type: none;
				margin-left: 10px;
				padding-left: 10px;
				margin-bottom: 5px}


