/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	border: none;
	vertical-align: bottom;
}
/*--------------------------------------------------------
1、背景画像の設定（下記から一つ選んで下さい）
--------------------------------------------------------*/

body{
background: url(/images/grade-photo-sky2.jpg) repeat-x center top fixed;
}

/*--------------------------------------------------------
1、影画像
background: url(/images/bg-shadow.gif) repeat-y center top fixed;

2、グラデーション画像
background: url(/images/grade-blue1.jpg) repeat-x center top fixed;

3、任意の画像
background: url(/images/bg-photo.jpg) no-repeat center top fixed;

4、色をベタ塗り
background: #000;
--------------------------------------------------------*/

/*--------------------------------------------------------
2、ヘッダーロゴ画像の設定
--------------------------------------------------------*/

/*div#header-logo{ background: url(/images/logo-bg-photo-sky1.jpg); }*/
div#header-logo{ background:url(/images/bg.jpg); }
div#header-logo2{ background:url(/images/bg2.jpg) no-repeat center; }
/*ロゴ画像は下記を使用*/
/*div#header-logo{ background: url(/images/logo-blue1.jpg); }*/


/*--------------------------------------------------------
3、各エリアの背景色の設定
--------------------------------------------------------*/

/*最上部帯*/
div#header{ background: #639dcb;}

/*ナビ*/
div#navi{ background: #fff; }
div#navi2{ background: #fff; }

/*メインコンテンツ*/
div#main{ background: #fff; }
div#main2{ background: #fff; }

/*左メニュー*/
div#left{ background: #fff; }

/*左メニュータイトル*/
div#left .title{ background: #639dcb; }

/*右コンテンツ*/
div#right{ background: #fff; }

/*フッター*/
div#footer{ background: #fff; }

/*copyright*/
/*div#copyright{ background: #639dcb; }*/
div#copyright{ background: #ffffff; }

/*--------------------------------------------------------
4、枠線の設定
--------------------------------------------------------*/

/*左右の枠線*/
div#header,div#header-logo,div#header-logo2,div#navi,div#navi2,div#main,div#main2{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

/*ヘッダーロゴの上下*/
div#header-logo{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
div#header-logo2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/*左メニュー*/
div#left .menu{
	border: 1px solid #639dcb;
}

/*左メニューその他ボックス*/
div#left .contents{
	border: 1px solid #639dcb;
}

div#left .probox{
	border: 1px solid #639dcb;
	width:175px;
	height:auto;
	margin:0 auto 10px auto;
	padding:3px;
}


/*--------------------------------------------------------
5、文字色の設定
--------------------------------------------------------*/

/*サイト全体*/
body{ color: #333; }

/*リンク文字*/
a{ text-decoration: underline; }/*下線を付ける*/
a:link{ color: #333; }
a:visited{ color: #333; }/*訪問済み*/
a:hover{ color: #ff3300; }/*リンクに乗った時*/

.contents a:link{ color:#0000FF;}
.contents a:visited{ color:#0000FF; }/*訪問済み*/
.contents a:hover{ color:#FF3300; background-color:#FFFF00; }/*リンクに乗った時*/


/*最上部帯*/
div#header #top-menu li{ color: #fff; }
div#header #top-menu li a:link{ color: #fff; }
div#header #top-menu li a:visited{ color: #fff; }
div#header #top-menu li a:hover{ color: #ff3300; }


/*ロゴテキスト*/
p#logo-text a{ text-decoration: none; }
p#logo-text,p#sub-text{ color: #333; }
p#logo-text a:link{ color: #FFF; }
p#logo-text a:visited{ color: #FFF; }
p#logo-text a:hover{ color: #ff3300; }

/*ロゴテキスト*/
p#logo-text2 a{ text-decoration: none; }
p#logo-text2,p#sub-text{ color: #333; }
p#logo-text2 a:link{ color: #FFF; }
p#logo-text2 a:visited{ color: #FFF; }
p#logo-text2 a:hover{ color: #ff3300; }


/*ヘッダーテキスト*/
div#header-text{ color: #333; }


/*左メニュータイトル帯*/
div#left .title p{ color: #fff; }




/*copyright*/
div#footer #copyright{ color:#666666; }


/*--------------------------------------------------------
6、見出しタグの設定
--------------------------------------------------------*/

h1{
	z-index: 1;
	margin: 3px 0 0 12px;
	padding:0;
	font-size: 8.5pt;
	color: #fff;/*文字色*/
	font-weight:bold;
}
.h1p {
	width:850px;
	height:auto;
	position:absolute;
	font-size: 8.5pt;
	color: #fff;
	margin: 3px 0 0 0;
	padding:0;
	}
.h1p p {display:inline;}
.h1p h1 {display:inline;}

h2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 7px;
	background: #eee;/*背景色*/
	border-left: 5px solid #639dcb;/*左枠線の色*/
	background: url(/images/h2back-photo-sky2.gif) repeat-x;/*背景画像*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #333;/*文字色*/
}


h3 {
	clear: both;
	margin: 20px 10px 5px 0px;
	padding: 2px 0 0 8px;
	background: url(/images/h3back-blue3.gif);
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

div#right .contents3 {
	clear: both;
	margin: 0px 0px 20px 0px;
}
div#right .contents3 p {
	padding-bottom:10px;
}

div#right .contents3 h3 {
	clear: both;
	background-image:url(/images/h3.gif);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	height:35px;
	padding:5px 0 0 20px;
	margin:0px 0 10px 0;
}

div#right .contents4 {
	clear: both;
	margin: 0px 0px 20px 0px;
}
div#right .contents4 p {
	font-size:12px;
}
/*h3 {
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
	font-size:14px;
	}*/
h4 {
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
	font-size:14px;
	}

/*--------------------------------------------------------
■トータル設定
--------------------------------------------------------*/

body{
	margin: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

/*左メニュー内のPタグ、右コンテンツ内のPタグは、固有に設定*/
p{ line-height: 1.4em; }

pre{
	font-size: 10pt;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 810px;
	_width: 812px;/*IE対策*/
	margin: 0 auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯（サイトマップメニュー等）
--------------------------------------------------------*/

/*サイズ設定　その2*/
div#header{
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 30px;
}

div#header #top-menu{
	position: absolute;
	top: 5px;
	width: 794px;
	text-align: right;
}


div#header #top-menu li{
	display: inline;
	font-size: 8.5pt;
	line-height: 14pt;
}

/*--------------------------------------------------------
■ヘッダーロゴ
--------------------------------------------------------*/

/*サイズ設定　その3*/
div#header-logo{
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 110px;
	text-align: left;
}
div#header-logo2{
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 610px;
	text-align: left;
}

/*--------------------▽ロゴテキスト（ロゴ画像では不使用）*/

p#logo-text{
	position: absolute;
	top: 81px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5pt;
}
p#logo-text2{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5pt;
}
p#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -0.5pt;
}

/*--------------------▽ヘッダー文章*/

div#header-text{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 400px;
	text-align: right;
	font-size: 9pt;
	line-height: 14pt;
}


/*--------------------------------------------------------
■パン屑ナビ
--------------------------------------------------------*/

/*サイズ設定　その4*/
div#navi{
	z-index: 1;
	position: absolute;
	top: 138px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 25px;
}

div#navi p{
	margin: 4px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}
div#navi2{
	z-index: 1;
	position: absolute;
	top: 630px;
	width: 810px;
	_width: 812px;/*IE対策*/
	height: 20px;
}

div#navi2 p{
	margin: 4px 0 0 16px;
	font-size: 8.5pt;
	line-height: 14pt;
}



/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/

/*サイズ設定　その5*/
div#main{
	overflow: hidden;
	position: absolute;
	top: 159px;
	width: 810px;
	_width: 812px;/*IE対策*/
	text-align: left;
}
div#main2{
	overflow: hidden;
	position: absolute;
	top: 650px;
	width: 810px;
	_width: 812px;/*IE対策*/
	text-align: left;
}

/*--------------------------------------------------------
■左メニュー
--------------------------------------------------------*/

/*サイズ設定　その6*/
div#left{
	overflow: hidden;
	float: left;
	width: 220px;
}


/*--------------------▽メニューボックス*/

div#left .menu{
	margin:5px 0 0px 5px;
	width: 198px;
}


/*--------------------▽メニュータイトル帯*/

div#left .title p{
	margin: 0 5px 0 10px;
	padding: 3px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------▽メニューリスト*/

div#left ul{
	margin: 5px 5px 5px 18px;
}

div#left li {
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0;
	font-weight: normal;
	line-height: 110%;
	font-size:12px;
}

div#left li a:hover {
/*	background-image:url(/images/point.gif);
	background-repeat:no-repeat;
	background-position:0;*/
	list-style-image:url(/images/point2.gif);
	list-style-position: outside;
	}

/*--------------------▽その他ボックス*/

div#left .contents{
	margin: 10px 0 10px 10px;
	width: 198px;
}


/*--------------------▽左メニュー内のPタグ*/

div#left p{
	margin:5px;
	line-height:120%;
}

div#left img {margin-bottom:}

div#left a:hover img{opacity:0.6;
filter: alpha(opacity=60);
 }

/*--------------------------------------------------------
■右コンテンツ
--------------------------------------------------------*/

/*サイズ設定　その7*/
div#right{
	overflow: hidden;
	float: right;
	padding: 0 10px 0 10px;
	width: 570px;
	_width: 588px;/*IE対策*/
}


/*--------------------▽コンテンツ*/

div#right .contents{
	clear: both;
	margin: 20px 20px 20px 20px;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}


/*--------------------▽コンテンツ内の線*/

div#right hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


/*--------------------▽コンテンツ内のリストタグ*/

div#right ul,
div#right ol{
	margin: 0 0 10px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#right li{
	line-height: 1.4em;
	font-size:12px;
}

/*--------------------▽更新情報内のリストタグ*/

div#right ul.topics{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}



/*--------------------▽戻る＆進むリンク*/

.link-back,
.link-next{
	clear: both;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	font-size: 12pt;

	font-weight: bold;
	line-height: 14pt;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }


/*--------------------▽右コンテンツ内のPタグは、自動改行*/

p{ margin-bottom: 1.0em; }


/*--------------------------------------------------------
■フッターメニュー
--------------------------------------------------------*/

/*サイズ設定　その8*/
div#footer{
	clear: both;
	width: 810px;
	text-align: center;
}


/*--------------------▽フッター内で使用する線*/

div#footer hr{
	clear: both;
	color: #aaa;
}


/*/*--------------------▽メニューリスト*/

div#footer .menu{
	margin: 0px auto 10px auto;
	padding-top:20px;
	width:620px;
	}

div#footer .menu li {
	display: inline;
	margin: 0 3px 0 3px;
	font-size: 10px;
	line-height: 120%;
	color:#000099;
}
div#footer .menu li a {color:#000099; text-decoration:none;}

/*--------------------------------------------------------
■Copyright
--------------------------------------------------------*/

/*サイズ設定　その9*/
div#footer #copyright{
	clear: both;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 0 15px 0;
	width: 800px;
	font-size: 10pt;
	line-height: 14pt;
	border-top:solid 1px #33CCFF;
}


/*--------------------------------------------------------
■広告の絶対配置（オプション）
--------------------------------------------------------*/

/*--------------------▽例：横幅240 縦12c0の広告の場合*/

div.ad{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align :right;
}

div.ad p{
	position: fixed;
	_position: absolute;/*IE対策*/
	top: 0;
	right: 0;
	padding: 5px;
	width: 240px;
	height: 120px;
	background: #eee;/*背景色*/
	border: 1px solid #000;/*枠線の色*/
	text-align :center;
}


/*--------------------------------------------------------
■その他の設定
--------------------------------------------------------*/

/*--------------------▽テーブルセルの間隔*/

td{ padding: 8px; }

/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/
/*------------------------------------------------------------
■拡張設定

	t＝上（top）
	r＝右（right）
	b＝下（bottom）
	l＝左（left）
	c＝左右の中央（center）
	m＝上下の中央（middle）

※「!important」という設定は、
　どんなclassより、そのclassを優先するという設定です。
-------------------------------------------------------------*/

/*------------------------------------------------------------
●１、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/
.img-c {text-align:center; margin:1px; border:1px solid #CCCCCC; padding:1px;}
.f-l {float:left;}
.f-r {float:right;}


/*------------------------------------------------------------
●２、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top; }/*上寄せ*/
.vl-m{ vertical-align: middle; }/*中央寄せ*/
.vl-b{ vertical-align: bottom; }/*下寄せ*/


/*------------------------------------------------------------
●３、float・・・ブロックの左右の寄せ
-------------------------------------------------------------*/

.fl-c{ clear: both; }/*左右の寄せを解除*/
.fl-r{ float:right; margin-left: 20px; }/*右寄せ*/
.fl-l{ float:left; margin-right: 10px; }/*左寄せ*/


/*------------------------------------------------------------
●４、margin・・・周りのブロックからの距離

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0にする*/
.m0-t{ margin-top: 0!important; }/*上からのmarginが0px*/
.m0-r{ margin-right: 0!important; }/*右からのmarginが0px*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginが0px*/
.m0-l{ margin-left: 0!important; }/*左からのmarginが0px*/

.m10{ margin: 10px!important; }/*周りからのmarginが10px*/
.m10-t{ margin-top: 10px!important; }/*上からのmarginが10px*/
.m10-r{ margin-right: 10px!important; }/*右からのmarginが10px*/
.m10-b{ margin-bottom: 10px!important; }/*下からのmarginが10px*/
.m10-l{ margin-left: 10px!important; }/*左からのmarginが10px*/

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }

.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }


/*------------------------------------------------------------
●５、padding・・・周りのブロックからの距離（padding）

	10、15、20・・・という数字は「px（ピクセル）」を表します
-------------------------------------------------------------*/

.p0{ padding: 0!important; }/*周りからのmarginを0にする*/
.p0-t{ padding-top: 0!important; }/*上からのmarginが0px*/
.p0-r{ padding-right: 0!important; }/*右からのmarginが0px*/
.p0-b{ padding-bottom: 0!important; }/*下からのmarginが0px*/
.p0-l{ padding-left: 0!important; }/*左からのmarginが0px*/

.p10{ padding: 10px!important; }/*周りからのmarginが10px*/
.p10-t{ padding-top: 10px!important; }/*上からのmarginが10px*/
.p10-r{ padding-right: 10px!important; }/*右からのmarginが10px*/
.p10-b{ padding-bottom: 10px!important; }/*下からのmarginが10px*/
.p10-l{ padding-left: 10px!important; }/*左からのmarginが10px*/

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }


/*------------------------------------------------------------
●６、font-size・・・フォントサイズの設定

	※「em」と「pt」の違い
	　IEで、ブロウザの文字サイズ変更が反映されるのが「em」です
	　「pt」は文字サイズ変更が効きません。
-------------------------------------------------------------*/

.normal{ font-weight: normal!important; }

.b{ font-weight: bold!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }

.small{ font-size: 80%!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f16em{ font-size: 1.6em; }
.f18em{ font-size: 1.8em; }
.f20em{ font-size: 2.0em; }
.f22em{ font-size: 2.2em; }
.f24em{ font-size: 2.4em; }


.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f16pt{ font-size: 16pt!important; }
.f18pt{ font-size: 18pt!important; }
.f20pt{ font-size: 20pt!important; }
.f22pt{ font-size: 22pt!important; }
.f24pt{ font-size: 24pt!important; }

.x10 {font-size:10px!important;}
.x12 {font-size:12px!important;}
.x14 {font-size:14px!important;}
.x16 {font-size:16px!important;}
.x18 {font-size:18px!important;}
.x20 {font-size:20px!important;}
.x24 {font-size:24px!important;}
.x28 {font-size:28px!important;}
.x32 {font-size:32px!important;}

/*------------------------------------------------------------
●７、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.black{ color: #000!important; }/*黒色*/
.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.purple{ color: #660099!important; }/*紫色*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/

/*------------------------------------------------------------
●背景色
-------------------------------------------------------------*/
.line {background-color:#FFFF00;}
.line2 {background-color:#FFFF99;}


/*------------------------------------------------------------
●８、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh13{ line-height: 1.3em!important; }
.lh14{ line-height: 1.4em!important; }
.lh15{ line-height: 1.5em!important; }
.lh16{ line-height: 1.6em!important; }
.lh17{ line-height: 1.7em!important; }
.lh18{ line-height: 1.8em!important; }
.lh19{ line-height: 1.9em!important; }
.lh20{ line-height: 2.0em!important; }


/*------------------------------------------------------------
●９、underline・・・アンダーライン（下線）の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.line {background-color:#FFFF00;}

/*------------------------------------------------------------

●１０、取り消し線の設定
-------------------------------------------------------------*/

.del{ text-decoration:line-through;}


/*------------------------------------------------------------
●１１、box・・・カラーボックスの設定
-------------------------------------------------------------*/

.box-yellow{ background-color: #ffff00!important; }/*黄色のボックス*/
.box-aqua{ background-color: #00ffff!important; }/*水色のボックス*/
.box-gray{ background-color: #eee!important; }/*灰色のボックス*/
.box-red{ background-color: #fc9b8b!important; }/*赤色のボックス*/


/*------------------------------------------------------------
●１２、input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,textarea:focus{ background-color: #dee!important; }


/*------------------------------------------------------------
●１３、hr・・・線の基本設定
-------------------------------------------------------------*/

hr{
	clear: both;
	margin: 0;
	padding: 0;
	border-width: 1px 0 0 0;
	height: 1px;
	border-style: solid none none none;
	color: #ccc;
}

/*------------------------------------------------------------
●１４、left、right・・・画像の横位置設定
-------------------------------------------------------------*/

/*--------------------▽左に画像、右に文章*/

.left{
	float: left;
	margin: 0 30px 20px 0!important;
}


/*--------------------▽右に画像、左に画像*/

.right{
	float: right;
	margin: 0 0 20px 30px!important;
}

.right-box {
	width:500px;
	height:215px;
	background-image:url(/images/pro.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
.right-box p {
	padding:80px 0 0 0;
	}


.link a:hover img{opacity:0.6;
filter: alpha(opacity=60);
 }


/*------------------------------------------------------------
●１５、top、middle、bottom・・・画像の縦位置設定
-------------------------------------------------------------*/

/*--------------------▽画像の縦位置をtopに揃える*/

img.top{ vertical-align: top!important; }

/*--------------------▽画像の縦位置をmiddleに揃える*/

img.middle{ vertical-align: middle!important; }

/*--------------------▽右に画像、左に画像*/

img.bottom{ vertical-align: bottom!important; }


/*------------------------------------------------------------
●１６、noborder・・・枠線を無くす
-------------------------------------------------------------*/

.noborder{ border: 0!important; }

/*------------------------------------------------------------
●１７、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z2{ z-index: 2; }
.z3{ z-index: 3; }


/*------------------------------------------------------------
●１８、タグ部分
-------------------------------------------------------------*/

ul.tag li{
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	margin-right: 15px;
}


/*------------------------------------------------------------
　written by Shigeoki Matsuo
-------------------------------------------------------------*/


/*___________ table ___________ */
.m1 {width:120px; padding:10px; text-align:left; font-weight:bold;border:#0099FF 1px solid;}
.m2 {width:300px; padding:10px; text-align:left; background-color:#FFFFEC;border: #E8E8E8 1px solid;}
.m3 {padding:10px;}
.ta { font-size:12px;}
.ta td {padding:2px 3px;}
.white {color:#FFFFFF;}
.tb1 {border:2px solid #FFFFFF; padding:0 3px;}

/*----------------------------■　form table-----*/
.style128 {padding:3px;}
.tdcenter {text-align:center; font-weight:bold;}


/*----------------------------■　profile-----*/
.profile {
	width:500px;
	border:#CCCCCC 1px solid;
	height:auto;
	padding:5px;
	}
.tv {
	width:500px;
	border:#CCCCCC 1px solid;
	height:auto;
	padding:5px;
	background-color:#FFFFEC;
	}



/*----------------------------■　box-----*/
.right01 {
	width:300px;
	height:auto;
	margin-left:250px;
	}
.chui {
	width:500px;
	margin:20px auto 0 auto;
	line-height:120%;
	border:1px solid #CCCCCC;
	}
.list {
	width:550px;
	height:auto;
	margin:0 0 10px 0;
	padding:20px 0px;
	text-align:left;
	background-image:url(/images/list.jpg);
	}
.list ul {margin:0px; padding:0px; list-style:none;}
.list li {
	background-image:url(/images/check1.gif);
	background-repeat:no-repeat;
	background-position:0px;
	list-style:none;
	padding-left:30px;
	padding-bottom:10px;
	}
.list2 {
	width:550px;
	height:auto;
	margin:0 0 10px 0;
	padding:20px 0px;
	text-align:left;
	background-image:url(/images/list2.jpg);
	}
.list3 {
 width:549px;
 height:185px;_height:305px;
 margin:0px 0px 0px 0px;
 padding:120px 0px 0px 40px;
 text-align:left;
 background-image:url(/images/list3.jpg);
 background-repeat:no-repeat;
 }