/* CSS Document */

/*■初期設定*/

body{
	color:#3A3A3A;/*通常のテキストカラー*/
	}
a{
	color:#FF9900;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
	font-size: 13px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	background:url(../images/bg.jpg);
	background-position : 50% 0%;
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}

#container{
	width:960px;
	margin:auto;
	text-align:left;
	min-height: 100%;
}

h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:5px;
	}
h2{
	margin:6px 0 0 5px;
	font-weight:normal;
	}
h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#ffffff;
	}
h2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
h3{
	font-size:18px;
	padding:0 0 0 10px;
}
	
#contents{
	margin:0px 0 0 0;
	}
#side_navi{
	width: 330px;
	float: left;
	padding: 30px 0 0 30px;
	height: 100%;
	}
#main{
	background:url(../img/bg_main.jpg) repeat-y;
	width: 600px;
	float: right;
	padding-top: 30px;
	}
/*
#main_in{
	height:400px;
	overflow:auto;
	padding:5px 10px 10px 10px;
	}
*/
#main_in p{
	line-height:1.6em;
	}
#main_dwn{
	background:url(../img/bg_main_dwn.jpg);
	height:40px;
	padding-bottom:100px;
	}
#main p{
	margin:8px 0 0 0;
	}
	
.text{
	width:530px;
	padding:5px;
	text-align:left;
	font-size:15px;
	line-height: 30px;
}

.text p{
	font-size:13px;
	padding:10px 0 10px 0;
}

.text td{
	font-size:15px;
}

.text_cation {
	font-size:11px;
	color: #c70000;
}

#menu{
	height:30px;

	}
#menu ul{
	list-style-type:none;
	padding:8px 30px 0 30px;
	zoom:100%;
	}
#menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#menu ul li{
	float:right;
	font-size:12px;
	color:#FFFFFF;
	}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font:13px;
	line-height:18px;
	}
#menu ul li a:hover{
	color:#c70000;
	text-decoration:underline;
	}

#foot_sps{
	height:100px;
	background-color: #000;
	}
#footer{
	background:url(../images/bg_footer.png);
	width: 960px;
	height:100px;
	font-size:9px;
	text-align:right;

	}

#footer p#copy{
	color: #fff;
	font-size:11px;
	padding-top:15px;
	text-align: center;
	}

#footer p#design {
	font-size:11px;
	float:left;
	color:#CCCCCC;
	}

#footer p#design a{
	background:url(../img/copy_pondt_bk.gif) no-repeat;
	display:block;
	width:29px;
	height:13px;
	text-indent:-9999px;
	margin:0px auto;
	}

#footer a{
	color:#fff;text-decoration:none; margin:12px 10px 0 0;
	}

@media print{
#main_in{
	height:auto;
	overflow:hidden;
	}
}



table.company  {
	width: 500px;
	margin-bottom: 15px;
	margin-top:15px;
	border-collapse:collapse;
	border: 1px solid #ffffff;
}


table.company th {
	margin:0;
	padding:7px 0 7px 18px;
	width:150px;
	font-weight: normal;
	text-align:left;
	color: #FFF;
	background-color: #72A06A;
	border: 1px solid #ffffff;
}

table.company td {
	margin:0;
	width:550px;
	border: 1px solid #ffffff;
	text-align:left;
	padding:7px 0 7px 18px;
}

.company-text{
	width:500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-top:15px;
}

.company-text p{
	padding:10px 0 10px 0 ;
}


.b{
	font-weight:bold;
}

span.big-s{font-size:110%; font-weight:bold;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.button {
	width: 225px;
	height: 35px;
	letter-spacing: 3px;
}

.button a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.size {
	width: 340px;
	height: 16px;
	padding:3px;
}

.size02 {
	width: 499px;
	height: 100px;
	padding:3px;
}