
/* =============================================================================================== */

/* ■テキストサイズ */
.ssize{		/* テキスト最小 */
	color:#333333;
	font-size:11px;
	line-height:13px;
	line-break:strict;
}
.msize{		/* テキスト中 */
	color:#333333;
	font-size:12px;
	line-height:16px;
	line-break:strict;
}
.lsize{		/* テキスト大 */
	color:#333333;
	font-size:14px;
	line-height:17px;
	line-break:strict;
}
.llsize{	/* テキスト最大 */
	color:#333333;
	font-size:18px;
	line-height:21px;
	line-break:strict;
}

/* =============================================================================================== */

/* ■リンク部 */
a{
	text-decoration:none;
	color:#5f9ea0;
}
a:link{
	text-decoration:none;
	color:#5f9ea0;
}
a:visited{
	text-decoration:none;
	color:#5f9ea0;
}
a:active{
	text-decoration:none;
	color:#5f9ea0;
}
a:hover{
	text-decoration:underline;
	color:#667ecc;
}

/* =============================================================================================== */

/* ■BODY */
body{
	font-family:"Meiryo","ＭＳ Ｐゴシック","Osaka";
	font-size:10px;
	line-height:11px;
	line-break:strict;
}

/* =============================================================================================== */

/* ■イメージ ボーダー0 */
img{
	border:0;
}

/* =============================================================================================== */

/* ■ボタン背景 */
.button{
	font-size:10px;
	color:#000000;
	background-color:#ffffff;
	width:110px;
	text-align:center;
	margin-top:3;
	margin-bottom:2;
	padding:2;
	filter:progid:DXImageTransform.Microsoft.Gradient(startcolorstr=#ffffffff,endcolorstr=#ffffcfd0,gradienttype=0);
}

/* =============================================================================================== */

/* ■ボタン背景選択時 */
.buttonNow{
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color:#dadaff;
	width:110px;
	text-align:center;
	margin-top:3;
	margin-bottom:2;
	padding:2;
	filter:progid:DXImageTransform.Microsoft.Gradient(startcolorstr=#ffe5e5ff,endcolorstr=#ffb3b2ff,gradienttype=0);
}

/* =============================================================================================== */

/* ■インライン ウィンドウ位置 */

.banner{
	position:static;
	top:40;
	left:10;
	z-index:9;
}

.viewwin{
	position:static;
	overflow:hidden;
	z-index:2;
}

/* =============================================================================================== */

/* ■テーブル装飾 */

.tt{	/* 1行目線 */
	border-top-style:double;
	border-top-width:1px;
	border-top-color:#999999;
	border-right-style:double;
	border-right-width:1px;
	border-right-color:#999999;
}

.tte{	/* 1行目線(最終セル) */
	border-top-style:double;
	border-top-width:1px;
	border-top-color:#999999;
}

.tr{	/* 右側列境線 */
	border-right-style:double;
	border-right-width:1px;
	border-right-color:#999999;
}

.tbg1{	/* 1行目着色 */
	background-color:#ff6d55;
	color:#ffffff;
	font-weight:bold;
}

.tbg2{	/* 奇数行目着色 */
	background-color:#ffffff;
}

.tbg3{	/* 偶数行目着色 */
	background-color:#ffe9e5;
}
*/

/* =============================================================================================== */

/* ■見出し */
.entry1{
	color:#ffffff;
	margin:0px 0px 12px 0px;
	padding:5px 60px 4px 60px;
	background-color:#000000;
	font-size:16px;
	line-height:100%;
}
.entry2{
	margin:0px 0px 12px 0px;
	padding:5px 6px 4px 6px;
	background-color:#e6e6e6;
	border-left:solid 6px #666666;
	font-size:12px;
	line-height:100%;
}

/* =============================================================================================== */

/* ■レイヤー(ウィンドウ)内リンク色 */

a.inLayLink{
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a.inLayLink:link{
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a.inLayLink:visited{
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a.inLayLink:active{
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
a.inLayLink:hover{
	font-size:8px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-color:#3401cc;
}

/* =============================================================================================== */
