@charset "UTF-8";
/* CSS Document */

/*----------------------------------
*
* 全体
* 
-----------------------------------*/
*{margin:0; padding:0; border:0;}
img{vertical-align:bottom;}


/*----------------------------------
*
* テキスト・リンク
* 
-----------------------------------*/
a{color:#80b72b;}
a:hover{color:#80b72b; text-decoration:none;}

p{
text-align:justify;
text-justify: auto;
}


/*----------------------------------
*
* ボックス
* 
-----------------------------------*/
div#main{
	padding-top:25px;
	padding-left:30px;
}

div#text{
	width:474px;
	margin-left:117px;
}

div#main .aright{
	text-align:right !important;
}


/*----------------------------------
*
* リスト
* 
-----------------------------------*/
ol{
	clear:both;
	list-style-type:decimal;
	margin:2em 2.7em;
}

.blocks{
	background: url(../images/popup/blockbg.gif) bottom repeat-x;
	padding-bottom:34px;
	margin-bottom:34px;
}

ul{
	list-style-type:disc;
	margin:2em 0 1em 5em;
}

.number{
	color:#80b72b;
}

/*----------------------------------
*
* 見出し
* 
-----------------------------------*/

/*h1{
	font-weight: bold;
	margin-bottom: 50px;
	font-size: 235%;
}

.h1title{
	color: #333333;
}*/

h1{
	margin-bottom: 50px;
}

.english{
	font-family: "Helvetica Neue";
	/font-family: "Helvetica Neue";
	display:block;
	color:#afafaf;
	font-size:65%;
	padding:10px 0 0 10px;
}

h2{
	font-size: 135%;
	margin-bottom: 40px;
}


/*----------------------------------
*
* クローズボタン
* 
-----------------------------------*/
#topclose{
	width:708px;
	text-align:right;
}

#bottomclose{
	text-align:center;
	padding-bottom:20px;
}

/*----------------------------------
*
* フッター
* 
-----------------------------------*/
#footer{
	padding:20px 0;
	background-color: #82b635;
	color:#FFF;
}

#footer .copyright{
	width:738px;
	text-align:right;
}

