@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
}
#main {
	width:800px;
	height:100%;
	min-height:100%;
	margin: 0 auto;
	border: 0px;
	padding-bottom:75px;
	background-color:#FCFF28;
	background-image: url(../images/logo_side.jpg);
	background-repeat:no-repeat;
	background-position: right 150px
}
body > #main{ 
    height:auto; 
}
#content {
	width:600px;
	margin: 0 auto;
	border: 0px;
	height:100%;
}
.midasi{
	font-size:22px;
	line-height:36px;
	padding-bottom:8px;
}
.close {
	width:120px;
	height:64px;
	padding-left:480px;
}
.text {
	width:130px;
	height:46px;
	float:left;
	line-height:14px;
}
.text2 {
	width:130px;
	height:120px;
	float:left;
	line-height:14px;
}
.box {
	width:570px;
	height:auto;
	clear:left;
}
.box2 {
	width:570px;
	height:100px;
	clear:left;
}
div.section {
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 10px;
}
img {
	display: block;
	border: none;
}
p, li {
	font-size: 12px;
	line-height: 1.5em;
	color : #232323;
}
li {
	list-style: none;
}
em, strong, h1, h2, h3, dt {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", "Osaka", "ＭＳ Ｐゴシック";
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color : #232323;
}
h2 {
	font-size: 16px;
	color : #232323;
}
h3 {
	font-size: 14px;
	color : #232323;
}
hr {
	border-style: solid;
	border-color: #999999;
}
a {
	text-decoration: none;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990099;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.english {
	font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a:focus {
	overflow:hidden;
	outline:none;
}