@charset "utf-8";

body {
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 0.75em;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
}

table {
	font-size: 100%;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	line-height: 160%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1, h2, h3, img, p, div{
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul, li {
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color:#007ABD;
	text-decoration: underline;
}

a:hover {
	color:#FF9900;
	text-decoration: underline;
}

textarea, input, select {
	color: #333333;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 100%;
}

br {
	font-size:0px;
	line-height:0px;
}


/*======レイアウト用スタイル======*/
/*全体の枠*/
#contents {
	width:780px;
	text-align: left;
	margin:0px auto;
}

#contents-box {
	clear:both;
	background-image:url(../images/houjin_top/com_bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px auto;
	text-align:center;
}

/*ヘッダー*/
#hedder-box {
	text-align:left;
	padding:0px 0px 15px;
}

.hedder-box-h1 {
	float:left;
	margin:15px 0px 20px;
}

.hedder-box-logo {
	float:right;
	margin:15px 0px 20px;
}

.hedder-link-box {
	float:left;
	text-align:right;
	width:530px;
	padding:8px 0px 0px;
}

.hedder-link {
	display:inline;
	padding:5px 5px 9px;
}

#h1-box {
	background-image: url(../images/houjin_top/com_bk_h1.jpg);
	background-repeat: no-repeat;
	padding:30px 30px 0px;
		/*Win IE6対応*/
		_padding:30px 29px 0px;
}

/*本文*/
#main-box {
	width:578px;
	margin:0px auto;
	text-align:left;
}

.text-box {
	margin:20px 30px 40px;
		/*Win IE6対応*/
		_margin:20px 29px 40px;
}

.text-box2 {
	margin:20px 30px 10px;
		/*Win IE6対応*/
		_margin:20px 29px 10px;
}

.text-box3 {
	margin:20px 30px 0px;
		/*Win IE6対応*/
		_margin:20px 29px 0px;
}

.left-img {
	float:left;
	margin:0px 20px 0px 0px;
}

.right-img {
	float:right;
	margin:0px 0px 0px 20px;
}

.center-img {
	margin:10px 0px 0px 0px;
}

.center-img {
	text-align:center;
}

.toiawase-left {
	margin:5px 5px 0px 0px;
	float:left;
}

.toiawase-right {
	margin:5px 0px 0px 5px;
}

.main-h2 {
	clear:both;
}

.main-h3 {
	background-image: url(../images/houjin_top/com_bk_h3.jpg);
	background-repeat: no-repeat;
	margin:30px 0px 0px;
	height:25px;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 10px 0px;
}

.main-h4 {
	margin:20px 0px 10px;
	height:25px;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 5px 0px;
	color:#7ECC00;
	border-bottom:1px dotted #7ECC00;
	border-left:5px solid #7ECC00;
}

.main-h5 {
	background-image: url(../images/houjin_top/com_bk_h5.jpg);
	background-repeat: no-repeat;
	margin:30px 0px 0px;
	height:60px;
	font-size:1.5em;
	font-weight:bold;
	padding:18px 10px 0px;
}

/*ページTOPへ戻るリンク*/
#top-link-contents-box {
	background-image:url(../images/houjin_top/com_bk_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px auto;
	padding:0px 0px 30px;
}

#top-link-box{
	clear:both;
	background-image: url(../images/houjin_top/com_bk_bottom.jpg);
	background-repeat: repeat-x;
	margin:0px 30px 0px 230px;
	border:1px solid #DEDCD5;
	height:25px;
	padding:2px 0px 0px;
}

.top-link-box-left{
	float:left;
	border-left:1px solid #ffffff;
	height:25px;
}

.top-link-box-right{
	float:right;
}

.top-link-text {
	display:inline;
	padding:5px 10px 9px;
}

#top-link-box a{
	color:#333333;
	font-size:1em;
	text-decoration:underline;
}

#top-link-box a:hover{
	color:#FF3300;
	font-size:1em;
	text-decoration:underline;
}

/*フッター*/
#footer-box {
	clear:both;
	background-image: url(../images/houjin_top/com_bk_footer.gif);
	background-repeat: repeat-x;
	text-align:center;
	padding:6px 0px 5px;
}

address {
	color: #FFFFFF;
	font-style: normal;
}

/*===テキスト装飾===*/
.text-top10px {
	margin-top:10px;
}

.text-top30px {
	margin-top:30px;
}

.text-bottom10px {
	margin-bottom:10px;
}

.text-bottom20px {
	margin-bottom:20px;
}

.text-green {
	color:#7ECC00;
}

.text-org {
	color:#FF8800;
}

.text-red1 {
	color:#FF0000;
	font-size:120%;
	font-weight:bolder;
}

.text-red2 {
	color:#FF0000;
}

.text-small {
	font-size:90%;
}

/*ヘッダー*/
#hedder-top-box {
	text-align:right;
	background-image: url(../images/houjin_top/com_ph_hedder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:368px;
}

.hedder-top-box-h1 {
	margin:58px 0px 30px 0px;
}

/*本文*/
#top-jyosei-box {
	clear:both;
	background-color:#7ECC00;
	background-image: url(../images/houjin_top/top_bk_kadomaruue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px 10px 0px;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.5em;
}

#top-cri-table {
	margin:20px 30px 20px;
	width:518px;
	table-layout:fixed;
	background-color:#ffffff;
	border:1px solid #DEDCD5;
}

.top-cri-bt-td {
	border:1px solid #ffffff;
	text-align:center;
	vertical-align:top;
}

.top-cri-img-box {
	text-align:center;
	width:100px;
	float:left;
}

.top-cri-text-td {
	text-align:left;
	vertical-align:top;
	background-color:#EDEBE4;
	padding:10px;
}

#top-cri-left-box {
	float:left;
	margin:0px 5px 30px 30px;
	width:249px;
	display:inline;
}

#top-cri-right-box {
	float:right;
	margin:0px 30px 30px 10px;
	width:249px;
	display:inline;
}

.top-cri-img {
	float:left;
	margin:0px 10px 0px 0px;
}
