@charset "shift_jis";

/*初期設定*/
* {
	margin: 0px;
	padding: 0px;
}
html {  
	overflow-y:scroll;  
}  
img {
	border:0px;
	margin: 0px;
	vertical-align: bottom;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
	font-size: 13px;
	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: underline;
	color: #c41736;
}
a:hover{
	text-decoration: none;
	color: #c41736;
}

/*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;
}
/*大外枠*/
#gl_container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	position: relative;
}
/*ヘッダー*/
#gl_header{
	position: relative;
}
#header_logo{
	position: absolute;
}
#header_text{
	position: absolute;
	font-size: 77%;
}
#gl_header_btn_1{
	position: absolute;
}



/*ナビゲーション*/
#gl_navi{

}



/*コンテンツ*/
#gl_main{

}


/*フッター*/

/*フッターナビゲーション*/








/*フロート*/
.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: #033b87;
	font-weight: bold;
}
