@charset "UTF-8";

/*================= CONTENTS ==================

	1: universal reset
	2: layout

============================================== */

*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	width: 100%;
}

#wrapper {
	width: 914px;
	text-align: left;
	margin:0px auto;
	font-size: 0.7em;
	_font-size: 0.65em;
	font-stretch: normal;
	line-height: 2;
}

/*====================================================
	1: -universal reset
====================================================*/


*{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul,li{
	list-style-type:none;
}
img{
	vertical-align:middle;
	border:none;
}
table,td,th{
	border:none;
	margin: 0;
}
td,th{
	text-align:left;
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

/*====================================================
	2: -layout
====================================================*/

/*****ヘッダー*****/
#header {
	background-image: url(../images/cont_bg.jpg);
	width: 914px;
	background-repeat: repeat-y;
}

#header:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div#header #header_cont {
	border-top: 2px solid #141E3E;
	width: 904px;
	height: 83px;
	margin: 0px 5px 0px 5px;
}

div#header_cont #logo {
	padding: 21px 0px 0px 0px;
	float: left;
	width: 294px;
}

div#header_cont #Gnavi {
	float: left;
	width: 610px;
	height: 40px;
	margin: 20px 0px 0px 0px;
}

#header_bottom {
	background-image: url(../images/bottom_bg.jpg);
	width: 914px;
	height: 9px;
	background-repeat: no-repeat;
}

/*****コンテンツ*****/

#cont {
	background-image: url(../images/cont_bg.jpg);
	width: 914px;
	background-repeat: repeat-y;
	margin: 0px;
	_margin: -6px 0px 0px 0px;
	padding: 0px;
}

#cont:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#cont_bottom {
	background-image: url(../images/bottom_bg.jpg);
	width: 914px;
	height: 9px;
	background-repeat: no-repeat;
}

/*****フッター*****/

#footer {
	background-image: url(../images/cont_bg.jpg);
	background-repeat: repeat-y;
	width: 914px;
	margin: 0px;
	_margin: -12px 0px 0px 0px;
	padding: 0px;
}

#footer:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

div#footer #footer_main {
	width: 844px;
	padding: 0px;
	margin: 0px 35px 0px 35px;
	_margin: 1px 35px 0px 35px;
}

#footer_top {
	background-image: url(../images/top_bg.jpg);
	width: 914px;
	height: 9px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#footer_bottom {
	background-image: url(../images/bottom_bg.jpg);
	width: 914px;
	height: 9px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

div#footer #footer_main #footer_left {
	float: left;
	width: 400px;
}

div#footer #footer_main #footer_right {
	float: right;
	width: 374px;
	text-align: right;
	_margin: 3px 0px 0px 0px;
}

div#footer a:link{ color: #4E4E4E; text-decoration: none;}
div#footer a:visited{ color:#4E4E4E; text-decoration: none;}
div#footer a:active{ color:#4E4E4E; text-decoration: none;}
div#footer a:hover{ color:#4E4E4E; text-decoration: underline;}

/* ======mac環境の文字化けを防ぐコード====== */
/*\*//*/
textarea, select, input {
font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
a {   overfow: hidden;}
/**/ 
/* ======mac環境の文字化けを防ぐコード====== */
