/***** ベースの指定 *****/
*{
	margin:0;
	padding:0;
}
body{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;

}

/*****ベースのリンク*****/

a{
    text-decoration:none;
	outline: none;
	color: #333333;
}

/*a:link {
	text-decoration:none;
	color: #333333;
}
a:visited {
    color: #333333;
    text-decoration:underline;
}*/

a:hover {
    color: #FF6600;
    text-decoration:none;
}
/*a:active {
    text-decoration:none;
}*/





/*****全体を囲むコンテナ*****/

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
}
.float_clear {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
.obi0 {
    margin-bottom: 0px;
}
.obi10 {
	margin-bottom: 10px;
}
.obi15 {
	margin-bottom: 15px;
}
.obi20 {
	margin-bottom: 20px;
}

.text_red10 {
    font-size:10px;
	color:#CC0000;
}
.text_red11 {
    font-size:11px;
	color:#CC0000;
}
.text_red12 {
    font-size:12px;
	color:#CC0000;
}

/* ヘッダー */
#head {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	margin-bottom: 10px;
	height: 100px;
}
#head h1 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
	width: 640px;
	margin-left: 350px;
}
#head #logo {
	float: left;
	width: 170px;
	margin-left: 30px;
}
#head_link {
	font-size: 14px;
	text-align: right;
	padding-top: 55px;
	padding-right: 35px;
	float: right;
}

/* コンテンツ */
#content {
	width: 980px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* コラム */
#columbox {
	width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 65px;
	padding-left: 65px;
	background-image: url(images/top_columnback.jpg);
	background-repeat: repeat-x;
	height: 160px;
}
.colum {
	float: left;
	width: 170px;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	text-align: center;
}
.colum1 {
	float: left;
	width: 140px;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	text-align: center;
	background-image: url(images/column_1.jpg);
	background-repeat: no-repeat;
}
.colum img {
    margin-bottom:5px;
}

/* 検索 */
#searchbox {
	width: 870px;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 40px;
	background-image: url(images/top_searchback.jpg);
	background-repeat: no-repeat;
	border: 1px solid #009933;
}
#search_keyword {
	width: 180px;
	margin-left: 170px;
	float: left;
	border: 1px solid #009966;
}
#search_in {
	text-align: left;
	margin-left: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left {
	width:200px;
	float: left;
}
#right {
	width:770px;
	float: right;
}

#topbox1 {
	width: 980px;
	margin-bottom: 10px;
}
#topbox2 {
	width: 770px;
	margin-bottom: 20px;
}

/* サイド　カテゴリー */
#categorybox {
	width: 200px;
	margin-bottom: 20px;
	font-size: 12px;
}
#categorybox ul {
	margin: 0px;
	padding: 0px;
}
#categorybox li {
	list-style-type: none;
	height: 45px;
	width: 200px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 0px;
	background-image: url(images/category_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#categorybox li a{
	padding-top: 18px;
	padding-left: 30px;
	margin: 0px;
	line-height: normal;
	display: block;
	height: 45px;
	width: 170px;
}

/* サイド　ランキング */
#rankingbox {
	width: 190px;
	margin-bottom: 20px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 5px;
}
#rankingtextbg {
	background-image: url(images/ranking_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 190px;
	padding-top: 5px;
	margin-bottom: 0px;
}
#rankingtext {
	font-size: 12px;
	padding-top: 3px;
	padding-left: 23px;
	letter-spacing: -0.01em;
}
#rankingtext2 {
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
}
#ranking {
	font-size: 12px;
	letter-spacing: -0.01em;
}
#ranking1 {
	background-image: url(images/ranking_1.jpg);
	padding-top: 7px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking2 {
	background-image: url(images/ranking_2.jpg);
	padding-top: 7px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking3 {
	background-image: url(images/ranking_3.jpg);
	padding-top: 7px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking4 {
	background-image: url(images/ranking_4.jpg);
	padding-top: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking5 {
	background-image: url(images/ranking_5.jpg);
	padding-top: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking6 {
	background-image: url(images/ranking_6.jpg);
	padding-top: 5px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking7 {
	background-image: url(images/ranking_7.jpg);
	padding-top: 7px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking8 {
	background-image: url(images/ranking_8.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking9 {
	background-image: url(images/ranking_9.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking10 {
	background-image: url(images/ranking_10.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking11 {
	background-image: url(images/ranking_11.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking12 {
	background-image: url(images/ranking_12.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking13 {
	background-image: url(images/ranking_13.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking14 {
	background-image: url(images/ranking_14.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking15 {
	background-image: url(images/ranking_15.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking16 {
	background-image: url(images/ranking_16.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking17 {
	background-image: url(images/ranking_17.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking18 {
	background-image: url(images/ranking_18.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking19 {
	background-image: url(images/ranking_19.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#ranking20 {
	background-image: url(images/ranking_20.jpg);
	padding-top: 8px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* TOP新着情報 */
#top_newsbox {
	float: left;
	width: 500px;
}
#top_newsbox h3 {
	font-size: 12px;
	line-height: 1.4em;
	width: 465px;
	margin-left: 9px;
	padding-top: 15px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #339933;
}
#top_newsbox h3 span {
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
}
#top_news {
	width: 498px;
	height: 360px;
	overflow: auto;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top_rightbox {
	float: right;
	width: 260px;
}

/* TOPムービー */
#top_moviebox {
	background-color: #000000;
	width: 260px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#flash {
	margin-bottom: 10px;
}
#top_movietext {
	font-size: 11px;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

.bannerbox {
	background-color: #999999;
	height: 90px;
	width: 260px;
}

/* TOPピックアップ */
#top_pickupbox {
	width: 748px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
}


#top_pickupbox h3 {
	font-size: 16px;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #98D689;
	border-left-color: #98D689;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#top_pickupbox h3 span {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
}
#top_pickupbox .pickup {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
#top_osusumebox {
	width: 748px;
}
.top_osusumeobi {
	background-image: url(images/pickup_icon_gr.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 20px;
	width: 740px;
	padding: 3px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#top_osusumebox .top_osusumeobi span {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-left: 30px;
	display: block;
}
.osusume {
	float: left;
	width: 370px;
	margin-bottom: 15px;
}
.osusume_img {
	padding: 3px;
	float: left;
	width: 100px;
	margin-right: 10px;
	border: 1px solid #999999;
	height: 75px;
}
.osusume_textbox {
	float: left;
	width: 250px;
}
.osusume_name {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-top: 5px;
}
.osusume_text {
	font-size: 10px;
	line-height: 1.4em;
	color: #333333;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 240px;
}
#top_pickupbox .topix a:link {
	color: #0000CC;
}
#top_pickupbox .topix a:hover {
	color: #FF6600;
}

#foot {
	font-size: 12px;
	line-height: 2em;
	color: #333333;
	background-color: #ADFEA7;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
}

/* カテゴリーページ　コラムメニュー */

#columu_menubox ul {
	background-image: url(images/columu_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#columu_menubox li.columu_menu1 {
	font-size: 12px;
	text-align: center;
	height: 35px;
	width: 160px;
	float: left;
	list-style-type: none;
}
#columu_menubox li.columu_menu1 a {
    display:block;
	width: 160px;
	height: 25px;
	padding-top: 10px;
}
#columu_menubox li.border1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.to_top {
	text-align: right;
	margin-bottom: 15px;
	margin-right: 25px;
	font-size: 12px;
}
.to_c-top {
	font-size: 14px;
	width: 250px;
}
.to_c-top a {
    color:#333333;
	text-decoration:none;
}
.to_c-top a:hover {
    color:#FF6600;
	text-decoration:none;
}
.to_c-top img {
    padding-right:10px;
}


/* お問い合せフォーム */
#contact_main {
	width: 860px;
	margin-left: 60px;
	margin-bottom: 80px;
}
#contact_form {
	width: 720px;
	margin-left: 60px;
}

#contact_form th {
	text-align: left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 9pt;
	color: #444444;
	line-height: 1.4em;
	background-color: #C1FFE4;
}
#contact_form .th1 {
	text-align: center;
	font-size: 12pt;
}
#contact_form table {
	background-color: #999999;
}
#contact_form td {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 10pt;
}
#contact_form .td1 {
	line-height: 1.6em;
	padding: 10px;
}
#contact_form .td1 .td2 {
	font-size: 11pt;
	color: #FF3300;
	display: block;
	margin-bottom: 10px;
}
#contact_form .form_red {
	font-size: 10pt;
	color: #FF1111;
}



#sitemap_content {
	width: 840px;
	margin-bottom: 40px;
	margin-left: 70px;
}
#sitemap_main {
	width: 830px;
	margin-left: 10px;
}
.sitemap_sobi {
	background-image: url(images/sitemap_sobi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 600px;
	margin-bottom: 20px;
}
.sitemap_title {
	padding-left: 35px;
	width: 565px;
	padding-top: 7px;
	font-size: 16px;
	color: #006666;
	font-weight: bold;
}
#sitemap_main .map1 {
	width: 800px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 40px;
}
#sitemap_main .map1 img {
    margin-right:5px;
}
#sitemap_main .maplink {
    margin-right:20px;
}


#privacy_content {
	width: 840px;
	margin-bottom: 40px;
	margin-left: 70px;
}
#privacy_main {
	width: 830px;
	margin-left: 15px;
}
.privacy_sobi {
	background-image: url(images/privacy_sobi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 600px;
	margin-bottom: 20px;
}
.privacy_title {
	padding-left: 35px;
	width: 565px;
	padding-top: 7px;
	font-size: 16px;
	color: #006666;
	font-weight: bold;
}
.privacy_text1 {
	width: 810px;
	margin-left: 15px;
}
#privacy_main .privacy_text1 {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#privacy_main .privacy_text1 ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
#privacy_main .privacy_text1 li {
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -1em;
}
