@charset "UTF-8";

/* layout  ------------------------------*/
body {
	position: relative;
	color: #333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo",Arial, sans-serif;
	text-align: center;
}
#container {
	width:900px;
	margin:0 auto;
	text-align:left;
}

/* header  ------------------------------*/
#header{
	height:48px;
	padding-top:22px;
	line-height: 1px;
	border-bottom: 1px #333 solid;
}
#header h1{
	float:left;
}
#header_r{
	float:right;
	/*width:314px;
	_width:344px;*/
}

#translate-this .translate-this-button {
	height:24px !important; 
	width:160px !important;
	margin-left:30px;
}

/* gnavi  ------------------------------*/
#gnavi {
	margin-bottom:40px;
}
#gnavi a {
	width:180px;
	height:119px;
	display: block;
	border-bottom: 1px #333 dotted;
}
a#gn1 { background: url(../images/gn1.gif) top left no-repeat; }
a#gn2 { background: url(../images/gn2.gif) top left no-repeat; }
a#gn3 { background: url(../images/gn3.gif) top left no-repeat; }
a#gn4 { background: url(../images/gn4.gif) top left no-repeat; }
a#gn5 { background: url(../images/gn5.gif) top left no-repeat; }

#gnavi a:link,
#gnavi a:visited,
#gnavi a:active{
	background-position: 0 0;
}
#gnavi a:hover{
	background-position: 0 -120px;
}
#gnavi em {
	display: none;
}
#gnavi a.on{
	background-position: 0 -120px;
}

/* FontSize  ------------------------------*/

#font_size li{
	float:left;
}

.sizeS, .sizeM, .sizeL {
	color: #FFF;
	text-indent: -9999px;
	width: 18px;
	height: 18px;
	cursor:pointer; 
}
.sizeS { margin-left:10px; background: url(../images/font_s.gif); }
.sizeM { margin-left:3px; background: url(../images/font_m.gif); }
.sizeL { margin-left:3px; background: url(../images/font_l.gif); }


/* 文字サイズ変更後（L・M・S） */
body.fontL { font-size:15px; }
body.fontM { font-size:12px; }
body.fontS { font-size:10px; }


/* main  ------------------------------*/

#main {
	line-height: 1.5em;
	margin-top: 10px;
}

#main a:link,
#main a:visited,
#main a:active{
	color: #669933;
	text-decoration:none;
}
#main a:hover{
	text-decoration:underline;
}



#main_left {
	float:left;
	width: 180px;
}
#main_right {
	float:right;
	width: 700px;
}

#main_right h2 {
	font-size:28px;
	font-weight: bold;
	position: relative;
	height:70px;
	padding-top:50px;
	background: url(../images/h2_bg.gif) right top no-repeat;
	border-bottom: 1px #333 dotted;
}

/*
#main_right h2#local {
	background: url(../images/h2_local_bg.jpg) right top no-repeat;
}
#main_right h2#craftsman {
	background: url(../images/h2_craftsman_bg.jpg) right top no-repeat;
}
#main_right h2#mono {
	background: url(../images/h2_mono_bg.jpg) right top no-repeat;
}
#main_right h2#it {
	background: url(../images/h2_it_bg.jpg) right top no-repeat;
}
#main_right h2#social {
	background: url(../images/h2_social_bg.jpg) right top no-repeat;
}
*/

#main_right table {
	/*width:360px;*/
	margin-bottom:1em;
}
table th{
	white-space: nowrap;
}

#main_right th,
#main_right td {
	vertical-align: top;
	padding:3px 10px 3px 0;
	line-height:1.5em;
	border-bottom: 1px #333 dotted;
}
a.blank{
	padding-right:16px;
	background: url(../images/blank.gif) right center no-repeat;
}

/* LinkBox  ------------------------------*/
.linkbox {
	border: 1px #FFF solid;
}
.linkbox:hover{
	border: 1px #333 solid;
}
a.linkbox{
	display: block;
}
#banner a.on{
	border: 1px #333 solid;
}


/* 詳細ボタン  ------------------------------*/
.dtl_btn {
	float:right;
	margin-top: 20px;
	padding: 1px 10px 1px 18px;
}
a.dtl_btn:link,
a.dtl_btn:visited,
a.dtl_btn:active{
	color:#333 !important;
	background: #FFF url(../images/i_right.gif) 5px center no-repeat;
	border:1px #333 solid;
}
a.dtl_btn:hover{
	color:#FFF !important;
	background: #333 url(../images/i_right.gif) 5px center no-repeat;
	border:1px #333 solid;
}

/* PageTop  ------------------------------*/
.pagetop {
	clear: both;
	float:right;
	margin: 20px 0;
}

.pagetop a {
	color:#333;
	padding: 2px 5px 2px 18px;
	background: url(../images/i_right.gif) 5px center no-repeat;
}
.pagetop a:link,
.pagetop a:visited,
.pagetop a:active,
.pagetop a:hover{
	color: #333 !important;
	text-decoration:none !important;
}



/* Footer  ------------------------------*/
#footer {
	color:#666;
	font-size:80%;
	padding: 10px 0;
	margin-top: 50px;
	text-align: right;
	border-top: 1px #333 solid;
}
#fnavi li {
	float:left;
	padding: 0 10px;
	border-left: 1px #666 solid;
}
#fnavi a:link,
#fnavi a:visited,
#fnavi a:active{
	color:#666;
	text-decoration:none;
}
#fnavi a:hover{
	color:#666;
	text-decoration:underline;
}
#copyright{
	font-size:10px;
	letter-spacing: 1px;
}
#copyright img{
	vertical-align: middle;
	margin-right:5px;
}


