/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:10px;
        background-color: #666666;
		}




/* 各種タグレイアウト */


p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
　　　　font-size:10px;
　　　　line-height:160%;
}

span.marker{
background-color: #FFFF00;
font-weight:bold;
color:#000000;
}

h1  {
	font-size: 10px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#000000;
        font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	display: block;
        text-align:right;
}



h3 {
    clear:both;
	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-image: url(img/h3_bg.gif);
	font-family:MS UI Gothic;
        font-size:13px;
	color: #000000;
	text-align: left;
        text-valign:middle;
}


h2 {
    clear:both;
	font-family:MS UI Gothic;
        font-size:10px;
	color: #999999;
	font-weight:normal;
	text-align: right;
}



li {
	background-color: none;
	list-style:none;
	text-indent:24px;
	line-height:120%;
	}


li:hover {
	background-image: url(img/li_bg.gif);
	}




/* リンクのレイアウト */

a,
a:visited{
	color: #000000;
	text-decoration: none;
}


a:hover{
	color: #000000;
	text-decoration: none;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 810px;
	background-image: url(img/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}


span.return{
    margin-left: 680px;
	margin-right: 20px;
    font-size:13px;
    text-align: right;
    font-weight:nomal;
    color:#000000;
		    }



/* ヘッダーの設定 */

#header {
	height:600px;
	width: 798px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: center;
}




#header h1 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}

#header .mail{
padding-top:40px;
text-align:right;
padding-right:64px;
font-weight:bold;
font-size:16px;
}


#header #menu{
float:left;
width:330px;
text-align:left;
padding-top:185px;
}



#header h2{
    font-size:10px;
	text-align: center;
	padding-left:30px;
	padding-top:8px;
	/*text-indent:-9999px;*/
}

#header ul {
	background-color: none;	
	font-size:13px;
	}




/* コンテンツレイアウト */

#contents {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(img/contents_bg.gif);
	}

#contents-main {
	width: 730px;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}

/*イメージの設定*/
img{
    border:0;
}
img.left{
    float:left;
    margin:10px 10px 10px 0;
}
img.right{
    float:right;
    margin:10px 0 0 10px;
}
img.center{
    display:block;
    margin:20px auto;
    text-align:center;
}

/*トップリンクの設定*/
#toplink{
    font-size:10px;
    padding:20px 20px;
    line-height:100%;
}

#toplink p{
    line-height:100%;
}

#toplink a:link, a:visited{
    color: #000000;
    text-decoration: none;
}


/* フッターの設定 */

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000000;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
	height: 50px;
	padding-top: 20px;
}



