@charset "utf-8";

@import url("layout1.css");
@import url("rightbar1.css");

/*  U-GATE CSS デフォルト-1 + Header,footer */

body {
	width:100%;
	text-align:center;
	color:#333333;
	background:#ffffff url(../img/common/bg1.jpg) repeat-x;
	margin:0;
	padding:0;
}




/*  リンクプロパティ BASE  */
a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	color:#33ccff;
	text-decoration:underline;
}

#no_line {
	text-decoration:none;
}

#on_line {
	text-decoration:underline;
}


/* フォント BASE  */
p {
	line-height:1.5em;
	font-size:0.8em;
}

/*  h1～h6  */
h1 {
	font-size:1.8em;
	text-align:left;
	padding:0;
	margin:0;
}

h2 {
	font-size:1.3em;
	padding:0;
	margin:0;
}

h3{
	font-size:1.0em;
	padding:0;
	margin:0;
}

h4 {
	font-size:0.8em;
	padding:0;
	margin:0;
}


/*  テキスト強調・装飾  */
em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-size:1.0em;
}

.red1 {
	color: #CC0000;
}

.gray1 {
	color: #999;
}

.gray2 {
	color: #555;
}

#fo_big1 {
	font-size:1.8em;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}





/*  行揃え  */
#txt_c1 {
	text-align: center;
}

#txt_r1 {
	text-align:right;
}

#txt_l1 {
	text-align:left;
}

/*  非表示  */
.hide {
	display:none;
}


/*  画像  */
img {
	border:none;
}


/*  TOP BAR  */
.topbar {
	width:100%;
	height:31px;
	margin-bottom:0;
	background:#82e5f8 url(../img/common/bg_hl1.jpg);
}

.tb_contents {
	width:980px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	background:#82e5f8 url(../img/common/bg_hl1.jpg);
}

/*  マージン・パディング  */

#mar_l15 {
	margin-left:15px;
}

#mar_r15 {
	margin-right:15px;
}

#mar_t5 {
	margin-top:5px;
}

#mar_b0 {
	margin-bottom:0;
}

#mar_b10 {
	margin-bottom:10px;
}

#mar_b20 {
	margin-bottom:20px;
}

#mar_b30 {
	margin-bottom:30px;
}

#mar_b0_2 {
	margin-bottom:5px;
	margin-top:25px;
}

#mar_t20 {
	margin-top:20px;
}

#mar_t30 {
	margin-top:30px;
}

#mar_tb10 {
	margin:10px auto;
}

#mar_tb40 {
	margin:40px auto;
}

#mar_tb60{
	margin:60px auto;
}

#mar_tb1 {
	margin-top:-30px;
	margin-bottom:13px;
}

.mar_t0 {
	margin-top:0;
}



/*  ヘッダー  */
.headbg {
	width:100%;
	height:126px;
	background-image:url(../img/common/header_bg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.header {
	width:990px;
	height:126px;
	background-image:url(../img/common/header_bg1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
}

.header h1 {
	/*margin-left:-5px;*/
	float:left;
	/*margin-right:400px;*/
}

.header img{
	border:none;
}


.h_navi {
	float:left;
	margin-top:-3px;
	/*margin-left:410px;*/
	width:760px;
}

.h_navitxt {
	/*width:auto;*/
	height:auto; 
	color:#ffffff;
	/*text-align:center;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.h_navi a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:auto;
	height:60px;
	float:right;
	margin-left:16px;
	/*margin-right:16px;*/
	padding-top:41px;	
}

.h_navi a:hover {
	color:#FFFF00;
	text-decoration:none;
	background-image:url(../img/common/hnavi_icon1.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
.preload1 {
	display:none;
}


/*  フッター  */
.footer {
	width:100%;
	height:auto;
	clear:both;
	padding-top:70px;
}

.f_naviarea {
	width:100%;
	height:30px;
	background:#c3e7f3 url(../img/common/bg_foot1.gif);
}

.f_navi {
	width:980px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background:#c3e7f3 url(../img/common/bg_foot1.gif);
}
.f_navi p {
	color:#336699;
	font-size:0.75em;
	text-align:center;
	padding-top:6px;
	margin-top:0;
}

.f_navi a {
	color:#336699;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}

.f_navi a:hover {
	color:#dd0000;
	text-decoration:underline;
}



.f_copy {
	width:100%;
	height:40px;
	background:#82e5f8 url(../img/common/bg_foot2.gif);
}

address {
	width:980px;
	height:40px;
	margin-top:0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#82e5f8 url(../img/common/bg_foot2.gif);
}

address img {
	margin-top:14px;
}


	
