@charset "Shift_JIS";

/*
* 
* 	2-baselayout.css
*	
*	1body
*	2header
*	3mainContent
*	4footer
*	
*/

/* =1body
----------------------------- */
body{
	background: #f8ffe9;
	text-align: center;
}
.container,
.header{
	background-color: #f8ffe9;
	float: none;
	height: auto;
	width: 900px;
}
.container{
	margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 900px;
    margin: 0px auto;
	padding: 0px 25px;
	background: url(../images/base/shadow.jpg) repeat-y !important;
	filter: 							progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/shadow.jpg", sizingMethod="scale");
}

.container:after {
	content: url(../images/base/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.container{
	display: inline-block;
}
.container{
	display: block;
}

/* =2header
----------------------------- */
.header{
	position: relative;
	height: 83px;
	width: 100%;
	clear: both;
	background-image:
	url(../images/base/hd_yotsubabg.gif);
}

.headertop{
	position: relative;
	height: 83px;
	width: 100%;
	clear: both;
}

#logo,.header ul,.headertop ul,#login{ position: absolute; }

#logo{
	top: 23px;
	left: 26px;
	width: 330px;
	padding-bottom: 23px;
}

#logotop{
	padding: 15px 0 0 80px;
	width: 330px;
}
ul{
	width: 370px;
	top: 10px;
	left: 395px;
}
ul li{
	float: left;
	padding: 10px 13px 8px 28px;
	background: url(../images/base/menu_yotsuba.gif) no-repeat left center;
	font-size: 12px;
	letter-spacing: 0.2em;
}

#login{
	top: 0;
	right: 26px;
}




/* =3mainContent
----------------------------- */

.containeriner{
	background:url(../images/top/top_bg.gif) no-repeat;
	
}

.contenttop{
	margin: auto;
	margin: 30px 125px 0 125px;
}
.contenttop table{
	border: 0;
	width: 100%;
	}
.rall{
}
.png{
}

#photo{
	margin: 37px 0 30px 0 ;
}

.contenttop p{
	padding: 10px;
	font-size: 14px;
	letter-spacing: 0.25em;
	line-height: 1.5em;
}

#maintitle img{
	margin: 0 0 15px 4px;
}

#text{
	float:left;
	margin: 42px 17px 0px 51px;
	padding-bottom: 50px;
}

#detail{
	z-index:1;
	margin: 0 10px 10px 0;
	float: right;
}
/* =4footer
----------------------------- */
.footer{
	float: none;
	clear: both;
	height: 112px;
	padding-top:17px;
	border-top: solid 12px #cfe101;
	background: #b8c900;
	color: #365500;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-align: center;
}

.footer img{
	margin-right: 5px;
}
.footer a{
	color: #365500;
}
.footer a:hover{
	color: #476f00;
	text-decoration: underline;
}
#copyright{
	width: 842px;
	margin: auto;
	margin-top:65px;
	font-size:11px;
	text-align:right;
	color:#FFF;
}
