@charset "UTF-8";


/*基本レイアウト*/

/*全体*/
#inbox{
	width:900px;
	margin:0 auto;
	position: absoute;
	left: 50%;
	top: 50%;
}

#inbox:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*--------------------------------
/*header
--------------------------------*/


#header{
	width: 900px;
	height: 77px;
	clear: both;
}
#header h1{
	float:left;
}

/*スタートに登録*/
#start{
	font-size: 11px;
	float: right;
	position:relative; top:55px;
}
#start a{text-decoration: underline;}


/*RSS、サイト内検索*/
#headermenu{
	float:right;
	text-align: right;
	position:relative; top:10px;	
}
#headermenu p, #headermenu form{
margin-top: 10px;
}

#keywords, .searchbtn{
	vertical-align: middle;
	margin:0;
}
#keywords {  
    width: 160px;  
    height: 16px;  
    background: url(/images/sitesearch.png) no-repeat left top;  
    border: 1px solid #CCC;  
    padding: 0px 0px 0px 55px;
} 
#search .searchbtn{
	border:none;
	width:30px;
	height:15px;
	background:url(/images/search.png) top right no-repeat;
	cursor: pointer;
	outline:none;
}


/*--------------------------------
/*カラム
--------------------------------*/

/*カラムの高さを揃えるdiv　トップページ*/
#indexcontainer3 {
	clear:left;
	float:left;
	width:900px;
	overflow:hidden;
}


#indexcontainer2 {
	clear:left;
	float:left;
	width:900px;
	position:relative;
	right:160px;/*右カラムサイズ*/
	

}
#indexcontainer1 {
	float:left;
	width:900px;
	position:relative;
	right:490px;/*中カラムサイズ*/
	background:url(/images/check.png) repeat-y right top;
}

/*カラムの高さを揃えるdiv　コンテンツページ*/
#container2 {
	clear:left;
	float:left;
	width:900px;
	overflow:hidden;
}
#container2blog {/*ブログ用*/
	clear:left;
	float:left;
	width:900px;
	overflow:hidden;
	background-color: #F6ECCF;
}
#container1 {
	clear:left;
	float:left;
	width:900px;
	position:relative;
	right:650px;/*右カラムサイズ*/
	background:url(/images/check.png) repeat-y right top;
	
}

#container1blog {/*ブログ用*/
	clear:left;
	float:left;
	width:900px;
	position:relative;
	right:650px;/*右カラムサイズ*/
	background:url(/images/leftmenubackblog.png) repeat-y right top;
}


/*左カラム*/
#leftmenu{
	width:250px;
	color: #727272;
	background-image: url("/images/check.png");
	float:left;
	position:relative;
	left:650px;/*全体width-自分*/
	overflow:hidden;
}

/*メインコンテンツ　トップページ*/
#homemain{
	width:490px;
	float:left;
	position:relative;
	left:650px;
	overflow:hidden;
}
#homecontents{
	width: 430px;
	margin:0px auto 20px auto;
}

/*メインコンテンツ　コンテンツページ*/
#main{
	width:650px;
	float:left;
	position:relative;
	left:650px;
	overflow:hidden;

}
#contents{
	width: 594px;
	margin:0px auto 20px;
	position: absoute;
	left: 50%;
	top: 50%;
}

/*右メニュー*/
#rightmenu{
	width:160px;
	background-color:#FFFFFF;
	margin-right:0;
	
	float:left;
	width:160px;
	position:relative;
	left:650px;
	overflow:hidden;
	
	
}

#rightmenu img{
	margin-bottom:10px;
}


/*--------------------------------
/*footer
--------------------------------*/

#footer{
	position: relative;
	margin-top: -35px;
	width:900px;
	height: 35px;
	line-height: 35px;
	clear:both;
	background-color: #FFFFFF;
	border-top: 2px solid #E4007F;
	border-bottom: 2px solid #E4007F;
}
#footer ul{
	padding-left: 25px;
	font-size: 11px;
}
#footermenu li{
	float:left;
	height: 35px;
	line-height: 35px;
	
}

* html #footermenu li.icon{
padding-top: 10px;	
}

#footermenu li span.linepink{
color:#E4007F;
}



address{
	font-family: futura, Verdana, sans-serif;
	font-size: 7pt;
	font-style: normal;
	float:right;
	height: 35px;
	line-height: 35px;
}


