/* Base Weblog (base-weblog.css) */
/* basic elements */

form { margin: 0; padding: 0; }
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#666;
	text-decoration: underline;
}
a img { border: 0; }

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: "ＭＳ ゴシック", "Osaka−等幅",verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
	text-align: center;
	background-color:#D9E7E7;
}


#container {
    position: relative;
    width: 800px;
    margin: 0px auto; 
    text-align: left;
	background-color:#B7CAC8;
}
#container-inner {
	position: static;
    width: 790px;
    margin: 0px auto;
	background-color:#C0D4D5;
}

/*-------------- ヘッダー --------------*/
#banner { position: relative; }
#banner-inner {
	position: static;
    width: 790px;
    height: 450px;
}
#banner-inner h1 {
	height:100px;
	width:790px;
	margin:0px;
	font-size:12px;
	text-indent:-10000px;
	background:url("../images/nankin/logo.jpg") top left no-repeat;
}
#banner-menu{
    width: 190px;
    height: 350px;
    float: left;
	margin:0px;
	background:url("../images/nankin/bg_headmenu.gif") top right no-repeat;
	background-color:#C0D4D5;
}
#banner-menuarea{
    width: 170px;
    height: 150px;
	margin:185px 0 0 16px;
	background:url("../images/nankin/bg_headmenuarea.jpg") top right no-repeat;
}
#banner-menuarea img{
	margin-left:16px;
}
#banner-menuarea .sikin{
	margin-top:15px;
	margin-bottom:0px;
}
#banner-menuarea .bbs,
#banner-menuarea .blog,
#banner-menuarea .link{
	margin-top:8px;
	margin-bottom:0px;
}
#banner-photo {
	float:left;
	width:600px;
}
#banner-photo h2 {
	width:600px;
	height:350px;
	margin:0px;
	font-size:12px;
	text-indent:-10000px;
	background:url("../images/nankin/bg_headphoto.jpg") top left no-repeat;
}

/*-------------- ヘッダー(コンテンツ) --------------*/
#banner2 { position: relative; }
#banner2-inner {
	position: static;
    width: 790px;
    height: 100px;

}
#banner2-inner h1 {
	float:left;
	height:100px;
	width:430px;
	margin:0px;
	font-size:12px;
/*	text-indent:-10000px;*/
/*	background:url("../images/nankin/logo2.jpg") top left no-repeat;*/
}
#banner-menu2{
    width: 360px;
    height: 100px;
    float: left;
	margin:0px;
	background:url("../images/nankin/bg_headmenu2.jpg") top right no-repeat;
}
#banner-home{
    float: left;
    width: 200px;
    height: 100px;
	margin:7px 0 0 0px;
	text-align:right;
}
#banner-home a{
	color:#666;
	padding:0px 6px 0px 14px;
	background:url("../images/nankin/icon-header.gif") top left no-repeat;
}

#banner-menuarea2{
    float: left;
    width: 156px;
    height: 86px;
	margin:7px 0 0 0px;
	background:url("../images/nankin/bg_headmenuarea2.jpg") top right no-repeat;
	background-color:#CCC;
}
#banner-menuarea2 img{
	margin-left:8px;
}
#banner-menuarea2 .sikin{
	margin-top:7px;
	margin-bottom:0px;
}
#banner-menuarea2 .bbs,
#banner-menuarea2 .blog,
#banner-menuarea2 .link{
	margin-top:3px;
	margin-bottom:0px;
}

/*-------------- ページボディ --------------*/
#pagebody {
	position: relative; width: 100%;
    min-height: 1px;
}
#pagebody-inner {
	position: static;
    width: 790px;
}

/*-------------- アルファ --------------*/
#alpha {
    position: relative;
}
#alpha-inner{
    position: static;
	margin-top:10px;
	margin-bottom:50px;
	padding-bottom:15px;
    width: 400px;
    float: left;
	background-color:#C0D4D5;
}
#alpha-inner h2{
	width:376px;
	height:31px;
	margin:0 0 0 7px;
	font-size:10px;
	text-indent:-10000px;
}
.osirase{
	background:url("../images/nankin/bg_title_osirase.jpg") top left no-repeat;
}
.seisakushusi{
	background:url("../images/nankin/bg_title_seisakushusi.jpg") top left no-repeat;
}
.yosete{
	background:url("../images/nankin/bg_title_yosete.jpg") top left no-repeat;
}
.text_area{
	margin:0 0 0 7px;
}
.text-header{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:8px 0 8px 10px;
/*    font-family: "ＭＳ 明朝", "Osaka−等幅",verdana, 'trebuchet ms', sans-serif;*/
}
.text{
	width:350px;
	font-size:14px;

	color:#222;
	margin:5px 0 10px 17px;
	line-height:140%;
}
.text a{
	color:#f50;
}
.text p{
	font-size:12px;
	margin:0;
	width:100%;
}
.text span{
	float:left;
	width:87px;
}
.text .hoka{
	clear:both;
}
.text2{
	text-align:right;
	width:350px;
	font-size:12px;
	color:#222;
	margin:5px 0 10px 17px;
	line-height:120%;
}

/*-------------- ベータ --------------*/
#beta {
    position: relative;
}

#beta-inner{
    position: static;
	margin-top:10px;
	margin-bottom:50px;
    width: 390px;
    float: left;
	background-color:#C0D4D5;
}

.pr{
	width:370px;
	height:130px;
	background-color:#D9E7E7;
	border:1px solid #B7CAC8;
	margin-left:10px;
	margin-bottom:20px;
}
.pr-inner{
	width:358px;
	height:118px;
	background-color:#D9E7E7;
	border:1px solid #B7CAC8;
	margin:5px;
}
.pr-inner img{
	margin:4px 0 0 3px;
}
.pr-text{
	color:#222;
	margin:3px 0 0 6px;
	line-height:100%;
}
.pr-inner .button{
	margin:0 14px 5px 0px;
	float:right;
}

/*-------------- ガンマ（コンテンツ） --------------*/
#gamma {
    position: relative;
}

#gamma-inner{
    position: static;
	margin-top:30px;
	margin-left:15px;
	margin-bottom:50px;
    width: 760px;
	background-color:#C0D4D5;
}

.contents-title{
	font-size:16px;
	color:#f66;
	margin:0px;
	padding-left:30px;
	background:url("../images/nankin/contents-title.gif") top left no-repeat;
}
.contents{
	margin-top:20px;
	width:760px;
	background-color:#D0DFDF;
	border:1px solid #B7CAC8;
}
.contents-inner{
	width:748px;
	background-color:#D0DFDF;
	border:1px solid #B7CAC8;
	margin:5px;
}
.contents-text{
	font-size:14px;
	margin:10px;
	line-height:180%;
	color:#222;
}
.contents-text-header{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:8px 0 8px 10px;
}
.contents-text ol{
	margin-top:5px;
}
/*-------------- フッター --------------*/
#footer { position: relative;clear:both; }
#footer-inner {
	width: 790px;
	color:#666;
	background-color:#C0D4D5;
}
#footer-inner a{
	color:#666;
}
#footer-inner a:hover{
	color:#666;
	text-decoration: underline;
}
#foot-menu {
	text-align:right;
}
#foot-menu a{
	padding:0px 6px 0px 14px;
	background:url("../images/nankin/icon-footer.gif") top left no-repeat;
}
#copyright {
	margin-top:3px;
	padding:5px 0px;
	border-top:1px solid #999;
	text-align:center;
}
