body {
	margin: 0;
	padding: 0;
	line-height: 1.16em;
	background: #fff;
	font: normal small "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #333;
}

a {
	color: #5d0e0e;
}

a:link{
	color: #00e;
}

a:visited{
	color: #009;
}

a:hover {
	text-decoration: none;
	color: #f00;
}

h1{display:none;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.bgBlue{background: #0cc;}
.bgRed{background:#f66;}
.bgMazenta{background:#fcf;}
.bgCian{background:#cff;}
.bgBrown{background:#fc6;}
.bgYellow{background:#ffc;}
.bgWhite{background:#fff;}
.bgBlack{background:#000;}

p, img{
	margin: 0;
	padding: 0;
}

p.left{text-align: left;}
p.right{text-align: right;}
p.center{text-align:center;}

p.date{
	text-align: right;
	line-height: normal;
	font-size: 0.8em;
}

p.back{
	background-image: url(../images/arrow_back_sc2.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
	word-spacing: normal;
}

p.next{
	font-size: 0.9em;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

table,th,tr,td{margin: 0;}

caption{padding:10px 0;}
caption.left{text-align:left;}
caption.right{text-align:right;}

.hyojun{							/**  table デフォルト 罫線あり　*/
	border: solid #666 1px;
	border-collapse:collapse;
	background: #fff;
	width: 100%;
}

.hyojun th, .hyojun td{border: solid #666 1px;	padding: 10px;}

.suihei{							/**  table 枠無し横線のみ　*/
	border-collapse:collapse;
	background: #fff;
	}
	
.suihei th, .suihei td{
	padding:0.4em 1em;
	border-top:solid #666 1px;
	border-bottom:solid #666 1px;
}

.suiheiAll{							/**  table 枠有り横線のみ　*/
	border:solid #aaa 1px;
	border-collapse:collapse;
	background: #fff;
	}
	
.suiheiAll th, .suiheiAll td{
	padding:0.4em 1em;
	border-top:solid #aaa 1px;
	border-bottom:solid #aaa 1px;
}

table ul,table ol{}
table ul{
	list-style-type:disc;
	margin-left: 0;
}
table ol{list-style-type:decimal;}

.image {
	float: left;
	margin: 0 15px 10px 0;
}

.ft07{font-size: 0.7em;}
.ft075{font-size: 0.75em;}
.ft08{
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: normal;
}
.ft085{font-size: 0.85em;}
.ft09{font-size: 0.9em;}
.ft095{font-size: 0.95em;}
.ft10{font-size: 1em;}
.ft11{font-size: 1.1em;}
.ft12{font-size: 1.2em;}
.ft15{font-size: 1.5em;}
.ft18{font-size: 1.8em;}
.ft20{font-size: 2em;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/******* ここよりヘッダー開始 *******/

#headerT {
	width: 780px;
	height: 400px;
	background-color: #fff;
	margin: auto;
	border-bottom: #5faaef solid 1px;
	border-left: #5faaef solid 10px;
	border-right: #5faaef solid 10px;
	border-top: #5faaef solid 10px;
}

#header {
	width: 780px;
	height: 120px;
	background-color: #fff;
	margin: auto;
	border-bottom: #5faaef solid 1px;
	border-left: #5faaef solid 10px;
	border-right: #5faaef solid 10px;
	border-top: #5faaef solid 10px;
	background-image: url(../images/title_logo.gif);
	background-repeat: no-repeat;
}

#headerT h1, #header h1, #headerT h2, #header h2 {
	float: left;
	padding: 94px 0 0 7px;
	font-size: 18px;
}

#headerT a, #header a {
	text-decoration: none;
	color: #fff;
}

/******* ここよりpages開始 *******/

#pages {
	clear: both;
	width: 800px;
	height: 43px;
	margin: 0 auto;
	background: #000 url(../images/wall_01_43x1.gif);
}

#pages h2 {
	display: none;
}

#pages ul {
	float: right;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 2px 0 0;
	padding: 7px 15px 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#pages a:hover, #pages .active a {
	padding-left: 14px;
	padding-right: 14px;
	background: #580505 url(../images/wall_02_32x1.gif);
	border: solid #007b43 1px;
	border-bottom: none;
}

/******* ここよりcontainer開始 *******/

#container {
	width: 800px;
	margin: 0 auto;
}

#siteMap {
	width: 780px;
	margin: 0 auto;
	padding: 5px 10px;
	height: 20px;
	text-align: left;
	color: #666;
	line-height: inherit;
}

/******* ここよりcontent開始 *******/

#content {
	float: left;
	width: 580px;
}

.honbun {
	background: #f2f2f2 url(../images/wall_06_4x1.gif) repeat-x left bottom;
}

.honbun h3{font-size:1em;}

.honbun p{
	line-height: 1.5em;
	padding-bottom: 1em;
	text-indent: 0.6em;
	padding-left: 1em;
	letter-spacing: 0em;
	}

.honbun p.noIndent{
	text-indent: 0em;
}

.honbun ul{
	list-style-type: disc;
	line-height: normal;
	margin-left: 3em;
}

.honbun ul.noStyle{
	list-style-type: none;
}
	
.honbun ol{}
	
.honbun li{
	padding-bottom: 5px;
}

.honbun dl{}
.honbun dt{}
.honbun dd{}


.honbun .title {
	padding: 0 0 0 13px;
	background: #fff url(../images/icon_004.png) no-repeat left center;
	color: #000;
	font-size: 1.3em;
	line-height: 1.6em;
}

.honbun .posted {
	padding: 2px 10px 4px 0;
	background: #5f1010 url(../images/wall_03_32x1.gif);
	border: solid #007b43 1px;
	border-bottom: none;
	font-size: 0.8em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.honbun .story {
	padding: 10px 20px;
}

.story ul{
	line-height: normal;
	list-style-type: none;
	padding-bottom: 1em;
	margin-top: 0.5em;
}

.story ul li{
	list-style-image: url(../images/icon_003.png);
	list-style-type: disc;
	margin-bottom: 1em;
}

.honbun .meta {
	padding: 1px 10px;
}

.honbun img {margin:5px;}


.box50{
	width:510px;
	float:none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


.box45{
	width:460px;
	float:none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.boxL15{
	width:160px;
	float:left;
}

.boxL20{
	width:210px;
	float:left;
}

.boxL25{
	width:260px;
	float:left;
}

.boxL30{
	width:310px;
	float:left;
	margin-right: 10px;
	clear: both;
}

.boxL45{
	width:460px;
	float:none;
	margin-right: 10px;
	clear: both;
}

.boxR15{
	width:160px;
	float:right;
	margin-left: 10px;
}

.boxR20{
	width:210px;
	float:right;
	margin-left: 10px;
}

.boxR25{
	width:260px;
	float:right;
	margin-left: 5px;
}

.boxR30{
	width:310px;
	float:right;
	margin-left: 10px;
}


.boxR45{
	width:460px;
	float:none;
	margin-left: 10px;
}

.boxL20,.boxL25,.boxL30,.boxL45,.boxR20,.boxR25,.boxR30,.boxR45,.box45,.box50{
	border: solid #060 1px;
	background-color: #fff;
	margin-bottom: 10px;
}

.boxL20 p,.boxL25 p,.boxL30 p,.boxL45 p,.boxR20 p,.boxR25 p,.boxR30 p,.boxR45 p,.box45 p,.box50 p{
	text-align:center;
	/******* text-indent: normal; *******/
	padding: 0;
}

/******* ここよりお問い合せフォーム開始 *******/

#mailForm {
	padding: 20px 10px;}

#name, #email, #subject {
	width: 200px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #007b43;
	font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #333;
}

#message {
	width: 450px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #007b43;
	font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #333;
}

#submit {
	width: 50px;
	background: #060 url(../images/img6.gif) repeat-x;
	border: solid #007b43 1px;
	font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #ffc;
	height: 22px;
}


/******* ここよりsearch開始 *******/

#search form {
	margin: 0;
	padding: 20px 10px;
}

#textfield1 {
	width: 110px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #007b43;
	font: normal 1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #333;
}

#submit1 {
	width: 32px;
	background: #060;
	border: solid #007b43 1px;
	font: normal 0.9em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
	color: #ffc;
}

/******* ここよりrightBox開始 *******/

.rightBox {
	float: right;
	width: 190px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.rightBox .heading {
	height: 26px;
	padding: 6px 0 0 10px;
	background: #5F1010 url(../images/wall_03_32x1.gif);
	border: solid #007b43 1px;
	border-bottom: none;
	font-size: 1em;
	color: #fff;
}

.rightBox .content {
	background: #f2f2f2 url(../images/wall_06_4x1.gif) repeat-x left bottom;
}

.rightBox .content ul {
	padding: 10px;
	list-style: none;
}

.rightBox .content li {
	padding: 5px 0;
	border-top: dotted #5d0e0e 1px;
}

.rightBox .content li.first {
	border: none;
}

.rightBox .content a {
	padding-left: 10px;
	background: transparent url(../images/arr_01.gif) no-repeat left center;
	text-decoration: none;
	color: #5d0e0e;
}

.rightBox .content a:hover {
	color: #f00;
	background-color: #cfc;
}

.rightBox .content .active{background-color:#cfc;}

/******* ここよりフッタ開始 *******/

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/wall_06_4x1.gif) repeat-x;
}

#footer p {
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
}

#footNav ul {
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	text-indent: 0em;
}

#footNav li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
	border-right: solid #000 1px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#footNav {
	text-align: center;
	margin-top: -2px;
}

/* fix for browsers that don't need the hack */
html>body #footNav { margin-top: 0px; }

#footNav a {
	font-size: 75%;
	color: #333;
	text-decoration: none;
}

#footNav a:hover {
	color: #F00;
	padding: 4px 0px;
}

