/* 全ブラウザ共通スタイル */

/* ↓●● common ●●↓ */
body{
	color: #333333;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

h1{
	margin: 0px;
	padding: 0;
	}

h2, h3{
	margin: 0;
	padding: 0;
	}

p{
	padding: 5px 15px 5px 5px;
	margin: 0;
	}


img{
	border-width: 0;
	}

a{color: #333399;}
a:link{text-decoration: underline; color: #333399;}
a:visited{ text-decoration: underline; color: #333399;}
a:active, a:hover{text-decoration: none; color:#333399;}


.breadcrumbs a:link{text-decoration: underline; color:#999999;}
.breadcrumbs a:visited{ text-decoration: underline; color:#999999;}
.breadcrumbs a:active,.sub a:hover{text-decoration: none; color:#999999;}
.breadcrumbs { display: none;}

.float-l{
	float: left;
	}

.float-r{
	float: right;
	}

.main-content{
	float: left;
	}

.clear{
	clear: both;
	}

/* 大枠 */
div#out{
	background: url(../img/spacer.gif);
	background-repeat: repeat-y;
	width: 815px;
	margin: 0px 0px 0px 0px;
	}

/* ヘッド部分共通メニュー */
div#common-menu { display: none;}

/* ↓●● その他 ●●↓ */
/* 見出し */
.list1 {
	font-weight:bold;
	border-style: solid;
	border-width: 0px 0px 0px 5px;
	border-color: #99CC33;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

/* H1 */
.h1-top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* トップログインボタン */
.login{
	margin: 225px 0px 0px 605px;
	padding: 0px 0px 0px 0px;
	}

/* トップメニュー */
.topmenu{
	margin: 45px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}

/* トップインフォメーション */.info{
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}

/* サブページヘッド背景 */
div#head{
	width: 794px;

	background: url(../img/spacer.gif);
	background-repeat: no-repeat;
	}

/* トップページ背景 */
div#top{
	width: 794px;
	height:550px;
	background: url(../../images/bg_top.jpg);
	background-repeat: no-repeat;
	}


li.maru{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}

ul.mark{
	list-style-image: url(../../images/icon.gif); 
	margin: 0px 0px 0px 15px;
	padding: 2px;
	}

/* サブページコンテンツ部分 */
#contents{
	width: 794px;
	}

div#footer{
	display: none;
	}

/* フッター部分 */
#footer-top{
	background-color:#669900;
	width: 794px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	}

/* トップページフッター部分 */
#footer-top{
	background-color:#669900;
	width: 794px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	}

/* ドットライン */
.dot-hr{
	background: url(../img/spacer.gif);
	}
	
/* ローカルナビの下のスペース */
.menu-bottom{
	padding-bottom: 50px;
	}

/* フッターメニューの背景 */
.footer-menu{
	background: url(../img/bg_footer2.gif);
	background-repeat: repeat-y;
	}

/* スペース */
.space{
	margin: 10px;
	padding: 0;
	}

/* 背景色 */
.bg-red{ background-color: #B8383F;}
.bg-yellow{ background-color: #F6A11F;}
.bg-green{ background-color: #BEDB84;}
.bg-green2{ background-color: #E1EBCE;}
.bg-orange{ background-color: #FFFF99;}
.bg-red{ background-color: #B8383F;}
.bg-yellow{ background-color: #F6A11F;}
.bg-white{ background-color:#ffffff;}
.bg-form { background-color:#F0F4FF;}

/* サブページメイン部分 */
div#sub{
	margin: 0px 0px 30px 0px;
	}

/* 画像とテキストのmiddle指定 */
.textdeco{
	vertical-align: middle;
	}

.text-r{
	text-align: right;
	}

.text-c{
	text-align: center;
	}

/* 文字の色 */
.blue {color:#336699;}
.green {color:#3F4223;}
.gray {color:#666666;}
.white {color:#ffffff;}
.brown { color:#956953; }
.red { color:#B8383F; }
.orange { color:#FF6600; }

div#gotop{
	text-align: right;
	}
/* 印刷時非表示 */
div#none1 {display: none;}
div#none2 {display: none;}
