*{
	margin: 0;
	padding: 0;/*ブラウザがデフォルトで持つ値を消す*/
}
#entry_co p{
	margin-top: 10px;
	margin-bottom: 10px;
}
h1,h2,h3,p,dl,dt,ol,li{
	margin-top: 0;
	margin-bottom: 0;/*上下の行間を消す*/
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* background-image: url("img/bg.jpg"); */
	background-repeat: repeat-x;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #36414d; 
}
.clear{
	clear: both;
}
img{
	border: none;
}
li{
	list-style: none;
}

.page{
	width: 760px;
	margin: 0px auto;
	text-align: center;
}
h1{
	width: 760px;
	height: 183px;
	/* background-image: url("img/title.jpg"); */
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.main_block{
	width: 760px;
	background-color: #FFFFFF;
	background-image: url("img/page_bg.gif");
	overflow: auto;
}
.main_page{
	width: 740px;
	padding: 0px 10px;
}


/* BLOG */
#entry{
	width: 530px;
	text-align: left;
	float: right;
margin-bottom: 25px;
}
#entry_body{
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 15px;
	margin-bottom: 25px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #DE0000;
	padding-left: 18px;
	margin-bottom: 6px;
	background-image: url("img/maru.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#entry_co{
	padding-left: 22px;
}
.entry_footer{
	color: #666;　
	padding: 5px 0px;
	margin-top: 8px;
	border-top: 1px dotted #666;
	text-align: right;
}


/* whats new entry */
.style1 {
	font-size: 12px
}

.style2 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

.style3 {
	font-size: 14px;
	color: #5734A5;
	font-weight: bold;
}

.style4 {
	font-size: 14px;
	color: #00A5A7;
	font-weight: bold;
}


/* FOOTER */
#footer{
	margin-top: 5px;
	background-image: url("img/bottom_bg.gif");
	background-repeat: repeat-x;
	text-align: left;
	color: #666;
	/* border-top: dotted 1px #B3B3B3; */
}
#copy{
	padding: 13px 15px 3px 33px;
}


/* LINK */
a:link{
	color: #333;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #DE0000;
	text-decoration: underline;
}

.style2 a:link,.style2 a:visited{
	color: #CC0000;
	text-decoration: none;
}
.style3 a:link,.style3 a:visited{
	color: #5734A5;
	text-decoration: none;
}
.style4 a:link,.style4 a:visited{
	color: #00A5A7;
	text-decoration: none;
}