@charset "utf-8";

/*　------ 各種初期化 ------　*/
html {
	font-size: 62.5%;
	color: #434343;
}

body {
	font-size: 100%;
	background: url(../img/back2.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #1b89e3;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
a:hover {
	color: #c6a074;
}

ul {
	margin: 0;
	padding: 0;
}

/*　------ タイトル ------　*/
h1 {
	width: 105px;
	margin-top: 18px;
	margin-left: 20px;
	float: left;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.1em;
	background: url(../img/home/h3_bg.gif) no-repeat 0 0.3em;
	margin-top: 0.5em;
	padding-left: 20px;
}
h3.top {
	margin-top: 0;
}

h4 {
	font-size: 1em;
	border-left: 5px solid #999999;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 5px;
}

/*　------ リード文 ------　*/
#lead {
	font-size: 1.3em;
}


/*　------ ヘッダー領域 ------　*/
#header {
	background: url(../img/back1.gif);
}

#header_flame {
	background: url("../img/contents_back.gif") repeat-y;
	width: 810px;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
}

#header_body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 5px solid #434343;
	clear: both;
	overflow: hidden;
	zoom: 1;
}
#header_right {
	width: 600px;
	margin-top: 18px;
	float: right;
}


/*　------ グローバルメニュー ------　*/
#g_menu ul {
	margin-top: 20px;
}

#g_menu li {
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
	font-family: sans-serif;
	float: left;
	padding-right: 30px;
}

#g_menu a {
	color: #434343;
	text-decoration: none;
	overflow:hidden;
	outline:none;
}
#g_menu a:hover {
	color: #c6a074;
}

#g_menu li div.visit{
	border-bottom: 3px solid #e60012;
}


/*　------ コンテンツフレーム ------　*/
#contents_flame{
	background: url("../img/contents_back.gif") repeat-y;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
	zoom: 1;
}


/*　------ コンテンツ ------　*/
#contents {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-top: 1px solid #959595;
	font-size: 1.4em;
	padding: 30px 20px 20px 20px;
}

#contents div.contents_box {
	margin-left: 20px;
	width: 720px;
}

/*　------ フッタ ------　*/
#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #959595;
	border-bottom: 5px solid #434343;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
	zoom: 1;
}


/*　------ 汎用クラス ------　*/
.red {
	color: #ff0000;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.m_top0 {
	margin-top: 0;
}
.m_top5 {
	margin-top: 5px;
}
.m_top10 {
	margin-top: 10px;
}
.m_top15 {
	margin-top: 15px;
}
.m_top20 {
	margin-top: 20px;
}
.m_top30 {
	margin-top: 30px;
}
.m_left20 {
	margin-left: 20px;
}
.m_bottom10 {
	margin-bottom: 10px;
}
.m_bottom20 {
	margin-bottom: 20px;
}
