@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

body {
	margin: 0 auto;
	font-size: 62.5%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.6;
	background-color:#FFF;
}

a:link {
	color: #3366ff;
}
a:visited {
	color: #800080;
}
a:hover, a:active {
	color: #ff9933;
}

#wrapper {
	background-image: url(images/bg02.gif);
	width: 777px;
}

#header {
	background-image: url(images/bg01.gif);
	background-repeat: no-repeat;
	padding-top: 31px;
	color: #999999;
}

#header h1 {
	float: left;
	font-size: small;
	width: 291px;
	padding-left: 10px;
}


#header h1 img {
	vertical-align: bottom;
}

#header ul {
	float: right;
	padding-top: 10px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	list-style-type: none;
	line-height: 1;
}

#header ul li {
	display: inline;
	font-size: x-small;
	padding-left: 1em;
}

#pagebody {
	clear: both;
	position: relative;
	padding-top: 12px;
}

#content {
	margin-left: 258px;
	padding-top: 241px;
	padding-right: 0px;
	padding-bottom: 1.2em;
	padding-left: 0px;
	width: 484px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(images/img.jpg);
	background-repeat: no-repeat;
	color: #333333;
}

#content h2 {
	font-size: small;
	color: #ff9933;
	font-weight: bold;
}
#content ul {
	padding-left: 25px;
}


#content ul li {
	font-size: small;
}



#navi {
	position: absolute;
	width: 236px;
	left: 10px;
	top: 12px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #3366ff;
}
#navi ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	list-style-type: none;
}

#navi ul li {
	height: 43px;
	width: 236px;
	text-indent: -9999px;
}
#navi address {
	font-style: normal;
	font-size: xx-small;
	line-height: 1.5;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-transform: uppercase;
}




#navi ul li a {
	height: 43px;
	width: 236px;
	display: block;
	text-decoration: none;
}


#navi ul #top {
	background-image: url(images/gnavi_btn01.jpg);
	background-repeat: repeat-x;
}
#navi ul #about {
	background-image: url(images/gnavi_btn02.jpg);
	background-repeat: repeat-x;
}
#navi ul #clients {
	background-image: url(images/gnavi_btn03.jpg);
	background-repeat: repeat-x;
}
#navi ul #services {
	background-image: url(images/gnavi_btn04.jpg);
	background-repeat: repeat-x;
}
#navi ul #faq {
	background-image: url(images/gnavi_btn05.jpg);
	background-repeat: repeat-x;
}


#navi ul #top a:hover {
	background-image: url(images/gnavi_btn01_over_on.jpg);
	background-repeat: repeat-x;
}
#navi ul #about a:hover {
	background-image: url(images/gnavi_btn02_over_on.jpg);
	background-repeat: repeat-x;
}
#navi ul #clients a:hover {
	background-image: url(images/gnavi_btn03_over_on.jpg);
	background-repeat: repeat-x;
}
#navi ul #services a:hover {
	background-image: url(images/gnavi_btn04_over_on.jpg);
	background-repeat: repeat-x;
}
#navi ul #faq a:hover {
	background-image: url(images/gnavi_btn05_over_on.jpg);
	background-repeat: repeat-x;
}

#footer ul {
	list-style-type: none;
	padding-right: 40px;
	float: right;
	width: 300px;
}

#footer ul li {
	padding: 0px;
	height: 21px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 9px;
	text-indent: -9999px;
}
#footer ul li a {
	text-decoration: none;
	display: block;
	height: 21px;
}
#footer ul #privacy {
	background-image: url(images/ftr_btn01.gif);
	background-repeat: no-repeat;
	float: right;
	width: 61px;
}
#footer ul #sitemap {
	background-image: url(images/ftr_btn02.gif);
	background-repeat: no-repeat;
	float: right;
	width: 67px;
}
#footer ul #info {
	background-image: url(images/ftr_btn03.gif);
	background-repeat: no-repeat;
	width: 46px;
	float: right;
}
#footer p {
	clear: both;
	font-size: x-small;
	color: #ffffff;
	width: 742px;
	margin: 0px;
	padding-top: 1em;
	padding-right: 35px;
	padding-bottom: 1em;
	padding-left: 0px;
	background-image: url(images/bg03.gif);
	background-repeat: repeat-y;
	text-align: right;
	text-transform: uppercase;
}
