﻿@charset "UTF-8";

body {
	line-height: 140%;
	color: #ffffff;
	background: #100604 url(../img/bg.jpg) repeat-x;
	font-size: 105%;
	text-align: center;
	font-family:"ＭＳ Ｐゴシック", Osaka, verdana, sans-serif;
}


/*	リンク色
==========================================================*/
a {
	color: #be5c59;
	text-decoration: underline;
}

a:visited {
	color: #be5c59;
	text-decoration: underline;
}

a:hover {
	color: #ffc600;
	text-decoration: underline;
}



/*	page
==========================================================*/
/*　コンテンツ両脇のグラデストライプ背景指定用ボックス　*/
#page {
	margin: 0 auto;
	width: 849px;
	background: url(../img/page_bg.jpg) repeat-y;
}


/*	header
==========================================================*/
#header {
	margin: 0;
	padding: 0;
	width: 849px;
	background: url(../img/head_bg.jpg) repeat-x;
}



/*	contents , main
==========================================================*/
#contents {
	margin: 0 auto;
	width: 801px; /*全体幅はここで指定*/
	text-align: left;
}

#main {
	margin: 15px 24px 30px 24px;
	padding: 0;
	width: 801px;
	text-align: left;
}



/*	4.footer
==========================================================*/
#footer {
	margin: 0 24px;
	padding: 0;
	width: 801px;
	background: url(../img/foot_bg.jpg) no-repeat;
}

.jiyuu_title{
	font-size:130%;
	margin-top:3px;
	margin-bottom:15px;
}


table.mailbox th{
	background-color: #FFFFFF;
	border:0px;
	width:160px;
	padding: 5px 0 5px 0;
}

table.mailbox td.icon{
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
	width:50px;
}


table.mailbox td.txt{
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
	width:450px;
}


