@charset "shift_jis";

/*初期設定*/
* {
	margin: 0px;
	padding: 0px;
}
html {  
	overflow-y:scroll;  
}  
img {
	border:0px;
	margin: 0px;
	vertical-align: top;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
	font-size: 100%;
	font-weight:normal;
	line-height: 1.5;
	font-family: "Verdana", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #4b4b4a;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: top;
	text-align: left;
}
th,td {
	vertical-align: top;
	text-align: left;
}
th,strong {
	font-weight:normal;
}
em {
	font-style:normal;
}
a {
	text-decoration: none;
	color: #4b4b4a;
}
a:hover{
	text-decoration: none;
	color: #009fe8;
}

/*clearfix******************************************/
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    font-size: 0.1em;
    line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/* ここから Mac IE5 を除外 \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display:block;
}
/* ここまで Mac IE5 を除外 */
/*clearfix******************************************/


/*タグ*/
body {
	text-align: center;
	background-color: #ffffff;
	background-image: url(../img/gl_back_1.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
/*大外枠*/
#gl_container {
	margin: 0px auto;
	width: 950px;
	text-align: left;
}
/*ヘッダー*/
#gl_header{
	width: 950px;
	height: 176px;
	position: relative;
}
#gl_logo_1{
	position: absolute;
	left: 24px;
	top: 55px;
}

#gl_header_btn_1{
	position: absolute;
	left: 788px;
	top: 80px;
}
#gl_header_parts_1{
	position: absolute;
	left: 645px;
	top: 43px;
}



/*ナビゲーション*/
#gl_navi{
	width: 950px;
	position: absolute;
	left: 0px;
	top: 130px;
}
#gl_navi li	{
	float:left;
}



/*コンテンツ*/
#gl_main{
	margin: 0px 25px 50px 25px;
	width: 900px;
	text-align: left;
}
#gl_main p{
	color: #634a42;
}

#gl_btn_1{
	margin: 50px 0px 0px 0px;
}


/*サブナビゲーション*/
#sub_navi{
	color: #634a42;
	margin: 20px 0px 0px 0px;
}
#sub_navi a{
	color: #634a42;
	text-decoration: underline;
}
#sub_navi a:hover{
	color: #634a42;
	text-decoration: none;
}


/*フッター*/
#gl_footer_back {
	width: 100%;
	clear: both;
	text-align: center;
	height: 191px;
	background-image: url(../img/gl_back_2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:23px 0px 0px 0px;
	margin: 15px 0px 0px 0px;

}
#gl_footer {
	width: 906px;
	padding:0px 22px 0px 22px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}
#gl_footer_parts_1{
	position: absolute;
	left: 625px;
	top: 0px;
}
#gl_footer_parts_2{
	position: absolute;
	left: 625px;
	top: 37px;
}
#gl_footer_btn_1{
	position: absolute;
	left: 769px;
	top: 37px;
}
#gl_footer_text_1 {
	padding: 8px 0px 0px 0px;
	color: #ffffff;
}
#gl_footer_text_1 a{
	padding:0px 0px5px 0px;
	color: #ffffff;
}
#gl_footer_text_1 a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#gl_footer_text_2 {
	font-size: 77%;
	color: #666;
}








/*フロート*/
.gl_float_L {
	float: left;
}
.gl_float_R {
	float: right;
}
.gl_clear {
	clear: both;
	height: 0px;
}
.gl_align_L {
	text-align: left;	
}
.gl_align_R {
	text-align: right;	
}
.gl_align_C {
	text-align: center;	
}

/*フォント*/
.font_10px {
	font-size: 77%;
}
.font_11px {
	font-size: 85%;
}
.font_12px {
	font-size: 93%;
}
.font_13px {
	font-size: 100%;
}
.font_14px {
	font-size: 108%;
}
.font_15px {
	font-size: 116%;
}
.font_16px {
	font-size: 123.1%;
}
.font_17px {
	font-size: 131%;
}
.font_18px {
	font-size: 138.5%;
}
.font_19px {
	font-size: 146.5%;
}
.font_20px {
	font-size: 153.9%;
}
.font_21px {
	font-size: 161.6%;
}
.font_22px {
	font-size: 167%;
}
.font_23px {
	font-size: 174%;
}
.font_24px {
	font-size: 182%;
}
.font_25px {
	font-size: 189%;
}
.font_26px {
	font-size: 197%;
}

/*カラー*/
.gl_color_1 {
	color: #D20000;
	font-weight: bold;
}

