﻿
body {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0;
	font-size: 12px;
	font-family:  "Verdana","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka","sans-selif"; 
	color: #333;
	background-image: URL(img/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
div.cl {
	clear: both;
}

/*---------------------ヘッダー--------------------*/
#header {
	width: 980px;
	height: 80px;
	margin: auto;
}
#header h1 {
	font-size: 12px;
	color: #960;
	height: 20px;
	margin: 30px 0 0 5px;
	padding: 0 0 0 12px;
	font-weight: normal;
	background-image: url(img/common/arrow_gold.gif);
	background-repeat: no-repeat;
	float: left;
}
#header .sitemap1 {
	float: right;
	margin: 30px 0 0 0;
	width: 180px;
	height: 20px;
}
#header .sitemap1 img {
	margin: 0;
	padding: 0;
}
#header .sitemap1 .site {
	float:left;
}
#header .sitemap1 .inquiry {
	float:right;
}
#header .navi {
	width: 980px;
	height: 15px;
	font-size: 10px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: right;
}
#header .navi img {
	margin: 0 5px 0 0;
}
#header .navi a {
	margin: 0 5px 0 0;
	color: #f00;
	text-decoration: none;
}
#header .navi a:hover {
	color: #f00;
	text-decoration: underline;
}

/*---------------------全体--------------------*/
#index {
	width: 980px;
	height: auto;
	margin: auto;
	background-image: url(img/common/line_side.gif);
	background-repeat: repeat-y;
	clear: both;
}
/*---------------------左--------------------*/
#index #left {
	width: 302px;
	height: auto;
	float: left;
}
#index #left h5 {
	margin: 0;
	padding: 0;
}
#index #left ul {
	margin: 25px 0 30px 27px;
	padding: 0;
	list-style-type: none;
}
#index #left li {
	margin: 0 0 3px 0;
	padding: 0;
}
#index #left .banner {
	width: 275px;
	height: auto;
	margin: 10px 0 0 27px;
	padding: 0;
}
#index #left .banner .recomend {
	width: 275px;
	height: auto;
	margin: 25px 0;
	padding: 0 0 15px 0;
	background-color: #E0F3FE;
}
#index #left .banner .recomend .dictionary {
	margin: 15px 0 0 0;
	padding: 0;
}
#index #left .banner .navi {
	margin: 15px 0;
	padding: 0;
}
#index #left .banner .com {
	margin: 15px 0 50px 0;
	padding: 0;
}

/*---------------------真ん中－--------------------*/
#index #center {
	width: 17px;
	height: auto;
	float: left;
}

/*---------------------右--------------------*/
#index #right {
	width: 661px;
	height: auto;
	float: right;
	background-image: url(img/common/line_right_top.gif);
	background-repeat: no-repeat;
	background-position:top;
}
#index #right h2 {
	width: 652px;
	height: 211px;
	margin: 9px 0 0 0;
	padding: 0;
}
/*---------------------右＿上へ戻る--------------------*/
#index #right .up {
	width: 632px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}
/*---------------------フッター--------------------*/
#index #footer {
	width:980px;
	height: auto;
	clear: both;
}
#index #footer p {
	color: #666;
	margin: 0;
	padding: 50px 0 15px 0;
	text-align: center;
	line-height: 1.6;
}
#index #footer a {
	color: #666;
	text-decoration: none;
	margin: 0 4px;
}
#index #footer a:hover {
	color: #666;
	text-decoration: underline;
}
/*---------------------コピーライト-------------------*/

#pr {
	width: 980px;
	margin: auto;
	padding: 10px 0 ;
	text-align: center;
	font-size: 10px;
}
#pr p {
	color: #960;
	margin: 0 0 5px 0;
	padding: 0;
}
#pr .text {
	width: 700px;
	color: #666;
	margin: auto;
	padding: 0;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}
#pr .copy {
	color: #ff9a00;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 4pt;
	font-weight: bold;
}
