@charset "UTF-8";

/* テンプレート用

------------------------
ver.2010/3/25/
------------------------

1:デフォルト＆ボディー


----------------------------------------------------------*/

/*1:デフォルト＆ボディー
==========================================================*/

html,body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,address {
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:"メイリオ";
	font-size:95%;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
}

a {
	overflow:hidden;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}

html,body {
	height:100%;
}

#wrap {
	position:relative;
	min-height:100%;
}

*html #wrap {
	height:100%;
}

body {
}

#header {
	background:url(../img/header_bg.gif) no-repeat 0px 0px;
}


#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
}


.section {
	margin:5px 10px;
	clear:both;
}

.section p {
	margin:10px;
	line-height:2em;
}



/*2:その他
==========================================================*/
.bold {
	font-weight:bold;
	font-size:110%;
}

.f_clear {
	clear:both;
	height:10px;
}

.float_r {
	float:right;
	margin: 0px 0px 10px 10px;
}

.float_l {
	float:left;
}
