/*____________________resetting css____________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,Osaka ,"メイリオ" ,"meiryo", "ＭＳ Ｐゴシック" , sans-serif;
}

/*____________________basic____________________
*/

html{
	height: 100%;
	font-size:95%;
}

body {
	text-align:center;
	height: 100%;
	width:100%;
}

a:link {
	color: #42b14a
}
a:visited {
	color: #37963D 
}
a:hover {
	color: #37963D
}

div#containtsContainer{
	width:800px;
	text-align:left;
	color:#000000;
}

div#containtsContainer p{
	width:780px;
}

div#containtsContainer div.container{
	border-style:solid;
	border-width:1px;
	border-color:#42b14a;
	background-color:#F5F5F5;
	padding:10px;
	position:relative;top:-10px;
}


h1{
	color: #42b14a
}

h2{
	width:800px;
	height:60px;
	background-image: url("../images/h2_title.jpg");
	background-repeat:no-repeat;
	font-size:15px;
	padding-top:35px;
	padding-left:25px;
	color:#FFFFFF;
	position:relative;top:25px;
}

ul li{
	list-style:none;
	padding-left:10px;
	margin-top:5px;
}

strong{
	font-size:120%;
}



blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.floatLeft{
	float:left;
}

.floatClear{
	clear:both;
}

/*____________________footer____________________
*/

div#footer{
	font-size:85%;
	margin-top:10px;
	margin-bottom:15px;
}

div#footer div.hr{
	width:800px;
}

hr {
color:#42b14a;
background-color:#42b14a;
height:2px;
border-style:solid;
}

ul.ftlist{
	width:800px;
}

ul.ftlist li{
	float:left;
	list-style:none;
	padding-left:0px;
}

ul.ftlist li.copylight{
	position:relative; left:100px;
}

/*____________________margin____________________
*/

.mr15{
	margin-right:15px !important;
}
.mt0 {
	margin-top:0px !important;
}
.mt2 {
	margin-top:2px !important;
}
.mt3 {
	margin-top:3px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt7 {
	margin-top:7px !important;
}
.mt8 {
	margin-top:8px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt13 {
	margin-top:15px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
