@charset "utf-8";


/*全体*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka, generic font family"; 
}

h1,h2,h3,p {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka, generic font family"; 
}

ol,ul,li {
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka, generic font family"; 
}

td,th {
	font-size:12px; line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka, generic font family";	
}

*{
	margin:0;
	padding:0;
}




/*リンク*/
a:link {
	color: #cc0000;
	text-decoration: underline;
}
a:visited {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
	text-decoration: underline;
}


/*本文*/
#container {
	width:840px;
	margin: auto;
	background-image: url(../blog_img/back.gif);
	background-repeat: repeat-y;
}

#head_txt {
	width:840px;
	text-align:center;
}

#head_txt h1 {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding:5px 0;
}

#header {
	width:840px;
	margin-bottom: 30px;
}

#main {
	width:780px;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

#left {
	width:510px;
}

.set {
	width:510px;
	margin-bottom: 30px;
}

.obi_red {
	width:500px;
	background-color:#CC0000;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	padding:3px 0px 3px 10px;
	margin-bottom: 8px;
}

.midashi h2 {
	font-size:16px;
	color:#CC0000;
	font-weight: bold;
	padding-left: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 4px;
}

.midashi {
	width:510px;
	background-image: url(../blog_img/icon.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.bun {
	width:475px;
	padding-left: 35px;
	color: 3c3c3c;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
	margin-bottom: 5px;
}

.image {
	margin: 8px 0 8px 0;
}

.bottom {
	width:505px;
	padding-right:5px;
	font-size:12px;
	color:#414141;
	text-align: right;
}

#right {
	width:250px;
	position:absolute;
	right:30px;
	top:0;
}

.waku_red {
	width:238px;
	border:thin solid #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.index {
	width:240px;
	padding-left: 10px;
	line-height:24px;
	margin-bottom: 35px;
}

.photo {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
