@charset "euc-jp";

body {
	text-align: center;
	background-color:#ffffff;/*全体の背景色-----------------*/
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;/*基本の文字サイズ-----------------*/
	line-height:170%;
	color:#444444;/*基本の文字色-----------------*/
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
}


h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	font-weight:normal;
}


/*pタグ空白消去*/
p {
	margin:0px;
	padding:0px;
}


/*IMGボーダー非表示*/
img  {
	border: none;
	vertical-align:top;
}

/*IE--BRバグ回避*/
br  {
	letter-spacing:normal;
}


/*ビルダー表示崩れ回避*/
br.clear{
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
	line-height:0;
}


/*リスト空白消去*/
ul,ol,li  {
	margin:0px;
	padding:0px;
	list-style:none;
}

/*普通のテキストリンク-----------------*/
a:link    {
	text-decoration:none;
	color:#444444;
}  /*テキストリンクの色*/

a:visited {
	text-decoration:none;
	color:#444444;
}  /*訪問済みのリンクの色*/ 

a:active{
	text-decoration:underline;
	color:#444444;
}/*クリック時のリンクの色*/

a:hover {
	text-decoration:underline;
	color:#444444;
}  /*マウスの上にカーソルがあるときのリンクの色*/

/*業種タイトルのテキストリンク-----------------*/
a.k_link:link    {text-decoration:none;color:#FFFFFF;}  /*テキストリンクの色*/
a.k_link:visited {text-decoration:none;color:#FFFFFF;}  /*訪問済みのリンクの色*/ 
a.k_link:active  {text-decoration:underline;color:#FFFFFF;}   /*クリック時のリンクの色*/
a.k_link:hover   {text-decoration:underline;color:#FFFFFF;}  /*マウスの上にカーソルがあるときのリンクの色*/

/*=================================
  全体のボックス
=================================*/

#container{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#header{
	padding:5px 0;
	margin:0px;
	background-color:#F1E0D8;/*ヘッダー背景色-----------------*/
	width:100%;
}

/*ページ右上の説明文-----------------*/
#header h1{
	line-height:normal;
	text-align:left;
	font-size:10px;/*文字サイズ-----------------*/
	font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
	margin:0 auto;
	padding:2px 0px;
	width:800px;
}

#header2{
	padding:10px 0;
	margin:0 auto;
	background-color:#ffffff;/*ヘッダー背景色-----------------*/
	width:800px;
}

/*サイトのタイトル文字-----------------*/
#header2 h2{
	font-size:30px;     /*---文字サイズ-----------*/
	color:#343434;     /*---文字色-----------*/  
	float:left;
	padding-top:20px;
	padding-left:0;
	height:45px;
	line-height:100%;
	font-weight:bold;
}

/*ページのタイトル部分のみのテキストリンク（タイトルの文字＝ここで指定する文字の色になります）-------*/
#header2 h2 a:link{
	color:#B52E00;
	text-decoration:none;
} /*メニュー・テキストリンクの色*/

#header2 h2 a:visited{
	color:#B52E00;
	text-decoration:none;
} /*メニュー・訪問済みのリンクの色*/

#header2 h2 a:active{
	color:#B52E00;
	text-decoration:none;
} /*メニュー・クリック時のリンクの色*/

#header2 h2 a:hover{
	color:#B52E00;
	text-decoration:none;
} /*メニュー・マウス上にカーソルがある時のリンク色*/

#header_ad{
	line-height:normal;
	font-size:12px;    /*---文字サイズ-----------*/
	color:#343434;    /*---文字色-----------*/
	float:right;
	text-align:right;
	padding-top:0;
	padding-bottom:8px;
	padding-right:0;
}

#header_ad a:hover img{
	opacity: 0.7;
}

/*ヘッダー下ロールオーバーメニューリスト指定------------------------------------------------*/

#menu_block{
	clear:both;
	width:100%;/*---画面いっぱいに背景色を敷いています-----------*/
	background-color:#E47F5C;/*---マウスがのっていない時の背景色-----------*/
	margin: 0;
	padding: 0;
	height:36px;
	margin-bottom:10px;
}

#menu{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:36px;
}

/*各メニューのボックス-----------------*/
#menu li{
	float: left;
	width: 132px;
	border-left:1px #8D021D solid;/*メニューを区切る縦のラインの色----*/
}



/*一番右端のメニューボックス-----------------*/
#menu li.menuright{
	float: left;
	width: 133px;
	border-left:1px #8D021D solid;/*メニューを区切る縦のラインの色----*/
	border-right:1px #8D021D solid;/*メニューを区切る縦のラインの色----*/
}



/*マウスをのせていないときの指定-----------------*/
#menu a{
	text-align: center;
	display:block;
	padding:9px 6px;
	width: 120px;
	color:#ffffff;/*------メニューの文字色-----------------*/
	text-decoration:none;/*------リンクのアンダーラインなし-----------------*/
	font-size:14px;/*------文字サイズ-----------------*/
	height:18px;
}



/*マウスをのせたときの指定-----------------*/
#menu a:hover{
	background-color:#CC491C;/*-------メニューの背景色----------*/
	color:#ffffff;/*-------メニューの文字色-----------*/
	text-decoration:none;/*-------リンクのアンダーラインなし----------*/
	font-size:14px;/*------文字サイズ-----------------*/
}

/*メイン画像ブロック-------------------------------------------------*/

#mainpict_block{
	background-color:#F1E0D8;/*メイン画像両脇の背景色-----------------*/
	width:100%;/*メイン画像脇の背景色は画面いっぱいにしているという意味-----------------*/
	margin: 0;
	padding: 0;
	margin-bottom:20px;/*メイン画像下の隙間-----------------*/
}


#mainpict{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#mainpict a:hover img{
	opacity: 0.7;
}

/*コンテンツブロック-------------------------------------------------*/

#wrapper{
	width:800px;
	margin:0 auto;
	padding:0;
}

/*コンテンツブロック内左メニューエリア-------------------------------------------------*/
#side{
	float:right;
	width:202px;
}

/*左メニュー部分のテキストリンク-----------------*/
#side a:link{
	color:#595959;
	text-decoration:none;
} /*メニュー・テキストリンクの色*/

#side a:visited {
	color:#595959;
	text-decoration:none;
} /*メニュー・訪問済みのリンクの色*/

#side a:active{
	color:#595959;
	text-decoration:underline;
} /*メニュー・クリック時のリンクの色*/

#side a:hover{
	color:#595959;
	text-decoration:underline;
} /*メニュー・マウス上にカーソルがある時のリンク色*/

/*左メニュー『CATEGORY NAME』の箇所------------------------------------------------*/
.category_name{
	background-color:#E47F5C;/*背景色-----------------*/
	color:#ffffff;/*文字色-----------------*/
	font-size:14px;/*字サイズ-----------------*/
	font-weight:bold;/*太文字指定-----------------*/
	padding:8px;
	margin-bottom:4px;
}


/*『CATEGORY NAME』の始まりの■-----------------*/
.square{
	font-size:14px;/*■の大きさ-----------------*/
	font-weight:bold;
	color:#BD3F13;/*■の色-----------------*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}




#side ul{
	list-style-type: none;
	padding: 0;
	margin-bottom:5px;
}

#side .coution{
	margin:0;
	padding:0;
	text-align:center;
}

#side .exit{
	margin:5px auto;
	padding:5px;
	border:1px solid #E47F5C;
	background-color:#F8F1E9;
	text-align:left;
}


/*各左メニュー-----------------*/
#side li{
	margin-bottom:4px;

}


/*左メニューにマウスをのせていないときの指定-----------------*/
#side li a{
	background-color:#F8F1E9;/*-------メニューの背景色----------*/
	margin-bottom:4px;
	padding:10px 10px;
	display:block;
	color:#444444;/*--文字の色----------*/
	text-decoration:none;/*--下線なし----------*/
	width:182px;
	height:20px;
}


/*左メニューマウスをのせたときの指定-----------------*/
#side li a:hover{
	background-color:#f9e3cd;/*-------メニューの背景色----------*/
	margin-bottom:4px;
	color:#444444;/*--文字の色----------*/
	text-decoration:none;/*--下線なし----------*/
}

/*コンテンツブロック内右コンテンツエリア-------------------------------------------------*/
#main{
	float:left;
	width:576px;
}

#main h2 {
	background-color:#E47F5C; /*----背景色--------*/
	padding:8px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:18px;
	font-weight:normal; /*----太い文字にしたい時はboldに--------*/
	font-size:16px; /*----文字サイズ--------*/
	color:#ffffff; /*----文字色--------*/
}

#main h3 {
	background-color:#E47F5C; /*----背景色--------*/
	padding:8px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:18px;
	font-weight:normal; /*----太い文字にしたい時はboldに--------*/
	font-size:16px; /*----文字サイズ--------*/
	color:#ffffff; /*----文字色--------*/
}

#main h4 {
	background-color:#E47F5C; /*----背景色--------*/
	padding:8px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:18px;
	font-weight:normal; /*----太い文字にしたい時はboldに--------*/
	font-size:16px; /*----文字サイズ--------*/
	color:#ffffff; /*----文字色--------*/
}

#page_title{
	background-color:#E47F5C; /*----背景色--------*/
	padding:8px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:18px;
	font-weight:normal; /*----太い文字にしたい時はboldに--------*/
	font-size:16px; /*----文字サイズ--------*/
	color:#ffffff; /*----文字色--------*/
	text-align:center;
}

.text{
	margin:2px 2px 25px 2px;
	line-height:170%;
}

/*----ページタイトルなどの始まりの■--------*/
.square2{
font-size:16px;
font-weight:bold;
color:#ffffff;/*---■の色-----------*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



/*----ランキング--------*/

.rank_tab1{
	margin:0;
	padding:0;
	width:576px;
	text-align:center;
}

.rank_tab1_in{
	margin:0;
	padding:0;
	background-image:url(../images/rank_bg/rank_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:486px;
	text-align:center;
}

.rank_tab2{
	margin:0 0 10px;
	padding:0;
	width:576px;
	text-align:center;
}

.rank_td1{
	padding:0 9px 0 0;
	width:80px;
	text-align:center;
}

.rank_td1_2{
	padding:0;
	text-align:center;
}

.rank_td1_3{
	padding:0 0 0 10px;
	width:300px;
	color:#FFFFFF;
	font-size:26px;
	line-height:45px;
	text-align:left;
}

.rank_td1_4{
	padding:0 10px 0 0;
	text-align:right;
}

.rank_td1_5{
	padding:0;
	font-size:14px;
	letter-spacing:2px;
	text-align:left;
}

.rank_img{
	margin:0;
	padding:0 0 5px;
	width:576px;
	text-align:center;
}

.rank_txt{
	color:#E47F5C;
}

.rank_txt2{
	color:#FF0000;
}

.rank_td2_1{
	padding:0 5px;
	width:16%;
	background-color:#E47F5C;
	color:#FFFFFF;
	line-height:25px;
	text-align:left;
}

.rank_td2_1{
	padding:0 5px;
	width:16%;
	background-color:#E47F5C;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	line-height:25px;
	text-align:left;
}

.rank_td2_2{
	padding:0 5px;
	width:28%;
	background-color:#F8F1E9;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	line-height:25px;
	text-align:left;
}

.rank_td2_3{
	padding:0 5px;
	width:84%;
	background-color:#F8F1E9;
	border-bottom:1px solid #FFFFFF;
	color:#000000;
	line-height:25px;
	text-align:left;
}

.rank_td2_4{
	padding:0;
	width:28%;
	background-color:#F8F1E9;
	border-bottom:1px solid #FFFFFF;
	line-height:25px;
	text-align:right;
}

/*---ページ右下の「PAGE TOP」欄-------*/
#pagetop{
	clear:both;
	width:800px;
	margin:0 auto;
	text-align:right;
}


/*---「PAGE TOP」デザイン指定-------*/
#pagetop_but{
	background:#CC491C;/*---背景色-------*/
	padding:2px 8px;
	text-align:center;
	width:70px;/*---横幅-------*/
	float:right;
	font-size:11px;/*---文字サイズ-------*/
}

/*---「PAGE TOP」文字部分のリンク指定-------*/
#pagetop a:link {color:#ffffff;text-decoration:none;}
#pagetop a:visited  {color:#ffffff;text-decoration:none;}
#pagetop a:hover {color:#ffffff;text-decoration:underline;}
#pagetop a:active  {color:#ffffff;text-decoration:underline;}



/*---フッター------------------------------------------*/

#footer{
	clear:both;
	background-color:#E47F5C;/*---背景色-------*/
	margin:0 auto;
	width:100%;/*---背景色は横幅いっぱいに-------*/
}



/*---コピーライト------------------------------------------*/
#copyright{
	margin:0 auto;
	padding:4px 2px 20px 2px;
	width:796px;
	font-size:10px;/*---文字サイズ-------*/
	text-align:right;
	color:#ffffff;/*---文字色-------*/

}


/*---コピーライト部分のリンク指定------------------------------------------*/
#copyright a:link {color:#ffffff;}
#copyright a:visited  {color:#ffffff;}
#copyright a:hover {color:#ffffff;}
#copyright a:active  {color:#ffffff;}

.new-contents {
float: left;
width: 565px;
height: 50px;
overflow: auto;
line-height: 1.4em;
word-wrap: break-word;
background-color: #FFFFF0;
padding: 5px;
margin-top: 3px;
}

.new-contents2 {
float: left;
width: 565px;
height: auto;
overflow: auto;
line-height: 1.4em;
word-wrap: break-word;
background-color: #FFFFF0;
padding: 5px;
margin-top: 3px;
}

.clear {
clear:both;　/*floatの解除、ここがポイント*/
}

