/* All Layout
-------------------------------------------------*/
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote
{
	margin: 0;
	padding: 0;
}

fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

body {	
	background: url(../img/bg3.jpg) repeat-x;
	background-color: #FFFFFF;
	color: #393939;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ明朝 Pro W3",sans-serif;
	font-size: 80%;
	text-align: center;
}

h1,h2,h3 {
	display: none;
}

#logo {
	border: none;
}

.fontSize_s {
	font-size: 80%;
}

.fontSize_s2 {
	font-size: 11px;
}

.fontSize_s3 {
	font-size: 11px;
	line-height: 170%;
}

.fontSize_l {
	font-size: 130%;
	color: red ;
	font-weight: bold;
}

.fontSize_l2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom:10px;
}

.fontSize_l3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom:10px;
}

hr {
	border: 1px #999999 dotted;
	margin: 10px 0 20px 0;
}

.page_top {
	text-align: right;
	background: url(../img/ue_yaji.gif) no-repeat 440px .2em;
}

/* Wrapper
-------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

/* Header
-------------------------------------------------*/
#header {	
	width: 770px;
	
}

/* Contents
-------------------------------------------------*/
#contents {	
	width: 770px;
	margin-top: 30px;	
}
	
/* Navi
-------------------------------------------------*/
#navi {
	float: left;
}

ul#navi li {
    list-style: none;       
}

ul#navi a {
    display: block;
	width: 153px;
	height: 39px;     
    text-indent: -9999px;
    background-image: url(../img/navi3.gif);
    overflow: hidden;
}

a.navi01 {
    background-position: 0px 0px;
}

a:hover.navi01 {
    background-position: 153px 0px;
}

a.navi02 {
    background-position: 0px -39px;
}

a:hover.navi02 {
    background-position: 153px -39px;
}

a.navi03 {
    background-position: 0px -78px;
}

a:hover.navi03 {
    background-position: 153px -78px;
}

a.navi04 {
    background-position: 0px -117px;
}

a:hover.navi04 {
    background-position: 153px -117px;
}

a.navi05 {
    background-position: 0px -156px;
}

a:hover.navi05 {
    background-position: 153px -156px;
}

a.navi06 {
    background-position: 0px -195px;
}

a:hover.navi06 {
    background-position: 153px -195px;
}

a.navi07 {
    background-position: 0px -234px;
}

a:hover.navi07 {
    background-position: 153px -234px;
}

a.navi08 {
    background-position: 0px -273px;
}

a:hover.navi08 {
    background-position: 153px -273px;
}

/* Link Color 
------------------------------------------------ */
a {
	text-decoration: underline;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #333333;
}

a:link img {
	border: #CCCCCC 1px solid;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);	
}

/* Main
-------------------------------------------------*/
#top_main {	
	float: right;
	width: 770px;
	margin-bottom: 25px;
}

#main {	
	float: right;
	width: 550px;
	margin-bottom: 20px;
}

/* Footer
-------------------------------------------------*/
#footer {
	width: 100%;	
	height: 30px;
	color: #FFFFFF;
	padding-top: 12px;
	clear: both;
	background: #666666 url(../img/footer_bg.jpg) repeat-x;	
}

#footer_inner {
	text-align: left;
	margin: 0 auto;
	width: 770px;
}

#footer_inner a {
	color: #FFFFFF;
}

#footer_inner .copy{
	float: left;
}

#footer_inner .policy {
	float: right;
	padding-left: 13px;
	background: url(../img/w_yaji.gif) no-repeat 5px .5em;
}


