body {
	background-color: #FFFFFF;
	background-image:url(../imgs/ujira_back.gif);
	background-repeat:repeat;
	font-size:14px;
	line-height:18px;
}





/*リンクを設定*/
a:link {color:#FF0000; text-decoration:none;}
a:visited {color:#FF0000; text-decoration:none;} /*済*/
a:hover {color: #FFBFBF; text-decoration:underline;} /*のせる*/
a:active {color: #FFBFBF; text-decoration:none;} /*押す*/


/*よく使う空き指定*/

.aki {
margin:10px 0px;
}


.aki_2 {
margin:0px 20px;
}


.aki_sita {
margin-bottom:40px;
margin-top:10px;
}


.aki_ONLY_sita{
margin-bottom:20px;
}


.aki_40 {
margin:40px 0px;
}


.aki_20 {
margin:20px 0px;
}



/*よく使う文字指定*/

.bold {
font-weight:bold;
line-height:1.3;
}


.bold_red {
font-size:18px;
color:#FF0000;
font-weight:bold;
line-height:1.3;
}


.bold_blue {
font-size:18px;
color:#00A0FF;
font-weight:bold;
line-height:1.3;
}


.big {
font-size:18px;
font-weight:bold;
line-height:1.3;
}


.small {
font-size:10px;
}

.blue {
color:#00A0FF;
font-weight:bold;
}

.red {
color:#FF0000;
font-weight:bold;
}



/*ぜんぶのboxの骨*/
 
#outline {
 width:740px;
 margin:0 auto;
 }
.outline-margin { margin:0px; }
.main { width:601px; height:385px; float:right; }
.side { width:129px; height:385px; float:left; }
.c-both { clear:both; }



/*メインbox骨*/


.top{
background-image:url(../imgs/1-ue.gif);
background-repeat:no-repeat;
background-position:top;
}


.middle{
width:599px;
border-left:solid 1px;
border-right:solid 1px;
border-color:#C8C8C8;
background:#FFFFFF;
}


.bottom{
background-image:url(../imgs/1-sita.gif);
background-repeat:no-repeat;
background-position:bottom;
}


/*ボタンbox骨*/

.b_top{
background-image:url(../imgs/3-ue.gif);
background-repeat:no-repeat;
background-position:top;
}


.b_middle{
width:129px;
height:350px;
background:#000000;
}


.b_bottom{
background-image:url(../imgs/3-sita.gif);
background-repeat:no-repeat;
background-position:bottom;
}


/*下カテゴリbox骨*/

.c_top{
background-image:url(../imgs/2-ue.gif);
background-repeat:no-repeat;
background-position:top;
}


.c_middle{
width:738px;
height:150px;
background:#DCDCDC;
border-left:solid 1px;
border-right:solid 1px;
border-color:#B2B2B2;
}


.c_bottom{
background-image:url(../imgs/2-sita.gif);
background-repeat:no-repeat;
background-position:bottom;
}





/*下カテゴリなかみの箱*/

.naka_hako{
width:700px;
padding:0px 20px;
}

.left{
width:400px;
height:130px;
float:left;
background:#FFFFFF;
padding:10px;
}

.right{
width:250px;
height:130px;
float:right;
background:#FFFFFF;
padding:10px;
}

.c-both { clear:both; }





/*上ユードートリンク*/

.yudo_link{
width:740px;
margin:0 auto;
margin-bottom:10px;
}




/*下テキストリンク*/

.text_link{
width:740px;
margin:0 auto;
margin-top:10px;
}



/*こっから本編*/


/*boxの骨*/
 
#outline_2 {
 width:740px;
 margin:0 auto;
 }
.outline-margin { margin:0px; }
.main_2 { width:601px; float:right; }
.side { width:129px; height:385px; float:left; }
.c-both { clear:both; }



/*メインbox_内容入れ子骨*/

.aki_3 {
margin:0px 18px;
}


/*説明んとこはこ*/
.padding {
padding:5px;
margin-bottom:10px;
}

/*説明んとこタイトル*/
.titile {
font-size:15px;
font-weight:bold;
}



/*ミニタイトル*/
.mini_titile {
font-weight:bold;
}


/*テーブルの線*/
.waku_sen{
	border: 3px solid #FF4A00;
	margin-top:20px;
	margin-bottom:20px;
}
