* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family:  "メイリオ", "ＭＳ Ｐゴシック", "Osaka", "Arial", "san-serif", "verdana", "palatino";
}

html, body {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-size:75% !important;
	color:#381F00;
	background-image: url(../img/common/bg.jpg);
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
html>/**/body {
	font-size:12px;
}
/*clearFlow*/
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.alCenter {
	text-align: center;
}
.alLeft {
	text-align:left;
}
.alRight {
	text-align:right;
}
.rollover {
	cursor:pointer;
}
.bold {
	font-weight: bold;
}
.textSmall {
	font-size: 79%;
}
.textSpace {
	padding-bottom: 1.5em;
}
.textSpace2 {
	padding-bottom: 2.5em;
}
a:link, a:visited {
	color:#381F00;
	text-decoration:none;
}
a:hover {	
	text-decoration:underline;
	color:#FF6600;
}
a img {
	border:none;
	outline:none;
}
.flowRight {
	float:right;
}
.flowLeft {
	float:left;
}

.indent {
	text-indent:-1em;
	padding-left:1em;
}

.pageTop {
	text-align:right;
	clear:both;
	padding-bottom:20px;
	width:930px;
	margin-left:auto;
	margin-right:auto;	
}

.pageTop a:link ,
.pageTop a:visited {
	background-image: url(../img/common/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	text-decoration:underline;
	padding-left:10px;
}

.pageTop a:hover {
	text-decoration:none;
	color:#381F00;
}



/*default page setting*/

header {
	background-image: url(../img/common/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:141px;
	overflow:hidden;
}

#headerWrapper {
	width:938px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	position:relative;
}

#headerWrapper h2 {
	position:absolute;
	top:15px;
	right:0px;
}


header nav {
	padding-top:5px;
	padding-bottom:20px;
	width:927px;
	margin-left:auto;
	margin-right:auto;
}

header nav ul li {
	float:left;
	padding-right:3px;
}

header nav ul li:last-child {
	padding-right:0px;
}

header nav ul li img {
	vertical-align:bottom;
}

#contents {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	float:left;
	width:742px;
	float:left;
	line-height:1.5em;
}

#main a:link ,
#main a:visited {
	text-decoration:underline;
	color:#F60;
}

#main a:hover {
	text-decoration:none;
}

#side {
	width:174px;
	float:right;
}

#side ul li {
	text-align:center;
	padding-bottom:10px;
	
}

#side ul li img {
	vertical-align:bottom;
}

#side li#sideInfo {
	position:relative;
	width:174px;
	height:181px;
}

#side li#sideInfo span {
	position:absolute;
	left:16px;
	bottom:35px;
	
}

#side li#sideInfo span a:link ,
#side li#sideInfo span a:visited {
	color:#FF6600;
	text-decoration:underline;
}

#side li#sideInfo span a:hover {
	text-decoration:none;
}
					

h1 img {
	vertical-align:bottom;
}

footer {
	background-color:#381F00;
	background-image: url(../img/common/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 85px;

	clear:both;
}

footer a:link ,
footer a:visited {
	color:#FFF;
	text-decoration:underline;
}

footer a:hover {
	text-decoration:none;
}

#footerWrapper {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}

#footerWrapper ul {
	padding-bottom:75px;
	text-align:center;
}

#footerWrapper li {
	display:inline;
	padding-right:15px;
}

#footerWrapper li a {
	background-image: url(../img/common/footer_arw.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
}



#copyright {
	font-size:92%;
	text-align:center;
	padding-bottom:25px;
}

.pdB5 {
	padding-bottom:5px;
}

.nomg {
	margin:0;
}

.mgl15{
	margin-left:15px;
}

.mgb10 {
	margin-bottom:10px;
}

.mgB15 {
	margin-bottom:15px;
}

.mgB30 {
	margin-bottom:30px;
}

.mgB50 {
	margin-bottom:50px;
}

.mgB80 {
	margin-bottom:80px;
}

.mgT15 {
	margin-top:15px;
}

.mgT30 {
	margin-top:30px;
}

*:after {
  display:block;
  clear:both;
}

/*clearfix*/
nav ul ,
#contents {
	zoom:1;
} /* clearfix IE6, 7 */
nav ul:after ,
#contents:after {
	content:"";
} /* clearfix */
