@charset "utf-8";
/* CSS Document */
/*CSS初期化*/
* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	vertical-align: bottom;
	border: none;
}

/*基本要素*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #333333;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	_font-size: 62.5%;
}

a:link {color: #FFFFFF;}
a:visited {color: #CCCCCC;}
a:hover {color: #FF0000;}
h1 {
	font-size: 1em;
	
}

/*基本構造*/
#wrapper {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー*/
#header {
	height: 105px;
	width: 780px;
}
#contents {
	height: auto;
}
#header h1 {
	height: 15px;
	width: 780px;
	text-align: right;
}

#header #headerlogo {
	height: 90px;
	float: left;
	width: 200px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}
#header #headermenu {
	height: 90px;
	float: right;
	width: 580px;
}
/*コンテンツ*/
#contents #main1{
	width: 780px;
	background: url(images/back.png) repeat-y;
	height: auto;		
}

/*フッター*/
#footer {
	font-size: 1em;
}
#foot1 {
	background: url(images/foot.png) no-repeat bottom;
	height: 80px;
	width: 780px;
}
#foot2 {
	margin: 10px;
	padding: 0px;
}
/*フラッシュスペース*/
#contents #flash{
	height: 320px;
	width: 780px;
}
/*インフォメーション*/
#contents #main1 #info{
	width: 780px;
}
#contents #main1 #info #infotitele{
	height: 35px;
	text-indent: -9999px;
	width: 780px;
	background: url(images/infotitle.png) no-repeat;
}
#contents #main1 #info #infocont{
	font-size: x-small;
	text-align: left;
	text-indent: 50px;
	height: 20px;
	background: url(images/infoback.png) repeat-y;
	width: 780px;
}
#contents #main1 #info #infofoot{
	height: 15px;
	background: url(images/infofoot.png) no-repeat;
	text-indent: -9999px;
	width: 780px;
}
#contents #main1 #block1 {
	text-align: left;
	padding: 10px 90px 15px;
	height: 250px;
}
#contents #main1 #block2 {
	padding: 10px 90px 15px 90px;
	text-align: left;
	height: 250px;
}
#contents #main1 #block3 {
	padding: 10px 90px 15px 90px;
	text-align: left;
	height: 250px;
}
#contents #main1 #block4 {
	padding: 10px 90px 15px;
	text-align: left;
	height: 250px;
}
#contents #main1 #block1 h2 {
	background: url(images/ind_s1.png) no-repeat;
	height: 25px;
	width: 600px;
	text-indent: -9999px;
}
#contents #main1 #block2 h2 {
	background: url(images/ind_s2.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 600px;
}
#contents #main1 #block3 h2 {
	background: url(images/ind_s3.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 600px;
}
#contents #main1 #block4 h2 {
	background: url(images/ind_s4.png) no-repeat;
	text-indent: -9999px;
	height: 25px;
	width: 600px;
}
#contents #main1 h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#contents #main1 #block1 li {
	list-style: square;
}
.textp1 {
	width: 380px;
	float: left;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.textp2 {
	width: 370px;
	float: right;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}

/*コンタクトのページ*/

#contents #top {
	background: url(images/top_con.png) no-repeat;
	text-indent: -9999px;
	height: 170px;
	width: 780px;
}
#contents #contact h2 {
	background: url(images/contact.png) no-repeat;
	text-indent: -9999px;
	height: 30px;
	width: 140px;
}

#contents #contact form {
	text-align: left;
	width: 496px;
}

#contents #contact {
	background: url(images/back.png) repeat-y;
	height: auto;
	width: 780px;
}
#inputForm {
	margin-left: 35px;
}
#inputForm fieldset {
	margin-bottom: 35px;
	border: none;
}
#inputForm table {
	width: 100%;
	border: none;
}
#inputForm th, #inputForm td {
	padding: 10px 17px;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
} 
#inputForm th {
	width: 130px;
}
#inputForm td {
	background: #FFFFCC;
}
#inputForm .submit {
	text-align: center;
}
#inputForm .submit input {
	padding: 3px;
	border: 3px double #E1D9CA;
	background: #FFFFFF;
}
#inputForm .submit input:hover {
	border:  3px double #D94040;
	color: #D94040;
}
#inputForm .required {
	color: #D94040;
	font-style: normal;
}
#inputForm .text1,
#inputForm .text2,
#inputForm .text3,
#inputForm select {
	border: 1px solid #E1D9CA;
	padding: 3px;
}
#inputForm .text1:focus,
#inputForm .text2:focus,
#inputForm .text3:focus,
#inputForm select:focus {
	border: 1px solid #D94040;
}
#inputForm .text1 {
	width: 104px;
}
#inputForm .text2 {
	width: 60px;
}
#inputForm .text3 {
	width: 285px;
}
#inputForm .example {
	color: #787878;
	padding-left: 10px;
}
/*会社概要*/
#contents #top1 {
	background: url(images/top_company.png) no-repeat;
	text-indent: -9999px;
	height: 170px;
	width: 780px;
}
#contents #company {
	background: url(images/back.png) repeat-y;
	height: 500px;
}
#contents #company h2 {
	background: url(images/company_title.png) no-repeat;
	height: 50px;
	width: 220px;
	text-indent: -9999px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contents #company #comp {
	width: 600px;
}
#contents #company #comp td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ta1 {
	background: #FFFFCC;
	border: 1px solid #666666;
	color: #666666;
}
.ta2 {
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #666666;
}
