@charaset "utf-8";
/*
Copyright (c) tomo creations.
CSS Document : layout.css
*/

/* 全体共通 */

*{
vertical-align:top;
font-size:12px;
line-height:160%;
margin:0px;
padding:0px;
}


img{
border:0px;
}

.line_clear{
clear:both;
}

.text-center{
text-align:center;
}

/* 背景 */

body{
background:#EBEBCC;
color:#333333;
}


/* サイト全体の箱 */
#site{
	margin: 10px auto;
	width:860px;
}

#site_back{
background:url(../images/site_back.gif) repeat-y;
float:left;
}

#container{
padding:0px 50px;
}


/*/////////////// ヘッダ ///////////////////////*/
#header{
width:760px;
background:url(../images/header.gif) no-repeat;
padding:20px 50px 0px 50px;
float:left;
margin-bottom:20px;
}

#header_logo{
	float:left;
	width:220;
	margin-top: 15px;
}


#header_menu{
	float:right;
	width:540px;
	text-align:right;
	padding-top:10px;
}

#header_menu img{
margin-left:15px;
}

/*/////////////// メニュー ///////////////////////*/
#menu{
width:760px;
margin-bottom:20px;
}

#sub_menu{
margin-bottom:10px;
}

#category_top{
text-align:left;
margin-bottom:20px;
}

/*/////////////// コンテンツ ///////////////////////*/
.contents{
padding-bottom:40px;
}

/*/////////////// フッタ ///////////////////////*/
#footer{
width:760px;
background:url(../images/footer.gif) no-repeat bottom;
padding:0px 50px 20px;
float:left;
}

#footer_menu{
	background:url(../images/footer_line.gif) repeat-x top;
	float:left;
	padding-top:15px;
	width:400px;
}


#footer_copyright{
background:url(../images/footer_line.gif) repeat-x top;
float:right;
padding-top:10px;
width:360px;
text-align:right;
}


.clear_float{
clear:both;
height:1px;
}


/*/////////////// パーツ ///////////////////////*/
ul.linkicon li{
padding-left:20px;
background:url(../../common/images/icon_arrow_left.gif) no-repeat left;
list-style:none;
zoom:1;
}

ul.page_top li{
	list-style:none;
	text-align:right;
	padding-bottom: 20px;
}
ul.page_top li span{
padding-left:20px;
background:url(../../common/images/icon_arrow_top.gif) no-repeat left;
zoom:1;
}
.likebtn {
	text-align: right;
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#news ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#news li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../../news/images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

