/* CSS Document */

/*--基本レイアウト--*/
body {
	width: 759px;
	margin: auto;
	padding: 0px;
	background-color: #E6DED5;
	font-size: 0.8em;
	}
div.bace {
	background-color: #ffffff;
}

/*--ヘッダー--*/
div.title {
	text-align: left;
	float: left;
	margin: 0em;
	}
div.title2 {
	clear: both;
	text-align: right;
	}
div.pankuzu {
	margin: 0.3em 0px;
	}
div.search {
	margin: 0.3em 0px 0.3em;
	float: right;
	width: 250;
	}

/*--サイド--*/
div.side {
	text-align: left;
	width: 190px;
	font-size: 12px;
	float: left;
	background-color: #E6DED5;
}
div.navi-h {
	background-color: #330000;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
}
div.navi {
	line-height: 2.0;
	padding: 0.8em;
	border-bottom: solid 1px #330000;
	border-left: solid 1px #330000;
	border-right: solid 1px #330000;
	margin: 0px;
	background-image:url(../images/img_share/Wood11.jpg);
}
div.contact {
	margin:10px 0px 10px 0px;
}
div.blog {
	margin:0px 0px 10px 0px;
}

/*--メインコンテンツ--*/
div.main {
	padding: 0px 12px 20px 12px;
	float: right;
	width:536px;
	background-color: #FFFFFF;
}

div.imgl {
	float: left;
	margin-right: 10px;
}

div.imgr {
	float: right;
	margin-left: 10px;
}
p.imr {
	float: right;
	margin-left: 10px;
}

ul.work li {
	list-style-image:url(../images/img_share/b.gif);
}

/*--フッター--*/
div.footer {
	padding: 0.5em;
	margin: 20px 0px 7px;
	text-align: center;
	clear: both;
}
div.address {
	text-align: center;
	padding: 5px;
	background-color: #cee4ae;
	line-height: 1.3;

}
div.copyright {
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	background-color: #003300;
}

/*--フォーマット--*/
h1{
font-size:120%;
color:#330000;
border-bottom:2px solid #5B3D08;
border-top:2px solid #5B3D08;
margin:20px 0px 10px 0px;
padding:4px 0px 4px 20px;
background-image:url(../images/img_share/b.gif);
background-repeat:no-repeat;
background-position:left;
clear:both;
}


h2 {
font-size:120%;
font-weight:bold;
color:#330000;
border-bottom:1px dashed #333333;
margin-bottom:7px;
padding-bottom:3px;
}


h3{
font-size:120%;
font-weight:bold;
color:#330000;
border-bottom:1px dashed #333333;
margin-bottom:7px;
padding-bottom:3px;
}


h4{
font-weight:bold;
color:#006600;

border-bottom:1px solid #006600;
border-left:8px solid #006600;

padding:0 0 3px 3px;
}


h5{
font-size:100%;
font-weight:bold;
color:#333333
border-bottom:1px solid #333333;

margin-bottom:3px;
padding-bottom:3px;
}

.bcolor1 {
background-color:#cee4ae;
padding:5px;
margin:5px;
}

.bcolor2 {
float:right;
margin:0px 0px 5px 5px;
}

.bcolor3 {
background-color:#FDF5B5;
padding:5px;
margin:5px 0;
}