/* Base CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/base/bg02.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

p ,ul ,li , h1 ,h2 ,h3 ,h4 ,hr {
	margin: 0;
	padding: 0;
}
h1 { 
	font-size: 12px;
	text-indent:-9877em;
	overflow:hidden;
}
h2 {
	font-size: 16px;
	color: #336600;
	height: 22px;
	padding-left: 30px;
	background-image: url(../img/base/mark_h2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h3 {
	font-size: 14px;
	color: #669900;
	height: 22px;
	padding-left: 20px;
	background-image: url(../img/base/mark_h3.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}



h4 {
	font-size: 10px;
	font-weight: normal;

}

a:link { color: #FF6600; }

a:visited {	color: #FF6600; }

a:active { color: #FF6600; }

a:hover { color: #FFCC00; }

#layout {
	margin: auto;
	width: 880px;
}

#header {
	height: 50px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#footer {
	background-image: url(../img/base/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 3px;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	clear: both;
	margin-top: 10px;
	height: 30px;
}

#topvisual {
	background-image: url(../img/top/visual01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 240px;
}

#main {
	background-image: url(../img/base/sidebg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu {
	width: 200px;
	float: left;
}


#menu li {
	list-style-type: none;
}


#menu #company {
	width: 180px;
	margin: auto;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
}

#contents {
	float: left;
	width: 675px;
	padding-left: 5px;
}

#information {
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#information #infobox {
	padding: 10px;
	border: 1px solid #FFCC00;
}

#information #infobox td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents #navibar {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #E6E6E6;
	width: 659px;
}

.clearend { clear: both; }

.pp_text li {
	font-size: 12px;
	margin-bottom: 10px;
}

#menu_foot {
	background-image: url(../img/base/sidefoot.gif);
	background-repeat: no-repeat;
	height: 10px;
}

