@charset "utf-8";
@import url(base.css);


/* base
----------------------------------------------------*/
body {
	font-family:
		'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3',
		'メイリオ','Meiryo',Osaka,'MS UI Gothic', Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
}

h1 {
	font-size: 4em;
}


h2 {
	font-size: 100%;
}

h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 100%;
}
	
h4 {
	font-size: 100%;
}

p {
	margin-bottom: 30px;
	font-size: 138.5%;
	line-height: 1.5;
}

p.caution {
	margin-bottom: 20px;
	font-size: 108%;
	font-weight: bold;
}

hr {
	display: none;
}

ul {
	margin-bottom: 30px;
}

li {
	display: inline;
	list-style: square;
	padding-right: 30px;
	font-size: 138.5%;
}


/* utils
---------------------------------------------------*/
.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */



/* img
---------------------------------------------------*/
img.right {
	float: right;
	padding: 4px;
	margin: 20px 0 10px 10px;
	display: inline;
}

img.left {
	float: left;
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

img.across {
	display: block;
	clear: both;
	margin: 20px 0;
}


/* anchor
---------------------------------------------------*/
a:link,
a:visited {
	font-size: 111%;
	font-weight: bold;
	color: #c00;
	text-decoration: none;
}

a:hover,
a:active {
	color: #c00;
	text-decoration: underline;
}
	
a.blank {
	padding-right: 20px;
	background: url(img/blank_icon.gif) no-repeat right;
}


/* container
---------------------------------------------------*/
#container {
	position: relative;
	margin:20px auto 100px;
	width: 760px;
	text-align: left;
}

