/*----------------------------
全体設定
-----------------------------*/
body{
	font-size:12px;
	color:#2F2F2F;
	background-color:#FFF;
	background-image:url("../images02/bg.gif");
	margin:0px;
	padding:0px;
	line-height:140%;
}
/*見出しダグ用*/
h1,h2,h3,h4{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}
/*テーブルタグ関係用*/
table,tr,td{
	color:#2F2F2F;
	line-height:140%;
	font-size:12px;
	word-break:break-all;
}
/*フォームタグ設定*/
form{
	margin:0px;
	padding:0px;
}

/*DIVタグ設定*/
div{
	margin:0px;
	padding:0px;
}

/*----------------------------
リンク色設定
-----------------------------*/
/*全体*/
a:link				{color:#022883; text-decoration:none;}
a:visited			{color:#022883; text-decoration:none;}
a:hover				{color:#346FE8; text-decoration:none;}
a:active			{color:#022883; text-decoration:none;}

/*----------------------------
文字サイズ・文字色設定
-----------------------------*/
.s		{font-size:10px;}
.mb		{font-size:12px; font-weight:bold;}
.l		{font-size:14px;}
.lb		{font-size:14px; font-weight:bold;}
.ll		{font-size:16px;}
.llb	{font-size:16px; font-weight:bold;}

/*----------------------------
影設定
-----------------------------*/
.left_s{
	width:7px;
	background-image:url("../images02/left_shadow.png");
	background-repeat:repeat-y;
}
.right_s{
	width:7px;
	background-image:url("../images02/right_shadow.png");
	background-repeat:repeat-y;
}

/*----------------------------
ヘッダー設定
-----------------------------*/
#header01{
	width:766px;
	height:13px;
	background-image:url("../images02/contents_bg_t.png");
	background-repeat:no-repeat;
}
#header02{
	width:766px;
	height:130px;
	background-image:url("../images02/header_bg.png");
	background-repeat:no-repeat;
}

/*----------------------------
メイン背景設定
-----------------------------*/
#c_bg{
	width:752px;
	background-image:url("../images02/contents_bg_m.gif");
	background-repeat:repeat-y;
}

/*----------------------------
コンテンツ枠＆背景設定
-----------------------------*/
#waku_t{
	width:728px;
	height:15px;
	background-image:url("../images02/waku_contents_t.gif");
	background-repeat:no-repeat;
}
#waku_m{
	width:728px;
	background-image:url("../images02/waku_contents_m.gif");
	background-repeat:repeat-y;
}
#waku_b{
	width:728px;
	height:5px;
	background-image:url("../images02/waku_contents_b.gif");
	background-repeat:no-repeat;
}

#waku02_t{
	width:698px;
	height:6px;
	background-image:url("../images02/waku_contents02_t.gif");
	background-repeat:no-repeat;
}
#waku02_m{
	width:698px;
	background-image:url("../images02/waku_contents02_m.gif");
	background-repeat:repeat-y;
}
#waku02_b{
	width:698px;
	height:7px;
	background-image:url("../images02/waku_contents02_b.gif");
	background-repeat:no-repeat;
}

#waku03_t{
	width:698px;
	height:6px;
	background-image:url("../images02/waku_contents03_t.gif");
	background-repeat:no-repeat;
}
#waku03_m{
	width:698px;
	background-image:url("../images02/waku_contents03_m.gif");
	background-repeat:repeat-y;
}
#waku03_b{
	width:698px;
	height:7px;
	background-image:url("../images02/waku_contents03_b.gif");
	background-repeat:no-repeat;
}

/*----------------------------
CM画像背景設定
-----------------------------*/
#l_cm_bg{
	width:232px;
	height:197px;
	background-image:url("../images02/cm_bg_l.gif");
	background-repeat:no-repeat;
}
#c_cm_bg{
	width:232px;
	height:197px;
	background-image:url("../images02/cm_bg_c.gif");
	background-repeat:no-repeat;
}
#r_cm_bg{
	width:232px;
	height:197px;
	background-image:url("../images02/cm_bg_r.gif");
	background-repeat:no-repeat;
}
/*----------------------------
コンテンツ、フッター区切り設定
-----------------------------*/
#ber{
	width:752px;
	height:31px;
	background-image:url("../images02/ber.gif");
	background-repeat:no-repeat;
}

/*----------------------------
フッター設定
-----------------------------*/
#footer{
	width:766px;
	height:13px;
	background-image:url("../images02/contents_bg_b.png");
	background-repeat:no-repeat;
}

/*----------------------------
余白関係(マージン)
-----------------------------*/
/*上*/
.mar_t12	{margin-top:12px;}

/*下*/
.mar_b5		{margin-bottom:5px;}
.mar_b10	{margin-bottom:10px;}
.mar_b12	{margin-bottom:12px;}
.mar_b13	{margin-bottom:13px;}
.mar_b15	{margin-bottom:15px;}

/*上・下*/
.mar_tb10	{margin:10px 0px;}

/*----------------------------
余白関係(パディング)
-----------------------------*/
/*右*/
.padd_r3	{padding-right:3px;}
.padd_r9	{padding-right:9px;}
.padd_r10	{padding-right:10px;}

/*下*/
.padd_b5	{padding-bottom:5px;}
.padd_b10	{padding-bottom:10px;}
.padd_b30	{padding-bottom:30px;}

