@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, "ＭＳ Ｐゴシック", sans-serif;
	color:#301a01;
	background:#F6F7FF;
	font-size:84%;
	text-align:center;
}

/* ページ全体のセンタリング*/
#wrapper {
	width:820px;
	margin:0 auto;
	text-align:left;
	padding:0;
	background:#fff;
}

h2,h3,h4 {
	margin-bottom:5px;
	font-weight:bold;
	font-size:120%;
	color:#000000;
}

p,li,dl {
	line-height:130%;
}

ol li {
	margin-left:1.5em;
	list-style-type:decimal;
}


p {
	margin:0 0 .8em 0;
}

.size80 {
	font-size : 80%
}

li {
	list-style-type:none;
}

li.disc {
	margin-left:1.5em;
	list-style-type:disc;
}

dd.leftmargin {
	margin-left:1em;
}

img {
	border:0;
}

.red {
	color:red;
}

.b {
	font-weight:bold;
}

.big {
	font-size:120%;
}

.blue {
	color:#0066ff;
}

.blue2 {
	color:#0000ff;
}

.marginbottom {
	margin-bottom:1em;
}

.underline {
	text-decoration:underline;
}

a {
	text-decoration:underline;
}
a:link {
	color:#0000ff;
}
a:visited {
	color:#0000ff;
}
a:hover {
	color:red;
}
a:active {
	color:red;
}



/*explain文章を最上へyoyakuを右へ
---------------------------- */
#top {
	position:relative;
	padding:36px 0 0 46px;
	width:807px;
	height:120px;
	background : transparent url(../img/logo_bg.gif) no-repeat;
	z-index:0;
}

#yoyaku {
	position:absolute;
	top:30px;
	left:510px;
}

#yoyaku_mail {
	position:absolute;
	top:121px;
	left:510px;
	margin : 0;
}

#explain {
	position:absolute;
	top:0;
	left:0;
	padding:4px 20px;
	font-size:84%;
	line-height:120%;
	z-index:1;
}

/*
リンクリスト
----------------------------------------------------------- */
.link {
	margin-bottom:1.5em;
	font-size:120%;
}



/*sub内h2の上にマージン
----------------------------------------------------------- */
#sub h2 {
	margin-top:1em;
}

/*2カラム
----------------------------------------------------------- */
#contents {
	width:853px;
	background:#fff;
}

#sub {
	position:relative;
	padding:256px 20px 10px 10px;
	float:right;
	width:236px;
}

#main {
	float:left;
	padding-left:20px;
	width:550px;
}

#contents:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

/*
flash上へ
----------------------------------------------------------- */
#flash {
	position:absolute;
	top:10px;
	left:10px;
}


/*subバナーの行間
----------------------------------------------------------- */
li.banner {
	margin-bottom:1em;
}


/*連絡先
----------------------------------------------------------- */
#add dt {
	font-weight:bold;
	margin-top:4px;
}


/*
このページの先頭へを右に
----------------------------------------------------------- */
div#pagestart {
	clear:both;
	text-align:right;
	padding:0 20px 20px 0;
}

/*
フッター部分のリンクを横並びに
----------------------------------------------------------- */
#footer {
	background:#0033cc;
	color:#fff;
	width:853px;
	height:26px;
	padding-top:6px;
	text-align:center;
	font-size:84%;
}


.footer_c {
	color:#fff;
}
a.footer_c:link {
	color:#fff;
}
a.footer_c:visited {
	color:#fff;
}
a.footer_c:hover {
	color:red;
}
a.footer_c:active {
	color:red;
}


/*サブページtitle
---------------------------- */
#title {
	position:absolute;
	top:109px;
	left:20px;
}

/*パン屑リスト、サブリンク2カラム
----------------------------------------------------------- */
#pankuzu {
	width:476px;
	padding:0 0 10px 0;
}

#pankuzu ul {
	margin:0;
	padding:0;
}

#pankuzu li {
	display:inline;
	padding-right:1em;
	background : transparent url(../img/pankuzu.gif) no-repeat right center;	font-size:84%;
}

div#pankuzu li#pankuzu_last {
	background : url(../img/_.gif);
}

/*
menu-------------*/
#menu li {
	margin-bottom : 1em ;
}

#menu li.nomargin {
	margin : 0 ;
}