/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	font-family:"ＭＳ Ｐゴシック";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	display:block;
	line-height:110%;
	margin: 0px;
	background-color: #050b38;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#header {
	height: 38px;
	width: 770px;

}

#contents {
	width: 770px;
	margin: 0px;

}

#side {
	float: left;
	width: 190px;
	padding: 0px 0px 0px 5px;

}

#main {
	width: 570px;
	float: left;
	/*float: right;
	padding: 0px 5px 0px 0px;*/

}

#bottom {
	margin: 0px;
	clear: both;
	width: 770px;

}

#footer {
	clear: both;
	width: 770px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;

}

/************　画像＆回り込み処理　**************/
img
{
	padding:0px;
	border:0px;
	vertical-align:bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.clear_all {
	clear: both;
}


.image_fl {
	float:left;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.image_fr {
	float:right;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

.image_center {
	text-align: center;
}

/************　タイトル関連及びリンク　**************/
p,form,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	border: 0;
}

a {	outline: none;	color: #bdc5d0;	text-decoration: none;}

a:link { color: #bdc5d0; }

a:visited { color: #bdc5d0; }

a:hover { color: #bdc5d0;text-decoration: underline; }

a:active { color: #bdc5d0; }


#header h1{
	color: #ffffff;
	text-align: right;
	font-size: 10px;
	margin-top: 12px;
}
.scroll_box01 {
	background-color: #e1e3f2;
	width: 358px;
	height: 100px;
	overflow: auto;
}
.edit_box {
	background-color: #001848;
	width: 550px;
	margin-top: 5px;
	/*margin-right: 5px;*/
	margin-bottom: 25px;
	margin-left: 10px;
}
.text_box_w {
	background-color: #EBEBEB;
	color:#000000;
	width: 520px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.6em;
}

.text_box_b {
	/*width: 520px;*/
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.6em;
	margin-top:  20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.text_box_b2 {
	/*width: 520px;*/
	color:#FFFFFF;
	font-size: 12px;
	line-height: 1.6em;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 25px;
}

.text_in {
	margin: 12px;
}


/************　マージン　**************/


.dis_b_05 {
	margin-bottom: 5px;
}

.dis_b_10 {
	margin-bottom: 10px;
}

.dis_b_15 {
	margin-bottom: 15px;
}

.dis_b_20 {
	margin-bottom: 20px;
}

.dis_b_25 {
	margin-bottom: 25px;
}

.dis_b_30 {
	margin-bottom: 30px;
}


.dis_t_05 {
	margin-top: 5px;
}

.dis_t_10 {
	margin-top: 10px;
}

.dis_t_15 {
	margin-top: 15px;
}

.dis_t_20 {
	margin-top: 20px;
}

.dis_t_25 {
	margin-top: 25px;
}

.dis_t_30 {
	margin-top: 30px;
}

.dis_l_30 {
	margin-left: 30px;
}

.dis_l_50 {
	margin-left: 50px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/title_b_.jpg);
	background-repeat: no-repeat;
	line-height: 35px;
	height: 35px;
	text-align: left;
	text-indent: 25px;
	margin-left: 25px;
}
.txt_right {
	text-align: right;
}
.pagetop {
	font-size: 12px;
	text-align: right;
	padding: 5px;
	margin-top: -15px;
	margin-bottom: 25px;
}
