@charset "utf-8";

/* for IE5.5-7 */
.clrfix {
	zoom: 1;
}
.clrfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* for MacIE */
/*\*/*/
.clrfix {
	display: inline-table;
}
/**/

/* base
---------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333;
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

a:link {
	color: #1766b6;
	text-decoration: underline;
}

a:visited {
	color: #823F8B;
	text-decoration: underline;
}

a:hover,a:active {
	color: #e00;
	text-decoration: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	padding-bottom: 10px;
}

p {
	font-size: 1.3em;
	line-height: 2;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

strong {
	font-weight: normal;
}



/* container
---------------------------------------------------- */
#container {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	padding: 30px 0px 0px;
}

#about {
	background: #f1f1f1;
	padding: 10px;
	width: 350px;
	margin: 0px auto;
}
#about p {
	line-height: 1.3;
	margin: 0 0 8px 0;
}

.pdBt5 { padding-bottom:5px; }
.pdBt10 { padding-bottom:10px; }
.pdBt15 { padding-bottom:15px; }
.pdBt20 { padding-bottom:20px; }
.pdBt25 { padding-bottom:25px; }

