/* Basic CSS Document for browser style reset */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background-color: transparent;
	list-style-type: none;
 }
 
body {
	background-color: #F0F0F0;
	color: #666666;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-image: url(images/common/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#container {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 80%;
}

div#header {
	background-image: url(images/common/bg-header3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}

div#header a {
    color: #333333;
}

div#header a:hover {
	color: #CC3333;
}

div#header #logo a img {
	border: none;
	margin-left: 10px;
	margin-top: -4px;
}

div#header ul#subnav {
	text-align: right;
	text-decoration: none;
	margin-right: 20px;
	margin-top: 2px;
}

div#header ul#subnav li {
	display: inline;
	padding: 0px 5px 0px 12px;
	font-size: 70%;
	background-image: url(images/common/obj_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#header ul#nav {
	height: 18px;
	margin: 6px 0 8px 15px;
	position: relative;
	top: 40px;
}
div#header ul#nav li {
	display: inline;
	list-style-type: none;
	background-image: url(images/common/obj_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 8px;
	padding-bottom: 1px;
}
div#header ul#nav a {
    color: #333333;
	font-size: 10pt;
	font-weight: normal;
}
div#header ul#nav a:hover {
	color: #CC3333;
}

div#header #pankuzu {
	text-align: right;
	padding-right: 20px;
	font-size: small;
	margin-top: 44px;
}

div#header #pankuzu a {
	color: #9E2236;
}

div#content h1 {
	font-size: 140%;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #8DAE42;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-image: url(images/common/h2_image1.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}
div#content h2 {
	background-image: url(images/common/bg_h202.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 16px;
	font-size: 110%;
	padding-left: 10px;
	color: #333333;
	height: 26px;
	background-position: left top;
	padding-top: 6px;
	clear: both;
}

div#footer {
	background-color: #B0CA71;
	clear: both;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	font-size: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0CA71;
	border-left-color: #B0CA71;
	color: #FFFFFF;
}

div#sidenav {
	float: right;
	width: 180px;
}
div#sidenav ul {
	list-style-type: none;
	border-top: solid 1px #000000;
	width: 180px;
	margin: 0;
}
div#sidenav ul li {
	line-height: 140%;
	border-bottom: 1px solid #000000;
}
div#sidenav a {
	display: block;
	padding: 8px 5px 12px 30px;
	background-color: #863E33;
	font-size: 10pt;
	color: #333333;
	background-image: url(images/common/sidemenu-off.jpg);
}
div#sidenav a:hover {
	background-image: url(images/common/sidemenu-on.jpg);
}
div.clearer {
    clear: left;
	line-height: 0;
	height: 0;
}
p.totop {
	text-align: right;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
}
p.totop a:hover {
    color: #FF9900;
}

.columnh1 {
	font-size: 100%;
	margin-left: 10px;
	margin-right: 20px;
}
div#content h2.inform {
	background-image: url(images/common/bg_h203.gif);
	background-repeat: no-repeat;
}
#container #content #tpbox .fleft {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}
