﻿@import url("layout.css");
@import url("header.css");
@import url("footer.css");

*{
	margin:0px;
	padding:0px;
	}
/*kouzou*/
#main{
	width:840px;
	padding-top:20px;
	background-color:#FFFFFF;
	text-align:left;
	}

#m-text{
	width:550px;
	float:left;
	margin-left:20px;
	color:#444444;
	padding-left:10px;
	font-size:15px;
	}


/*kouzou end*/

/*装飾*/


#m-text p.clear{
	clear:left;
	margin-bottom:50px;
	}
	
#m-text .profile{
	font-size:10px;
	display:block;
	line-height:18px;
	}
	
.category{
	margin-top:15px;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color:#006633;
	border-bottom-width:100%;
	font-size:16px;
	font-family:
	"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-bottom:25px;
	}

/* */
