@charset "utf-8";

/* BASE */
body {
	background-color: #FFFBFF;
	margin-top: 0px;
	font-size: 0.9em;
	color: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	text-align:justify;
}

br {
	letter-spacing:0 ;
}


/* リンク */
a:link {
	color: #BD2029;
	text-decoration: none;
	outline: none; 
}
a:visited {
	color: #BD2029;
	text-decoration: none;
	outline: none; 
}
a:hover {
	color: #455ED1;
	text-decoration: underline;
	outline: none; 
}
a:active {
	color: #455ED1;
	text-decoration: none;
	outline: none; 
}

/* コンテンツボディー */
.main {
	font-size: 0.9em;
	color: #333;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	clear: both;	
	overflow: hidden;
}

/* ヘッダー */
.header {
	margin: 0px;
	clear: right;
	height: 80px;
	width: 800px;
	background-image: url(../images/common/header.gif);
	background-repeat: no-repeat;
}

/* フッター */
.footer {
	font-size: 0.8em;
	color: #3B3B3B;
	background-image: url(../images/common/footer.jpg);
	margin: 0px;
	float: left;
	height: 28px;
	width: 790px;
	text-align: right;
	padding-top: 60px;
	padding-right: 10px;
}

.copy {
	font-size: 10px;
	height: 26px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
}


h1 {
	font-size: 10px;
	height: 16px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	letter-spacing: 0.2em;
}

/* コンテンツ ボディー */
.contents {
	margin: 0px;
	float: right;
	width: 580px;
}

/* コンテンツ */
.box {
	clear: both;
	width: 540px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 28px;
	margin-left: 30px;
	overflow: hidden;
}

/* ページタイトル画像 */
.pt {
	clear: both;
	width: 540px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 30px;
	overflow: hidden;
}


/* 画像位置 */

.img-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-r {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.images {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ボタン画像 */
.button-r {
	margin: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* サイドメニュー */
.side {
	float: left;
	width: 218px;
	background-color: #FBF4F9;
	padding-bottom: 28px;
	border: 1px solid #FAEDF7;
	padding-top: 8px;
}


/* サイドメニュー　個別 */
.s-menubox {
	width: 200px;
	margin-left: 10px;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

/* サイドメニュー　詳細項目 */
.s-list {
	line-height: 20px;
	list-style-type: none;
	text-indent: -12px;
	list-style-image: url(../images/common/pt1.gif);
}

/* サイドメニュー　詳細項目1 */
.s-list1 {
	line-height: 20px;
	list-style-type: none;
	text-indent: -1px;
	list-style-image: url(../images/common/pt1.gif);
}


/* サイドメニュー　タイトル */
.s-title {
	font-weight: bold;
	letter-spacing: 0.1em;
}


/* テキストリンク */
.box-link {
	text-align: center;
	height: 18px;
	width: 500px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
}

/* サイトナビ */
ul#sitenavi{
	margin:40px auto 28px;
	text-align:center;
}
ul#sitenavi li{
	display:inline;
	margin-right:1em;
	padding-left:1em;
	border-left:1px solid #999999;
}
ul#sitenavi li#liMenu06{
padding-right:1em;
border-right:1px solid #999999;
}


.font-06 {
	font-size: 0.7em;
}

/* topへ戻るボタン */
.top {
	clear: both;
	width: 540px;
	margin-top: 38px;
	margin-right: 10px;
	margin-bottom: 28px;
	margin-left: 30px;
	overflow: hidden;
	text-align: right;
}

