@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

img {
	border: none;
}
/* ここまでデフォルトスタイルの統一 */

#wrapper {
	width: 800px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃え*/
	text-align: left; /* body エレメントの text-align: center より優先 */
}

/* ここからメインコンテンツ */
#maincontents {
	width:90%;
	margin:0 auto;
	padding:30px;
	
	font-family:Verdana, Arial, sans-serif, "メイリオ";
	font-size:12px;
	color:#4D4331;
	line-height:150%;
	text-align:left;
}

#maincontents a:link { color:#5A523F; text-decoration: none;}
#maincontents a:visited { color: #5A523F; text-decoration: none;}
#maincontents a:hover {color: #9acd32; text-decoration: underline; }
#maincontents a:active {color: #5A523F; text-decoration: none; }

p{
	line-height:150%;
	text-align:left;
	padding-bottom:15px;
}

.jp {
	text-align:justify;
	text-justify: inter-ideograph;
}

.en {
	text-align:justify;
	text-justify: auto;
}

.box {
	padding-bottom:20px;
}

.small {
	font-size:8pt;
}

.catch {/* グリーン */
	color: #9acd32 ;
	font-weight: bold;
	letter-spacing:0.1em;
}

li {
	padding-left:10px;
	list-style-image:url(../IMAGEN/2009/icon/frecha_3.gif);
	list-style-position: outside;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#6D6047;
	text-align:left;
	padding-bottom:20px;
}

.mark { /* 茶色 */
	color: #6D6047;
	font-weight: bold;
}

#foto {
	text-align:center;
	padding:5px;
	margin:0px 15px 15px 0px;
	border:#CCCCCC 1px solid;
	float:left;
}

#footer {
	margin: 0 auto; 
	padding: 5px 0;
	width:90%;
	height:15px;

	font-family:Verdana, Arial, sans-serif, "メイリオ";
	font-size:10px;
	text-align:center;
	color:#5A523F;
} 

.cleaner {
	clear:both;
	height: 0px;
}
