﻿@charset "utf-8";

/*font-style
---------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	color:#666;
	line-height:1.7;
}

address {
	font-style:normal;
	font-size:12px;
}


/*fontfamily-style
---------------------------------------*/
.time-new-roman {
	font-family:"Times New Roman", Times, serif;
}

.courier {
	font-family:"Courier New", Courier, mono;
}

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.arial {
	font-family:Arial;
}

/*fontsize-style
---------------------------------------*/
.text24 {
	font-size:24px;
}

.text22 {
	font-size:22px;
}

.text18 {
	font-size:18px;
}

.text16 {
	font-size:16px;
}

.text14 {
	font-size:14px;
}

.text11 {
	font-size:11px;
}
.text12 {
	font-size:12px;
}

.text10 {
	font-size:10px;
}

.text9 {
	font-size:9px;
}


.tright {
	text-align:right;
}


/*color-style
---------------------------------------*/

.red {
	color:#FF3333;
}

.blue {
	color:#457A98;
}

.blue2 {
	color:#0066CC
}
.green {
	color:#9EB022;
}

.blue {
	color:#30A6BA;
}

.white {
	color:#FFFFFF;
}

.brown {
	color:#442e21;
}
.black{
	color:#000;}
	
.orange {
	color:#FF6600;
}

/*20110327*/
.darkgray {
	color:#333333;
}

.lightgray {
	color:#666666;
}

/*link-style
---------------------------------------*/
a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#0d6ed2;
	text-decoration:underline;
}

strong a:hover {
	text-decoration:none;
}

.lo_navi_w2_2 {
	color:#FFF;
	font-size:16px;
}

lo_navi_w2_2 a:hover {
	text-decoration:underline;
}


.bold{
	font-weight:bold;}
.g_bold{
	color:#666;
	font-weight:bold;
}
.b_bold{
	color:#457A98;
	font-weight:bold;
}

.vt{
	vertical-align:text-top;
}

.bo {
	font-weight:bold;
}


/*20110327*/
div.tate{        /*縦書きエリア全体*/
	clear:both;
	width:30px;  /*縦書きエリアの横幅 適宜変更*/
	font-size:12px;
	line-height:1.1em;
	margin:0px auto;
	/*font-family:'Meiryo','メイリオ',  'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic Pro W3' , 'ＭＳ ゴシック','MS Gothic' ,monospace;*/
	margin-bottom:1.5em;
}

/*20110327*/
div.gyo{  
	float:right;
	width:1em;
	line-height:1.1em;
	padding-top:1em;
	padding-bottom:2em;
	margin-right:0.8em;
}

/*20110327*/
.lh12 {
	line-height:1.2;
}