@charset "utf-8";
body {
	padding:0;
	margin:0;
	background-color:#4A4D4A;
	color:#4A4D4A;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
}
#wrapper {
	margin:0;
	padding:0;
	background-position:center top;
	background-color: #CECFCE;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-y;
}
#header-wrapper {
	margin:0;
	padding:0;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../image/header-bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width:838px;
	height:250px;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #CECFCE;
	background-image: url(../image/header.jpg);
}
#header-content {
	padding-top:40px;
	text-align:left;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	text-align:left;
	height:112px;
	font:26px Arial;
	color:#000000;
	margin-left: auto;
	margin-right:auto;
	padding-left:10px;
}

#topRight {
	float:right;
	margin-right:20px;
	margin-top:-25px;
}

#container {
	text-align:left;
	width:838px;
	margin:0;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color : #FFFFFF ;
	margin-left:48px;
	margin-right:50px;
}

#footer-wrapper {
	padding:0;
	margin:0;
	margin-left: auto;
	margin-right: auto;

	background: #4A4D4A url(../image/footer-bg.jpg) repeat-x ;

}

#footer {
	margin:0;
	padding:0;
	height:80px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background: #4A4D4A url(../image/footer.jpg) no-repeat 50% 0 ;
}

#footer-content {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 12px;
	color:#FFFFFF ;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

#footer-content a:link, #footer-content a:visited  {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size:12px;
	color:#FFFFFF ;
	padding-right:20px;
	padding-left:20px;	
	text-decoration:none;
}

table {
	border: 1px solid #CCCCCC;
	width: 100%;
}
th {
	background-color: #F6F6F6;
	text-align: center;
	padding: 6px;
}
td {
	padding: 6px;
	text-align: left;
}

input,  textarea{
	background-color: #EBE9ED;
	width: 90%;
}
.nature {
	width: 20%;
}

#htmlmail {
	width: 10%;
}

p, div{
	color:#4A4D4A;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size:14px;
	line-height: 160%;
} 

p {
	text-align:justify;
}

h1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 14px;
	color:#8C1010;
}

h2 {
	font:24px Arial;
	color:#8C1010;
}

h3 {
	color:#555555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}
.error {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	color:#FF0000;
	background-color:#FFCCFF;
	width: 90%;
}
.clear {
	clear:both;
}

#navcontainer {
	width:838px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	background : #AAAAAA url(../image/tab-bg.jpg) repeat-x ;
	height: 30px;
	margin-left:33px;
	margin-right:35px;
}

ul#navlist {
    text-align:left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

ul#navlist li {
	text-align:center;
    width:120px;
    float: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS UI Gothic", sans-serif;
	font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0 4px 0;
    background: #fff url(../image/tab-bg.jpg) repeat-x ;
	border-right: 1px solid #FFF;
}

#navlist a, #navlist a:link {
    margin: 0;
    padding: 3px 9px 3px 9px;
    color: #FFFFFF;
    text-decoration: none;
}

ul#navlist li#active {
	background-position:100% -42px;
}

ul#navlist li#active a:link {
    color: #4A4D4A;
}

ul#navlist li#active a:visited {
    color: #4A4D4A;
}

#navlist a:hover {
    color: #84E300;
}

div#left {
	float:left;width:68%;;margin-top:20px;
}

div#right {
	float:right;width:30%; margin-top:20px; 
}

.box {
	background: url(../image/box-header-bg.jpg) repeat-x ;
}

.box div {
	background: url(../image/box-header-bg.jpg) repeat-x ;
	font-size: 1.3em;
	color:#8C1010;
	padding-left:10px ;
	padding-top: 2px ;
}
.leftimage {
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.box p {
	padding-left: 10px;
	padding-right: 10px;
	color:#777777;
}

