@charset "utf-8";
/* CSS Document */


@import "common.css";



* html {
	zoom: 10%;
}


* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	outline: none;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,td,th {
	font-size: 87%;
	line-height: 160%;
	color: #666666;
}


body {
	background: #F9F5ED;
	text-align: center;
}


#wrapper {
	width: 865px;
	margin: 0 auto;
}

#left_menu {
	float: left;
	text-align: left;
	width: 255px;
	padding: 0 0 10px 0;
}

#content {
	float: left;
	background: url(../ichigo/img/body_back.jpg) repeat-y 0 0;
	text-align: left; 
	width: 610px;
}

#footer {
	background: url(../ichigo/img/footer.jpg) no-repeat 0 bottom;
	text-align: center;
	margin-top: 40px;
	padding-top: 10px;
}

.infoot {
	background: #510000;
	width: 600px;
	margin: 0 auto;
}






.le_txt {
	border-top: dashed 1px #B8A09B;
	border-bottom: dashed 1px #B8A09B;
	margin: 20px 0 0 10px;
	padding: 10px 0;
}

.le_p {
	border-bottom: dashed 1px #B8A09B;
	font-size: 75%;
	width: 238px;
	margin: 0 0 0 10px;
	padding: 5px 0;
}

.le_p span {
	color: #851010;
}

.le_p span a { color: #851010;}
.le_p span a:visited { color: #851010; text-decoration: underline;}
.le_p span a:active { color: #D70023; text-decoration: none;}
.le_p span a:hover { color: #FF6600; text-decoration: none;}

.backnum {
	margin: 15px 0 0 20px;
}


h3 {
	margin: 20px 0 20px 25px;
}

.i_box {
	overflow: hidden;
	background: url(../ichigo/img/box_top.gif) no-repeat 25px bottom;
	padding: 0 0 40px 25px;
}

.i_box p {
	float: left;
	line-height: 180%;
	width: 380px;
	padding: 0 10px 0 0;
}

.i_box .fnon {
	float: none;
	text-indent: -11px;
	width: 550px;
	margin-left: 11px;
}

.i_box img {
	float: left;
}

.i_box02 {
	background: url(../ichigo/img/box_bottom.gif) no-repeat 0 bottom;
	width: 561px;
	margin: 0 0 0 25px;
	padding: 0 0 12px 0;
}

.i_box02 p {
	border-right: solid 1px #E6C2B9;
	border-left: solid 1px #E6C2B9;
	font-size: 75%;
	color: #C77561;
	width: 531px;
	padding: 0 14px;
}

#footer ul {
	padding: 10px 0 0 0;
}

#footer ul li {
	display: inline;
	font-size: 75%;
	color: #FFFFFF;
	margin-right: 16px;
}

#footer address {
	font-size: 62%;
	font-style: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}




