BODY	{
	background:#FFFFFF repeat-x url(../common/background.jpg);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	margin: 0px;
	text-align: center;
	color:#666666;
}

.brclear	{
	clear:both;
}

img	{
	border:none;
}

.flleft {
	float:left;
}

.flright {
	float:right;
}

.vAlignT {
	vertical-align:top;
}

.vAlignM {
	vertical-align: middle;
}

.psleft {
	text-align:left;
}

.pscenter {
	text-align:center;
}

.psright {
	text-align:right;
}

a:link,a:visited	{
	color: #333333;
	text-decoration:none;
}

a:hover,a:active	{
	color: #35b7aa;
	text-decoration:none;
}

.linkonpage {
	color: #35b7aa;
}

.indent {
position:relative;
margin-left:1.2em;
}

/* マージン指定 */
.ml5 {margin-left:5px;}
.mt5 {margin-top:5px;}
.mr5 {margin-right:5px;}
.mb5 {margin-bottom:5px;}

.ml10 {margin-left:10px;}
.mt10 {margin-top:10px;}
.mr10 {margin-right:10px;}
.mb10 {margin-bottom:10px;}

.ml20 {margin-left:20px;}
.mr20 {margin-right:20px;}

/* padding指定 */
.p5 {padding:5px;}

/* フォントサイズ指定 */
.xsmall { font-size: x-small;}
.small { font-size: small;}
.normal { font-size: medium;}
.large { font-size: large;}
.xlarge { font-size: x-large;}

.bold {font-weight:bold;}

/* フォントカラー指定 */
.fontRed {color:#FF0000;}
.fontBlue {color:#0000FF;}
.fontGreen {color:#009900;}
.pink {color: #FF6699;}
.dblue {color: #1970aa;}

/* Hタグ指定 */
h1.logo {
	display:inline;
}

h1.ttl {
	display:inline;
	font-size:16px;
	font-weight: bold;
}

h2.base {
	border-left:#35b7aa solid 5px;
	border-bottom:#35b7aa dotted 1px;
	margin: 0 10px 0 10px;
	padding:5px 0 5px 10px;
	font-size:14px;
}

h2.ttl {
	display:inline;
	font-size:16px;
	font-weight: bold;
}

h2.cat {
	border-left:#35b7aa solid 5px;
	font-size:15px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom:5px;
}

h3 {
	border-bottom: #CCCCCC solid 1px;
	margin: 10px 10px 0 20px;
	padding:5px 0 5px 5px;
	font-size:13px;
}

h4 {
	margin: 0 0 0 20px;
	padding:5px 0 5px 5px;
	font-size:12px;
}

#pageall {
	border-top:solid 10px #35b7aa;
}

/* ヘッダ関連の指定 */
#header {
	width:840px;
	padding-top:5px;
	margin:auto;
	text-align:left;
}

#addressbox {
	float: right;
	padding: 5px;
	margin:5px 0 5px 0;
	text-align:right;
	line-height:1.4;
	font-size: small;
}

#logo {
	margin-top:5px;
}

#gnavi {
	width: 840px;
	padding: 0px;
	clear:both;
	margin: 0 0 10px 0;
}

/* メインビジュアルの指定 */

#mainvisual {
	width: 840px;
	height:270px;
	margin: 0 auto 10px auto;
	background: #FFF;
}

/* ぱんくずの指定 */

#pankuzu {
	width: 840px;
	margin: 0 auto 5px auto;
	text-align:left;
	font-size:11px;
}


/* メインコンテンツ部分の指定 */

#contentmain {
	width: 840px;
	margin: 0 auto 10px auto;
}

#mainarea {
	width: 640px;
	float: right;
	border-top: 5px solid #35b7aa;
	padding-top: 10px;
	background:#FFFFFF;
	text-align:left;
	min-height:500px;
}

#mainarea2 {
	width: 640px;
	float: right;
	background:#FFFFFF;
	min-height:500px;
	text-align:left;
}

#mainareafull {
	width: 840px;
	background:#FFFFFF;
	min-height:500px;
	text-align:left;
}

.gtxtbox {
	padding-left:10px;
	padding-right: 10px;
	text-align:left;
	line-height:1.5;
	margin-bottom: 10px;
}

.whitebox {
	width: 626px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 10px;
	text-align:left;
}

.graybox {
	width: 580px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 10px;
	text-align:left;
}

.mainbanner {
	margin:4px;
}

.h2title {
	background:url(../common/h2bg.gif) no-repeat;
	width: 615px;
	height: 25px;
	text-align:left;
	padding: 9px 0 0 25px;
	margin-bottom: 10px;
}

.h1fulltitle {
	background:url(../common/h1fullbg.gif) no-repeat;
	width: 815px;
	height: 25px;
	text-align:left;
	padding: 9px 0 0 25px;
	margin-bottom: 10px;
}

.catindex {
	width:300px;
	padding:10px;
	text-align:left;
	float:left;
}

.newstxt {
	width: 640px;
	text-align: left;
}

dl {
	padding: 0 10px;
	line-height: 1.6em;
	margin: 0;

}
dt.news {
	border-bottom: 1px dotted #CCCCCC;
}

dd.news {
	margin: -1.6em 0 0 6em;
}

.hyou {
	margin:10px 20px 10px 20px;
	width:600px;
	line-height:1.4;
}

.hyou th {
	background: #ECFFEF;
	padding:5px;
	text-align:center;
	border-bottom:#CCCCCC dotted 1px;
}

.hyou td {
	border-bottom:#CCCCCC dotted 1px;
	padding:5px;
	vertical-align:top;
}

.hyou02 {
	margin:0 0 5px 0;
	line-height:1.4;
	border:#CCCCCC dotted 1px;
}

.hyou02 th {
	background: #ECFFEF;
	padding:5px;
	text-align:center;
	border-bottom:#CCCCCC dotted 1px;
}

.hyou02 th.rline {
	border-right:#CCCCCC dotted 1px;
}

.hyou02 td.rline {
	border-right:#CCCCCC dotted 1px;
	vertical-align:top;
}

.hyoutop {
	border-top:#CCCCCC dotted 1px;
}

.hyoutoptitle {
	border-top:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
	background:#009966;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.hyoutoptitleright {
	border-top:#CCCCCC dotted 1px;
	background:#009966;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.souzoku {
	margin:10px 20px 10px 20px;
	width:600px;
	line-height:1.4;
	border-top:#CCCCCC dotted 1px;
	border-left:#CCCCCC dotted 1px;
}

.souzoku th {
	background: #ECFFEF;
	padding:5px;
	text-align:center;
	border-bottom:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
}

.souzoku td {
	border-bottom:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
	padding:5px;
	text-align:right;
	vertical-align:top;
}

.souzokutop {
	background: #B1FED3 !important;
	padding:5px;
	text-align:center;
	border-bottom:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
}

.schedule {
	margin:10px 20px 10px 20px;
	width:600px;
	line-height:1.4;
}

.schedule th {
	background: #ECFFEF;
	padding:5px;
	text-align:center;
	border-left:#CCCCCC dotted 1px;
	border-top:#CCCCCC dotted 1px;
	border-bottom:#CCCCCC dotted 1px;
}

.scheduleendth {
	background: #ECFFEF;
	padding:5px;
	text-align:center;
	border:#CCCCCC dotted 1px;
}

.schedule td {
	border-bottom:#CCCCCC dotted 1px;
	border-left:#CCCCCC dotted 1px;
	padding:5px;
	vertical-align:top;
}

.scheduleendtd {
	border-bottom:#CCCCCC dotted 1px;
	border-left:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
	padding:5px;
	vertical-align:top;
}

.background td {
	border-bottom:#CCCCCC dotted 1px;
	padding:5px;
	vertical-align:top;
}

.fullhyou {
	margin:10px 20px 10px 20px;
	border-top:#CCCCCC dotted 1px;
	border-left:#CCCCCC dotted 1px;
	border-right:#CCCCCC dotted 1px;
	width:800px;
	line-height:1.4;
}

.fullhyou th {
	background: #ECFFEF;
	padding:5px;
	text-align:left;
	border-bottom:#CCCCCC dotted 1px;
}

.fullhyou td {
	border-bottom:#CCCCCC dotted 1px;
	padding:5px;
	vertical-align:top;
}


.txtbox {
	margin:10px 20px 10px 20px;
	width:600px;
	line-height:1.4;
}

.txtboxfull {
	margin:10px 20px 10px 20px;
	width:800px;
	line-height:1.4;
}

ol li.listm {
	margin-bottom:15px;
}

.yellowbox {
	border:#CCCCCC double 3px;
	background:#FFC;
	padding:5px;
	margin:10px;
}


/* 左エリア部分の指定 */
#leftnaviarea {
	width: 190px;
	float: left;
	border-top: 5px solid #35b7aa;
	padding-top: 10px;
	text-align:left;
}

#leftnaviarea2 {
	width: 190px;
	float: left;
	text-align:left;
}

.leftbanner {
	margin-bottom: 10px;
}

#servicearea {
	border: 1px solid #35b7aa;
	text-align: left;
	font-size:small;
	width: 178px;
	padding:5px;
}

#submenu {
	margin: 0;
	background:url(../common/submenubg.gif) bottom #FFFFFF no-repeat;
	display:block;
	padding:10px 8px 10px 8px;;
	font-size:13px;
	font-weight: bold;
	border-top:#CCCCCC 1px solid;
}

.headicon {
	border-left:3px #35b7aa double;
	padding-left:8px;
	display:block;
}


/* フッタ部分の指定 */
#footnavi {
	clear:both;
	width: 830px;
	text-align:right;
	margin:auto;
	padding:5px;
	font-size:small;
	line-height:1.6;
}

#copyright {
	background: #35b7aa;
	height: 20px;
	padding-top:5px;
	font-size:x-small;
	color:#FFFFFF;
}
