@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin-top: 0px;
margin-right:0px;
margin-bottom:0px;
margin-left:5px;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #000000;text-decoration: none;}
a:visited { color: #000000; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }



/* --- 見出し --- */
.title
{
	width:146px;
	height:16px;
	padding:2px 0px 0px 0px;
	border:none;
	background-color:#10bbe5;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	position: relative;


}

/* --- 見出しの文字 --- */

.title_text
{
font-family: "ＭＳ ゴシック", "Osaka";
font-size: 10pt;
line-height: 10pt;
color:white;
}


/* --- ボックス内の文字 --- */

.box_text
{
font-family: "ＭＳ ゴシック", "Osaka";
font-size: 12px;
line-height: 14px;
color:black;
}

/* --- ボックス内の文字・赤字 --- */

.box_text_red
{
font-family: "ＭＳ ゴシック", "Osaka";
font-size: 12px;
line-height: 14px;
color:#ff0000!important;
}

/* --- 小さい文字 --- */

.box_text_small
{
font-family: "ＭＳ ゴシック", "Osaka";
font-size: 9px;
line-height: 12px;
color:black;
}



/* --- ボックス内の罫線 --- */

.box_hr{
height: 1px;
background-color: #004F4E;
border: none;
color: #004F4E;
width:100%;
}




/* --- ボックス・リンク --- */
.box_link
{
	width:130px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding:5px 5px 5px 5px;
	border-top: none;
	border-right: 3px #10bbe5 double;
	border-bottom: 3px #10bbe5 double;
	border-left: 3px #10bbe5 double;
	background-color:#cbf5ff;
	text-align: left;
}


/* --- ボックス・ＣＭ --- */
.box_cm
{
	width:130px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	padding:5px 5px 5px 5px;
	border-top: none;
	border-right: 3px #10bbe5 double;
	border-bottom: 3px #10bbe5 double;
	border-left: 3px #10bbe5 double;
	background-color:#cbf5ff;
	text-align: left;

}

/* --- ボックス・過去ログを読む --- */
.box_log
{
	width:130px;
	min-height: 120px;
	height: auto !important;
	height:120px;
	padding:5px 5px 5px 5px;
	border-top: none;
	border-right: 3px #10bbe5 double;
	border-bottom: 3px #10bbe5 double;
	border-left: 3px #10bbe5 double;
	background-color:#cbf5ff;
	text-align: left;

}

/* --- ボックス・お問い合わせ --- */
.box_aboutus
{
	width:130px;
	height:83px;
	padding:5px 5px 5px 5px;
	border-top: none;
	border-right: 3px #10bbe5 double;
	border-bottom: 3px #10bbe5 double;
	border-left: 3px #10bbe5 double;
	background-color:#cbf5ff;
	text-align: left;

}

