﻿/*--- 共通 ---*/

html,body {
	height: 100%;
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
strong {
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
}
address {
	text-align: center;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	outline: none;
}
a:hover {
	color: #C80000;
	text-decoration: none;
}
form {
	margin: 10px 0;
	font-size: 13px;
}





/*--- id ---*/

#container {
	width: 100%;
	min-height: 100%;
	margin: 0 auto -200px;
	height: auto !important;
	height: 100%;
}
#header {
	width: 100%;
	height: 100px;
	background: url(../image/head_bg.jpg) repeat-x;
}
#contents {
	width: 850px;
	margin: 0 auto;
}
#footer {
	width: 100%;
	height: 200px;
	clear: both;
	background: url(../image/foot_bg.jpg) repeat-x;
}
#footer_space {
	height: 200px;
}



/*--- class ---*/

.head {
	width: 850px;
	height: 100%;
	margin: 0 auto;
}
.footer_top {
	width: 850px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
.footer_bottom {
	width: 850px;
	height: 40px;
	clear: both;
	margin: 0 auto;
	margin-top: 6px;
	padding: 0;
}
.foot_box {
	width: 380px;
	height: 110px;
	float: right;
	margin-top: 20px;
}
.box_left {
	width: 420px;
	float: left;
}
.box_right {
	width: 420px;
	float: right;
}
.ads {
	width: 730px;
	height: 120px;
	margin-left: 10px;
}




/*--- ul,li ---*/

ul.footlink1 {
	margin-top: 20px;
	padding-right: 20px;
	border-right: 1px gray solid;
	float: left;
}
ul.footlink1 a {
	color: #C8C8C8;
	font-size: 12px;
	text-decoration: none;
}
ul.footlink1 a:hover {
	color: #C80000;
}
ul.footlink2 {
	margin-top: 20px;
	margin-left: 50px;
	padding-right: 30px;
	border-right: 1px gray solid;
	float: left;
}
ul.footlink2 a {
	color: #C8C8C8;
	font-size: 12px;
	text-decoration: none;
}
ul.footlink2 a:hover {
	color: #C80000;
}




/*---　見出し　---*/

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-indent: 1.2em;
	font-size: 14px;
	color: #323232;
	background: url(../image/h3_content.jpg) no-repeat;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-indent: 5px;
}





/*---　p　---*/

p.foot_text {
	font-size: 13px;
	color: #C8C8C8;
	line-height: 20px;
}
p.pan {
	font-size: 13px;
	margin-left: 5px;
	clear: both;
	line-height: 40px;
}
p.link1 {
	font-size: 13px;
	margin: 10px 5px;
	text-indent: 1.5em;
	background: url(../image/link1.jpg) no-repeat left;
}
p.blank {
	height: 50px;
}
p.text1 {
	font-size: 13px;
	line-height: 23px;
	margin-top: 5px;
}
p.text2 {
	font-size: 13px;
	line-height: 23px;
	margin-top: 5px;
	padding-left: 1em;
}
p.text2b {
	font-size: 13px;
	line-height: 23px;
	margin-top: 5px;
	padding-left: 1em;
	color: #000096;
}
p.text3 {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	margin-left: 1em;
}
p.text4 {
	font-size: 12px;
	line-height: 15px;
	margin-top: 5px;
	padding-left: 1em;
	color: #323232;
}
p.both {
	clear: both;
	height: 50px;
}






/*---　span　---*/

span.red {
	color: #C80000;
	font-weight: bold;
}
span.red2 {
	color: #C80000;
	font-weight: bold;
	font-family: 'arial black';
	font-size: 20px;
}
span.blue {
	color: #0000C8;
	font-weight: bold;
}
span.border {
	border-bottom: 2px solid #CC9900;
}




/*--- model ---*/

h2#model {
	width: 850px;
	height: 100px;
	line-height: 75px;
	text-indent: 40px;
	font-size: 26px;
	background: url(../image/model_bg.jpg) no-repeat;
}
h3#model_title {
	clear: both;
	font-size: 15px;
	text-indent: 5px;
	background: none;
}





/*--- info ---*/

h3#info_title {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-indent: 1.2em;
	font-size: 14px;
	color: #323232;
	background: url(../image/h3_long.jpg) no-repeat;
}

