body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", "VL Pゴシック", "Takao Pゴシック", "IPA Pゴシック", sans-serif !important;
	color: #8A8A8A;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}



h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 1.4em;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #961A06; text-decoration:none; }

a:hover { text-decoration:underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

table.outline {
	border: 0;
	padding: 0px;
	width: 1000px;
	border-collapse: collapse;
	text-align: left;
}

table.tab {
	background-color: #CCCCCC;
}

table.tab_adult {
	background-color: #FFAAAA;
}

td.tab_on {
	white-space: nowrap;
	padding: 3px 10px;
	text-align: center;
	background-color: #CCCCCC;
	border-left:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	border-right:1px solid #AAAAAA;
	color: white;
	font-weight: bold;
}

td.tab_off {
	white-space: nowrap;
	padding: 3px 10px;
	text-align: center;
	background-color: #EEEEEE;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	font-weight: bold;
}

td.bloglist {
	text-align: center;
}

td.listtitle {
	padding: 30px 3px 3px;
	text-align: left;
	color: #333333;
	font-weight: bold;
}

td.list {
	text-align: left;
	color: #333333;
}

tr.news{
	padding: 3px;
	font-size: 13px;
	white-space: nowrap;
}

.blog_date {
	font-weight: bold;
}

.entry_title {
	overflow: hidden;
	width: 680px;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}

.blog_title {
	overflow: hidden;
	width: 200px;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}

iframe.bloglist {
	width: 240px;
	height: 480px;
}

/* Headline */

#headline_block {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #ffffff;
	height: 640px;
	overflow: auto;
	padding: 10px 0px 10px 10px;
}
#headline_block a,
.box a,
.box2 a {
	color            : #555555;
	text-decoration  : none;
}
#headline_block a:hover,
.box a:hover,
.box2 a:hover {
	background-color : #dddddd;
	text-decoration  : none;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.gif) repeat-x left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #7B1605;
}

#footer a {
	color: #961A06;
}

/*page all*/
.left{float:left;text-align:left;}
.right{float:right;text-align:right;}
.center{text-align:center!important; margin:auto;}
.red{color:#FF0000;}
.grey{color:#999999;}
.noborder{border:none!important;}

.normal{font-size:12px!important;}
.xxsmall{font-size:9px!important;}
.xsmall{font-size:10px!important;}
.small{font-size:11px!important;}
.normal{font-weight:normal!important;}
.bold{font-weight:bold!important;}
.clear{clear:both; font-size:1px; height:1px;}
.clear hr{display:none;}
