@charset "UTF-8";
/* 基本プロパティ */

*{
	margin:0;
	padding:0;
}

a img{
	border-style:none;
}

ul{
	list-style:none;
}

body{
	font-size:12px;
	text-align:center;
	background-color:#FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
/* ページ共通プロパティ */

a {
	text-decoration:none;
}
a:hover  {
	color:#F00;
	text-decoration:underline;
}
a:visited  {
	color:#063;
}
h1{
	font-size:84%;
	font-weight:normal;
}
h2{
	font-size:200%;
	font-weight:normal;
}

h3{
	font-size:134%;
	font-weight:bold;
	padding:8px 0 5px 25px;
	color:#a67f00;
	background-image:url(../images/title_back.gif);
	background-repeat:no-repeat;
	width:660px;
	height:40px;
}

.fl-l{
	float:left;
}

.fl-r{
	float:right;
}

.cl{
	clear:both;
}

.txt-a-r{
	text-align:right;
}

.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mb-10{
	margin-bottom:10px;
}

.mb-15{
	margin-bottom:15px;
}


/*下層共通*/
#wrapper{
	width:1000px;
	background:#FFF;
	margin:0 auto;
	text-align:left;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
}

#header{
	width:1000px;
	height:112px;
}

.clear{
	clear:both;
}


/*content*/

#content{
	margin-left:12px;
	margin-right:12px;
}
/*left-content*/
#left-content{
	margin-top:20px;
	float:left;
	margin-bottom:30px;
	width:660px;
}
#left-content div{
	margin-bottom:15px;
}
#left-content p{
	margin-bottom:15px;
}


/*right-content*/
#right-content{
	margin-top:20px;
	float:right;
	text-align:center;
	margin-bottom:30px;
}

#right-content li{
	height:45px;
	margin:0;
	padding:0;
}
.banner-box{
	margin-top:20px;
	width:301px;
}

/*footer*/
#footer{
	width:1000px;
	height:80px;
	background-color:#eeeeee;
	border-top:#a67f00 2px solid;
	text-align:center;
	clear:both;
	color:#333;
	font-size:120%;
	padding-top:10px;
}

#footer a:link{
	color:#a67f00;
}

#footer a:visited{
	color:#a67f00;
}

/*top*/
.lead {
	width:470px;
	float:left;
}
.photo {
	float:right;
	text-align:center;
	font-size:90%;
	font-weight:bold;
}

/*index*/
.news {
	margin-bottom:15px;
	width:646px;
}
.news ul{
	border-left:1px solid #063;
	border-right:1px solid #063;
	border-bottom:1px solid #063;
	padding:10px 10px 10px 10px;
}
.news ul li{
	padding-left:10px;
	margin-bottom:10px;
	border-bottom:#666 1px dotted;
}
#outline{
	margin-top:10px;
	font-size:100%;
	border: 1px #bcbcbc solid;
    border-collapse: collapse;
	width:660px;
}

#outline th{
	background-color:#f6ea9e;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-align:center;
	border:#bcbcbc 1px solid;
	width:150px
}

#outline td{	
	border:#bcbcbc 1px solid;
	padding:10px 30px 10px 10px;
}
.key-img {
	border: 1px solid #d3ba0d;
}
/*brochurs*/
.brocures-list {
	width:95%;
	font-size:115%;
	margin-top:10px;
	margin-left:25px;
}

.brocures-list li{
	background:url(../images/pdf16.png) no-repeat scroll 0 0 transparent;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	padding-left:20px;
	padding-bottom:5px;
}
.brocures-list li.xls{
	background-image:url(../images/xls16.png);
}
.brochures-subtitle {
	margin-left:25px;
	margin-top:15px;
	margin-bottom:0;
}
/*contact*/
.contact {
	margin:0 40px 20px 40px;
	padding:15px;
	font-size:125%;
	border:#333 solid 1px;
}
.contact-title {
	margin:15px 0px 0px 40px;
	color:#a67f00;
	font-size:125%;
	font-weight:bold;
}