
/* =======================================================
			サイト全体　設定
　======================================================== */

/* ===== スクロール設定 ===== */
html {
	overflow-y : scroll;
}

/* ===== サイト初期化（センタリング） ===== */
body {
	margin : 0;
	padding : 0;
	text-align : center;
	width : 100%;
	background : url("../img/bg.gif");
	background-repeat : repeat;
}

/* ===== サイト全体（センタリング用） ===== */
#container {
	/*border : solid 1px black;*/
	text-align : left;
	margin : 0 auto;
	width : 800px;
	font-size : 12px;
	background-color : #ffffff;
}

/* ===== 文字を消す ===== */
.none{
	display : none;
}

#no {
	display : none;
}

/* ===== リンク色 ===== */
a{
    color : #0000FF;
    font-style : normal;
    text-decoration : underline;
    border-style : none;
}


/* ========================================================
			コンテンツ　設定
   ======================================================== */
/* ===== top_contents全体　設定 ===== */
#top_contents {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0;
	padding : 0;
	width : 800px;
	height : 1766px;
	background-color : #bbbbbb;
}

/* =======================================================
			TITLE　設定
　======================================================== */
/* ===== index画像　設定（サイズ指定） ===== */
#title {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 0;
	top : 0;
	left : 0;
	width : 800px;
	height : 203px;
	background-color : #ffffff;
}

/* ===== h1　設定 ===== */
#h1 {
	margin : 0px;
	font-size : 25px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;
	display : none;
}

/* =======================================================
			contents_right　設定
　======================================================== */
/* ===== contents_right全体　設定 ===== */
#contents_right {
	/*border : solid 1px hotpink;*/
	position : absolute;
	margin : 0;
	padding : 0;
	top : 205px;
	left : 204px;
	width : 594px;
	height : 1509px;
	background-color : #ffffff;
}

#more {
	/*border : solid 1px green;*/
	position : relative;
	margin : 10px 0 20px 0;
	padding : 0px;
	width : 300px;
	left : 280px;
	font-size : 20px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align : right;
}

/* =======================================================
			コーナー紹介　設定
　======================================================== */
/* ===== corner　設定（コーナー紹介） ===== */
#h2_corner {
	position : relative;
	margin : 10px 0 0 10px;
	padding : 0px;
	width : 500px;
	font-size : 30px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #FF9933;
	line-height : 30px;
	border-style : solid;
    border-width : 0px;
    border-bottom-width : 2px;
    border-color : #FF9933;
}

/* ===== corner　設定 ===== */
ul#corner {
	/*border : solid 1px green;*/
	position : relative;
    margin : 0 0 0 5px;
	padding : 0;
	width : 580px;
	height : 580px;
}

/* ===== corner　設定（リスト横並び） ===== */
ul#corner li {
    margin : 10px 0 10px 0;
	padding : 0;
	float : left;
	list-style : none;
}

/* ===== corner　設定（テキスト） ===== */
#corner_txt{
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 0;
	top : 3px;
	left : 76px;
	width : 210px;
	height : 70px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;
	font-size : 10px;
	line-height : 13px;
}

/* ===== corner　設定（各タイトル） ===== */
.corner_title {
	font-size : 15px;
	color : red;
	margin : 0;
	line-height : 20px;
	font-weight : bold;
	border-style : dotted;
    border-width : 0px;
    border-bottom-width : 2px;
    border-color : #FF9933;
}

/* ===== corner　設定（今月のスポットライト） ===== */
li#spot {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/01.jpg");
    background-repeat : no-repeat;
}

li#ikmdb {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/02.jpg");
    background-repeat : no-repeat;
}

li#blog {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/03.jpg");
    background-repeat : no-repeat;
}

li#tyubo {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/04.jpg");
    background-repeat : no-repeat;
}

li#ogiri {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/05.jpg");
    background-repeat : no-repeat;
}

li#feti {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/06.jpg");
    background-repeat : no-repeat;
}

li#moti {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/07.jpg");
    background-repeat : no-repeat;
}

li#mens {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/08.jpg");
    background-repeat : no-repeat;
}

li#game {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/09.jpg");
    background-repeat : no-repeat;
}

li#kissa {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/10.jpg");
    background-repeat : no-repeat;
}

li#mentul {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/corner/11.jpg");
    background-repeat : no-repeat;
}

li#mada {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 280px;
    height : 75px;
    background-image : url("../img/corner/");
    background-repeat : no-repeat;
}

.mada {
	font-size : 20px;
	color : hotpink;
	margin : 0;
	line-height : 20px;
	font-weight : bold;
	line-height : 30px
}

















/* ===== corner　設定（今月のスポットライト） ===== */
li#test{
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 290px;
    height : 75px;
    background-image : url("../img/huta.jpg");
    background-repeat : no-repeat;
}




/* =======================================================
			登場キャスト　設定
　======================================================== */
/* ===== cast　設定（登場キャスト） ===== */
#h2_cast {
	position : relative;
    margin : 10px 0 0 10px;
	padding : 0px;
	width : 500px;
	font-size : 30px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #0099CC;
	line-height : 30px;
	border-style : solid;
    border-width : 0px;
    border-bottom-width : 2px;
    border-color : #0099CC;
}

/* ===== cast　設定 ===== */
ul#cast {
	/*border : solid 1px green;*/
	position : relative;
    margin : 0 0 0 5px;
	padding : 0;
	width : 580px;
	height : 290px;
}

/* ===== cast　設定（リスト横並び） ===== */
ul#cast li {
    margin : 10px 0 10px 0;
	padding : 0;
	float : left;
	list-style : none;
}

/* ===== cast　設定（corner_txt） ===== */
#cast_txt {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 0;
	top : 5px;
	left : 74px;
	width : 64px;
	height : 64px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;
	font-size : 12px;
	line-height : 13px;
}

/* ===== cast　設定（颯太） ===== */
li#ikm038 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/038.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（水谷百輔） ===== */
li#ikm094 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/094.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（伊坂達也） ===== */
li#ikm078 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/078.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（永井朋弥） ===== */
li#ikm016 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/016.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（篠山輝信） ===== */
li#ikm083 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/nophoto.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（三浦孝太） ===== */
li#ikm069 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/069.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（加藤良輔） ===== */
li#ikm089 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/089.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（西山宗佑） ===== */
li#ikm096 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/096.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（出合正幸） ===== */
li#ikm008 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/nophoto.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（絲木建太） ===== */
li#ikm060 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/060.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（清水良太郎） ===== */
li#ikm063 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/063.jpg");
    background-repeat : no-repeat;
}

/* ===== cast　設定（中村悠斗） ===== */
li#ikm097 {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 144px;
    height : 75px;
    background-image : url("../img/db/097.jpg");
    background-repeat : no-repeat;
}
/* =======================================================
			登場キャスト一覧　設定
　======================================================== */
/* ===== cast　設定（登場キャスト） ===== */
#h2_cast_more {
	position : relative;
    margin : 10px 0 0 10px;
	padding : 0px;
	width : 500px;
	font-size : 30px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #0099CC;
	line-height : 30px;
	border-style : solid;
    border-width : 0px;
    border-bottom-width : 2px;
    border-color : #0099CC;
}

/* ===== cast　設定 ===== */
ul#cast_more {
	/*border : solid 1px green;*/
	position : relative;
    margin : 0 0 0 5px;
	padding : 0;
	width : 580px;
	height : 600px;
}

/* ===== cast　設定（リスト横並び） ===== */
ul#cast_more li {
    margin : 10px 0 0 5px;
	padding : 0;
	float : left;
	list-style : none;
}

/* ===== cast　設定（颯太） ===== */
li#cast_list {
	/*border : solid 1px red;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 180px;

	font-size : 15px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;

}




















/* =======================================================
			ＮＥＷＳ　設定
　======================================================== */
/* ===== news　設定（タイトル） ===== */
#h2_news {
	position : relative;
    margin : 10px 0 0 10px;
	padding : 0px;
	width : 500px;
	font-size : 30px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #663399;
	line-height : 30px;
	border-style : solid;
    border-width : 0px;
    border-bottom-width : 2px;
    border-color : #663399;
}

/* ===== news　設定 ===== */
ul#news {
	/*border : solid 1px green;*/
	position : relative;
    margin : 0 0 0 5px;
	padding : 0;
	width : 580px;
	height : 460px;
	font-size : 10px;
	font-weight : nomal;
	line-height : 18px;
}

/* ===== news　設定（リスト横並び） ===== */
ul#news li {
    margin : 10px 0 5px 5px;
	padding : 0;
	float : left;
	list-style : none;
	font-size : 12px;
	font-weight : normal;
}

/* ===== news　設定（内容） ===== */
li#news{
	/*border : solid 1px #ff0000;*/
    display : block;
    margin : 0;
	padding : 0;
    width : 560px;
    height : 60px;
    font-size : 15px;
    font-weight : bold;
    color : #000000;
}

/* ===== news　設定（日付） ===== */
.date {
	color : tomato;
	font-size : 18px;
	font-weight : bold;
	line-height : 20px;
}

/* =======================================================
			navi　設定
　======================================================== */
/* ===== global_navi全体　設定 ===== */
#contents_left {
	/*border : solid 1px green;*/
	position : absolute;
	margin : 0 auto;
	padding : 0;
	top : 205px;
	left : 2px;
	width : 200px;
	height : 1509px;
	font-size : 12px;
	background-color : #ffffff;
}

/* ===== バーコード　設定 ===== */
#bar_code {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	left : 0;
	width : 196px;
	text-align : center;
	font-size : 11px;
}

/* ===== バーコード　設定（タイトル） ===== */
#bar_code_title {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 35px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	line-height : 32px;
	color : #ffffff;
	background-image : url("../img/bar_code.gif");
	background-repeat : no-repeat;
}

/* ===== バーコード　設定（ＱＲコード） ===== */
#qr_code {
	/*border : solid 1px black;*/
	position : relative;
	margin : 5px auto;
	padding : 0 ;
	top : 0;
	left : 0;
	width : 135px;
	height : 135px;
	background-image : url("../img/qr_ikm.gif");
	background-repeat : no-repeat;
}
.url {
	font-size : 13px;
}

/* ===== 携帯に送る　設定 ===== */
#to_mobile {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	left : 0;
	width : 196px;
	text-align : center;
}
/* ===== 携帯に送る 設定（タイトル） ===== */
#to_mobile_title {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 35px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	line-height : 32px;
	color : #ffffff;
	background-image : url("../img/to_mobile.gif");
	background-repeat : no-repeat;
}

/* ===== 携帯に送る　設定（送信フォーム） ===== */
#form {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 10px auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 60px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;
	font-size : 12px;
}

/* ===== 携帯に送る　設定（送信フォーム） ===== */
#input_01 {
	font-size : 12px;
	width : 159px;
}

#input_02 {
	font-size : 12px;
	width : 165px;
}

#input_03 {
	font-size : 12px;
	width : 167px;
}

/* ===== バナー　設定 ===== */
#banner {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	left : 0;
	width : 196px;
	text-align : center;
}
/* ===== バナー　設定（タイトル） ===== */
#banner_title {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 35px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	line-height : 32px;
	color : #ffffff;
	background-image : url("../img/banner.gif");
	background-repeat : no-repeat;
}

#ikm_banner {
	position : relative;
	margin : 10px auto;
	top : 0;
	left : 0;
}


/* ===== アクセス方法　設定 ===== */
#access_method {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	width : 196px;
	text-align : center;
}
/* ===== アクセス方法　設定（タイトル） ===== */
#access_method_title {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 35px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	line-height : 32px;
	color : #ffffff;
	background-image : url("../img/access_method.gif");
	background-repeat : no-repeat;
}




/* ===== アクセス方法　設定（リスト）*/
ul#access {
	/*border : solid 1px blue;*/
	position : relative;
    margin : 0;
	padding : 0;
	width : 196px;
	height : 245px;
}

/* ===== アクセス方法　設定（アクセス方法）*/
li#caria{
	/*border : solid 1px red;*/
	position : absolute;
    margin : 0;
	padding : 0;
	top : 20px;
	left : 50px;
	width : 130px;
	font-size : 12px;
	color : #000000;
	line-height : 14px;
	text-align : left;
	list-style-type : none;
}

/* ===== アクセス方法　設定（ドコモ） ===== */
li#icon_do {
	position : absolute;
    margin : 0;
	padding : 0;
	top : 30px;
	left : 5px;
	width : 30px;
	height : 30px;
	background : url("../img/icon_do.gif");
	background-repeat : no-repeat;
	list-style-type : none;
}

/* ===== アクセス方法　設定（au） ===== */
li#icon_au {
	position : absolute;
    margin : 0;
	padding : 0;
	top : 105px;
	left : 5px;
	width : 30px;
	height : 30px;
	background : url("../img/icon_au.gif");
	background-repeat : no-repeat;
	list-style-type : none;
}

/* ===== アクセス方法　設定（SoftBank） ===== */
li#icon_sb {
	position : absolute;
    margin : 0;
	padding : 0;
	top : 180px;
	left : 5px;
	width : 30px;
	height : 30px;
	background : url("../img/icon_sb.gif");
	background-repeat : no-repeat;
	list-style-type : none;
}

/* ===== おすすめサイト　設定 ===== */
#osusume_site {
	/*border : solid 1px blue;*/
	position : relative;
	margin : 0;
	padding : 2px;
	top : 0;
	left : 0;
	width : 196px;
	text-align : center;
}

/* ===== おすすめサイト　設定（タイトル） ===== */
#osusume_site_title {
	/*border : solid 1px red;*/
	position : relative;
	margin : 0 auto;
	padding : 0;
	top : 0;
	left : 0;
	width : 196px;
	height : 35px;
	text-align : center;
	font-size : 16px;
	font-weight : bold;
	line-height : 32px;
	color : #ffffff;
	background-image : url("../img/osusume_site.gif");
	background-repeat : no-repeat;
}

/* ===== おすすめサイト　設定（バナーロールオーバー） ===== */
a:hover.link4{
    background-position : 0px -53px;
}

/* ===== おすすめサイト　設定（らぶみっけＤＸ） ===== */
#banner_lmk {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_lmk a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/lmk.gif");
}

/* ===== おすすめサイト　設定（こだわりらいふ） ===== */
#banner_hny {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_hny a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/hny.gif");
}

/* ===== おすすめサイト　設定（Mnte） ===== */
#banner_mnm {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_mnm a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/mnm.gif");
}

/* ===== おすすめサイト　設定（まめトモＤＸ） ===== */
#banner_nmt {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_nmt a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/nmt.gif");
}

/* ===== おすすめサイト　設定（クチコミおんならいふ） ===== */
#banner_ona {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_ona a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/ona.gif");
}

/* ===== おすすめサイト　設定（小野十傳　運命カルテ） ===== */
#banner_tuk {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_tuk a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/tuk.gif");
}

/* ===== おすすめサイト　設定（韓流Style） ===== */
#banner_stl {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_stl a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/stl.gif");
}

/* ===== おすすめサイト　設定（韓国市場） ===== */
#banner_kom {
	position : relative;
	border : solid 1px #cccccc;
	margin : 0 0 5px 0;
	padding : 1px;
	width : 192px;
	height : 53px;
}

#banner_kom a.link4{
	display : block;
	margin : 0;
	padding : 0;
	width : 192px;
	height : 53px;
	background-image : url("../img/banner/kom.gif");
}













/* =======================================================
			flash　設定
　======================================================== */
/* ===== flash全体　設定 ===== */
#flash {
	/*border : solid 1px hotpink;*/
	position : absolute;
	margin : 0 auto;
	padding : 0;
	top : 1716px;
	left : 2px;
	width : 797px;
	height : 48px;
	background-color : #ffffff;
	text-align : center;
	line-height : 20px;
	vertical-align : middle;
}

#flash_txt {
	/*border : solid 1px hotpink;*/
	position : absolute;
	margin : 0;
	padding : 0;
	top : 10px;
	left : 100px;
	width : 500px;
	height : 20px;
	text-align : center;
	line-height : 20px;
	vertical-align : middle;
}

#flash_img {
	position : absolute;
	margin : 0;
	padding : 0;
	top : 5px;
	left : 600px;
	width : 130px;
	height : 31px;
}














/* =======================================================
　　　　　　　　　　コピーライト　設定
　======================================================== */
/* ===== フッターinfo（コピーライト：font設定） ===== */
#copyright {
	position: relative;
	margin : 0 auto;
	width : 400px;
	padding: 5px;
	font-size: 10px;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
	line-height : 20px;
	background-color : #ffffff;
	text-align : center;
}

/* ===== フッターinfo（コピーライト：リンク設定） ===== */
#copyright a {
	color: #FF8B00;
}
