@charset "utf-8";

/*ブラウザスタイル初期化用 */

body, 
h1, h2, h3, h4, h5, h6, p, div, 
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family:
				"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
				"メイリオ", Meiryo,
				Osaka,
				"ＭＳ Ｐゴシック","MS PGothic",
				sans-serif;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
ol, ul, li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
	position:relative;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* page */

body {
	font-size: 12px;
	line-height: 1.3;
	background-color: #F3F2FB;
}

.colum1 {
	padding-top: 10px;
}

.colum2 {
	padding-left: 20px;
}


.font1 {
	color: #000000;
	font-weight: bold;
}


#wrapper {
	width: 100%;
	background-color: #F3F2FB;
}

#header {
	background-color: #F3F2FB;
	background-position: bottom;
	background-image: url(img/head_backimg.png);
	background-repeat: repeat-x;
}

#header-inner {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 13px;
}

#wrapper-inner {
	background-color: #ffffff;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 20px;
}

#wrapper-inner h2 {
	padding-top: 25px;
	line-height: 1.8;
}

#wrapper-inner h3 {
	background-image: url(img/li1_img.png);
	background-repeat: no-repeat;
	background-position: 0.3em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.6;
}

#wrapper-inner li {
	background-image: url(img/li2_img.png);
	background-repeat: no-repeat;
	background-position: 0.7em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 1.6;
	font-weight: bold;
}

#wrapper-inner p {
	padding-left: 22px;
	line-height: 1.6;
}

#footer {
	background-color: #F3F2FB;
	background-image: url(img/foot_backimg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer-inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #ffffff;
	text-align: right;
	padding: 10px;
	font-size: 10px;
}
