@charset "UTF-8";

/*hellostamp2009 commonCSS*/

/*--------------------------------------------------------------
	Basic settings
--------------------------------------------------------------*/

html, body {
    height: 100%;
}

body{
	padding: 0;
	font-family:		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	margin: 0px;
	font-size: 11pt;
	line-height: 13pt;
	background-image: url(../images/bodyBG.png);
	background-repeat: repeat;
	
}
#outWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

/*IE6*/

body > #outWrap {
    height: auto;
}

#wrapper{
	margin: auto;
	text-align:	center;
	width: 100%;
	/*height: auto;*/
	background-image: url(../images/body_idBG.png);
	background-repeat: repeat-x;
	/*padding-bottom: 40px;*/
	/*padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;*/

}

#innerWrap800 {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


.footer, .push {
    height: 60px;
}	
/*footer*/

.footer {
	/*  position: absolute;
	margin: auto;*/
	height: 40px;
	/*bottom: 0px;
	width: 100%;*/
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
	background-color: #003011;
	padding-top: 20px;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,img{
	margin:				0;
	padding:			0;
}

a{
	outline:				0;
 }
 
td{
	vertical-align:		top;
}

/*spacer*/
.position_center {
	text-align: center;
	margin: auto;
}
.position_Left {
	text-align: left;
	margin: auto;
}
.position_Right {
	text-align: right;
	margin: auto;
}
.spacerV_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.spacerV_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.spacerV_2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.spacerH_5 {
	margin-right: 5px;
	margin-left: 5px;
}
.spacerH_2 {
	margin-right: 2px;
	margin-left: 2px;
}
.spacerVH_5 {
	margin: 5px;
}

/*font*/

.fontSS {
	font-size: 68%;
	line-height: 120%;
}
.fontS {
	font-size: 77%;
	line-height: 120%;
}
.fontM {
	font-size: 85%;
	line-height: 120%;
}
h1 {
	font-size: 131%;
	color: #003011;
	text-indent: 20px;
	position: relative;
	top: 46px;
}
h2 {
	font-size: 116%;
	background-image: url(../images/icon_Gcircle.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	color: #003011;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	line-height: 140%;
}

h3 {
	font-size: 110%;
	font-weight: 600;
	color: #00561f;
	background-image: url(../images/icon_Gcircle.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 16px;
}
h4 {
	font-size: 93%;
	font-weight: 600;
	color: #FF9900;
	text-align: left;
	margin: 10px;
}
h5 {
	font-size: 108%;
	color: #64b741;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fontGreen {
	color: #00561f;
}
.fontRed {
	color: #FF0000;
}
.fontWhite {
	color: #FFFFFF;
}

/*float*/

.float_L {
	float: left;
}

.float_R {
	float: right;
}
.crearBth {
	clear: both;
}
.crearLft {
	clear: left;
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/

#globalheader {
	margin: auto;
	height: 202px;
	width: 100%;
	background-image: url(../images/headerBG.png);
	background-repeat: repeat-x;
}

/*main Navi*/
#mainNavi {
	display: block;
	margin-top: 12px;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#mainNavi li {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: 500;
	font-variant: normal;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#mainNavi a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNavi a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*sub Navi*/
#subNavi {
	width: 800px;
	text-align: right;
	height: 20px;
	font-size: 77%;
	color: #00561f;
	font-weight: 500;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#subNavi a {
	text-decoration: none;
	color: #00551f;
}

#subNavi a:link {
	text-decoration: none;
	color: #00551f;
}

#subNavi a:hover {
	text-decoration: underline;
	color: #00551f;
}





.greenBox {
	background-color: #eaf3d3;
	margin: 3px;
}
.grayBox {
	background-color: #ABABAB;
}
.header_capt {
	font-size: 85%;
	text-align: left;
	text-indent: 20px;
	color: #FFFFFF;
	position: relative;
	top: 56px;
}
.attentionM {
	background-image: url(../images/atentionMark.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 20px;
	font-weight: 600;
	color: #FF0000;
	margin-top: 10px;
}
.attentionT {
	font-size: 85%;
	color: #666666;
	margin-left: 20px;
}
.underlineSo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}
