﻿@charset "utf-8";
/* CSS Document */

/* 共通設定 */
body{
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	color: #666;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-shadow-color:#EEEEEE

}

/*リンク*/
a:link {
	color:#0068B7;
	text-decoration:none;
}
a:visited {
	color:#0068B7;
	text-decoration:none;
}
a:hover {
	color:#34B3D1;
	text-decoration:underline;
}
/*リンク(コンタクト用）*/
.glink a:link {
	color:#666;
	text-decoration:none;
}
.glink a:visited {
	color:#666;
	text-decoration:none;
}
.glink a:hover {
	color:#999;
	text-decoration:underline;
}


/*回り込み設定*/
.fleft{
	float:left;
	}
	
.fright{
	float:right;
	}
.clear{
	clear:both;
	}

/*マージン設定*/
.mrgT {
	margin-top: 1em;
}
.mrgTs {
	margin-top: 65px;
}
.mrgL {
	margin-left: 1em;
}
.mrgB {
	margin-bottom: 1em;
}
.mrgR {
	margin-right: 1em;
}
.mrgBB {
	margin-bottom: 200px;
}


/*テキスト設定*/
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 3em 0 0 0;
	padding: 0;
	font-size: 67%;
	font-weight: 400;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 145%;
	font-size: 67%;
}
.txt11 {
	font-size: xx-small;
}
/*カラー設定*/
.blue {	
	color: #7DCEE6;
}
.gray {	
	color: #888888;
}
/*画像設定*/
.imiddle {
	vertical-align: middle;
}

/*テーブル設定*/
table{
	padding:0.5em;
	text-align: center;
}
td.tb01 {
	border: solid 1px #cccccc;
	font-size: 61%;

}
td.tb02 {
	font-size: 61%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}
td.tb03 {
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	font-size: 61%;
}
td.tb04 {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	font-size: 61%;
}
td.tb05 {
	text-align: left;
	font-size: 61%;
}
td.tb06 {
	font-size: 67%;
	text-align: left;
}

/*大枠設定*/
div#container {
	margin: auto;
	padding: 0;
	width: 600px;
	text-align: left;
}
/*コンテンツ設定*/
div#contents {
	margin: 0 0 0 25px;
	padding: 0;
	width: 550px;
}
/*TOP設定*/
div.box01 {
	margin-top: 30px;
	width: 200px;
	float: left;
	font-size: xx-small;
}
div.box02 {
	margin-top: 20px;
	width: 108px;
	float: left;
}
div.box03 {
	margin-top: 65px;
	width: 102px;
	float: left;
}
div.box04 {
	margin-top: 30px;
	width: 190px;
	float: left;
}


/*INFO設定*/
body#bodyinfo {
	margin: 0;
	padding: 0;
	text-align:left;
	width:180px;
}
p.info {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 145%;
	font-size: xx-small;
}


/*フッター設定*/
div#footer {
	margin: 5em 0 0 0;
	padding: 0;
	font-size:50%;
	color:#CCCCCC;
	text-align:right;
}
#container .box02 #new {
	font-size: 8px;
	color: #FF0000;
}
.line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

