/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5;
}
body {
	background-color: #DDD;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #555555;
}
p {
	line-height: 1.8;
}
table {
	background-color: #FFF;
	text-align: left;
	font-size: 14px;
	color: #555;
	clear: both;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
	color: #FFF;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 0;
	padding: 0;
	float: left;
}
h2 {
	height: 70px;
	line-height: 70px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #1E2492;
	font-size: 36px;
	padding-right: 30px;
}
h3.allion01 {
	margin: 20px 30px;
	color: #0060CB;
	border-bottom: solid 1px #0060CB;
	font-size: 20px;
}
h3.allion01 a {
	color: #0060CB;
}
h6 {
	width: 760px;
	height: 60px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------
 リンク関連
------------------------------ */

a {
	color: #555555;
}
a:hover {
	color: #ff0000;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right;
	margin: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

.none {
	display: none;
}
.center {
	text-align: center;
	margin: 10px 0;
}
.text01 {
	margin: 20px 50px;
}
.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bold {
	color: #000000;
	font-weight: bold;
}

/* ------------------------------
 メイン部分
------------------------------ */

div.contents {
	width: 840px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	float: right;
	margin-top: 23px;
	font-size: 12px;
}
div.header img {
	margin-right: 10px;
}
span.header {
	margin: 0 10px 0 15px;
}
span.header img {
	vertical-align: middle;
}

/* ------------------------------
 トップページ
------------------------------ */

p.topimg {
	clear: both;
}
td.top01 {
	width: 480px;
	vertical-align: middle;
}
td.top01 p {
	margin: 20px;
}
td.top02 {
	width: 360px;
}

/* ------------------------------
 RSS
------------------------------ */

ul.rss {
	margin: 5px 20px;
	list-style: none;
}
ul.rss li {
	border-bottom: dotted 1px #555;
	margin-bottom: 10px;
}

/* ------------------------------
 パンくず・ページトップ
------------------------------ */

p.bread {
	font-size: 10px;
	text-align: right;
	margin: 10px 20px;
}
p.pagetop {
	font-size: 10px;
	text-align: right;
	margin: 10px 20px;
}

/* ------------------------------
 サブページ
------------------------------ */

div.product01 {
	height: 400px;
	background-image:url(image/photo01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px 80px 40px 80px;
}
p.product01_1 {
	padding: 60px 20px 20px 0;
}
p.product01_2 {
	padding: 100px 0 0 350px;
}
div.product02 {
	height: 400px;
	background-image:url(image/photo02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 10px 80px 40px 80px;
}
p.product02_1 {
	width: 300px;
	padding: 100px 20px 20px 0;
}
div.product03 {
	height: 400px;
	background-image:url(image/photo03.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 80px 40px 120px;
}
p.product03_1 {
	padding: 100px 0 20px 300px;
}
p.product04_1 {
	margin: 10px 80px 40px 80px;
}
div.product05 {
	height: 420px;
	background-image:url(image/photo05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 30px 40px 30px;
}
p.product05_1 {
	width: 320px;
	padding: 40px 0 20px 50px;
}
table.company {
	margin: 20px 170px;
	border-top: solid 1px #0068C0;
	border-left: solid 1px #0068C0;
}
table.company td {
	border-right: solid 1px #0068C0;
	border-bottom: solid 1px #0068C0;
}
table.company p {
	margin: 5px;
}
td.company01 {
	width: 100px;
	background-color: #0068C0;
	color: #FFF;
	font-weight: bold;
}
td.company02 {
	width: 400px;
}
table.faq {
	margin: 20px 150px;
	border-top: solid 1px #AAA;
	border-left: solid 1px #AAA;
}
table.faq td {
	border-right: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
}
table.faq p {
	margin: 5px;
}
td.faq_q {
	background-color: #DFF;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 50px 170px;
}
.contact01 {
	width: 150px;
	padding: 5px 0;
}
.contact02 {
	width: 350px;
	padding: 5px 0;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}
.btn {
	width: 70px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	font-size: 12px;
}

/* ------------------------------
 サイトマップ
------------------------------ */

ul.sitemap {
	margin: 20px 100px;
	font-size: 20px;
}
ul.sitemap li {
	margin-bottom: 10px;
}
ul.sitemap a {
	font-weight: bold;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	border-top: solid 3px #BBB;
	margin: 20px auto 10px auto;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}

