@charset "UTF-8";

/* 全体
---------------------------------------------*/
#others {
	clear: both;
	width: 674px;
	margin: 0 auto;
	padding: 10px 50px 100px 50px;
	height: 100%;
}
h3 {
	padding: 5px;
	margin: 30px 0 0 0;
	border-left: 5px solid #003366;
	font-weight: normal;
	font-size: 116%;
	background: #E7E7E7;
}
p {
	padding: 10px 10px 0 10px;
	line-height: 1.6;
}  

/* サイトポリシー
---------------------------------------------*/
h2#sitePoricytitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/siteporicy_tit.jpg) left top no-repeat;
}

/* プライバシーポリシー
---------------------------------------------*/
h2#privacyPoricytitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/privacyporicy_tit.jpg) left top no-repeat;
}

/* 会社概要
---------------------------------------------*/
h2#infotitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/info_tit.jpg) left top no-repeat;
}
#others table {
	margin: 20px 0 0 0;
	border: 1px solid #E7E7E7;
}
#others th {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #E7E7E7;
	border-bottom: 1px solid #FFF;
	background-color: #003366;
	color: #FFF;
	width: 180px;
}
#others td {
	border-bottom: 1px solid #E7E7E7;
	padding: 10px;
	width: 492px;
}	
#others th.last,
#others td.last {
	border-bottom: none;
}

/* FAQ
---------------------------------------------*/
h2#faqtitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/faq_tit.jpg) left top no-repeat;
}
#faq {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}
#faq h3 {
	margin: 20px 0;
}
.top img {
	padding: 5px 0 0 0;
}

/* お問い合わせ
---------------------------------------------*/
#otoiawase {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}
h2#otoiawasetitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/otoiawase_tit.jpg) left top no-repeat;
}
/* RSS
---------------------------------------------*/
#rss {
	width: 600px;
	margin: 0 auto;
	padding: 0 0 400px 0;
	text-align: left;
}
h2#rsstitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/rss_tit.jpg) left top no-repeat;
}
#rss h4 {
	padding: 5px 0 0 30px;
	margin: 30px 0 0 0;
	border-top: 1px solid #E7E7E7;
	background: url(../images/others/rss_icon.gif) left 8px no-repeat;
	font-size: 116%;
}
#rss h4 a {
	text-decoration: none;
}
/* ログイン
---------------------------------------------*/
h2#logintitle {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background: url(../images/others/login_tit.jpg) left top no-repeat;
}
#member {
	width: 600px;
	margin: 0 auto;
	padding: 30px 0 100px 0;
}
#member table {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}	
#member table th,
#member table td {
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	padding: 10px;
	text-align: left;
	font-weight: normal;
}
#member table th {
	background: #F7F7FF;
}
#member th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#member .text1,
#member .text2 {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#member .submit {
	text-align: center;
	margin-top: 10px;
}










