@charset "Shift_JIS";

/* -------------------------------------------------
基本レイアウト
---------------------------------------------------- */

/* 全体 */

html {
	height: 100%;
}

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../common/bg.gif);
	text-align: center;
	height: 100%;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(../common/dot_bg_960.gif);
	background-repeat: repeat-y;
	width: 950px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin:0px auto;/*上下、左右*/
	padding:0px 5px;/*上下、左右*/
}

.clearfix:after {
	content: " ";   
    display: block;   
    clear: both;
}

.clearfix {
	zoom: 1;
}

.layout {
	overflow:hidden;
}
	
/* text */

h1,h2,h3,h4,h5,p {
	margin:0px;
	padding:0px;
}

ol,ul,li,dl {
	margin: 0px;
	padding: 0px;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

/* image */

img {border:0;}

.img_border_gray {
	padding: 1px;
	border: 1px solid #dedede;
}

.img_left_pad15 {
	float: left;
	padding-right: 15px;
}

.img_left_pad10 {
	float: left;
	padding-right: 10px;
}


.img_right_pad10 {
	float: right;
	padding-left: 10px;
}

/* -------------------------------------------------
リンク
---------------------------------------------------- */

/* グレー1 */

a.linkGray1 {
	color: #666;
	text-decoration: none;
}

a:hover.linkGray1  {
	color: #666;
	text-decoration: underline;
}

/* グレー2 */

a.linkGray2 {
	color: #999;
	text-decoration: none;
}

a:hover.linkGray2  {
	color: #999;
	text-decoration: underline;
}

/* オレンジ1 */

a.linkOrange1 {
	color: #f60;
	text-decoration: none;
}

a:hover.linkOrange1 {
	color: #f60;
	text-decoration: underline;
}

/* グリーン1 */

a.linkGreen1 {
	color: #9c0;
	text-decoration: none;
}

a:hover.linkGreen1 {
	color: #9c0;
	text-decoration: underline;
}

/* -------------------------------------------------
リスト　インラインデフォルト
---------------------------------------------------- */

ul.li-default {
	color: #666666;
	text-align: left;
	list-style-type: none;
}

ul.li-default li {
	display: inline;
}

li.li-line-gray {
	padding-left: 6px;
	background-position: -2px 0px;
	background-image: url(../common/li_line_grey.gif);
	background-repeat: no-repeat;
}

/* -------------------------------------------------
キャンペーン・バナー
---------------------------------------------------- */

.banner {
	margin-bottom: 10px;
	text-align: center;
}

/* -------------------------------------------------
ヘッダー
---------------------------------------------------- */

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(../common/header_bg.gif) repeat-x top;
}

#header h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin: 0px;
}

#header #logo {
	float: left;
	padding-top: 8px;
	height: 70px;
	width: 326px;
}

#top_premium_banner {
	float: right;
	padding-top: 13px;
	height: 60px;
	width: 468px;
}

/* -------------------------------------------------
グローバルメニュー
---------------------------------------------------- */

#gmenu {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#gmenu h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#gmenu h2 em {
	visibility: hidden;
}

#gmenu h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 95px;
}

/* 1番目のグローバルメニュー */
#gmenu h2#gm01 a {
	background-image: url(../images/gmenu_idx_01.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm01 a:hover,#gmenu h2#gm01 a:active {
	background-image: url(../images/gmenu_idx_01-over.gif);
	background-repeat: no-repeat;
}

/* 2番目のグローバルメニュー */
#gmenu h2#gm02 a {
	background-image: url(../images/gmenu_idx_02.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm02 a:hover,#gmenu h2#gm02 a:active {
	background-image: url(../images/gmenu_idx_02-over.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm02on a {
	background-image: url(../common/gmenu/gmenu_idx_02-on.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm02on a:hover,#gmenu h2#gm02on a:active {
	background-image: url(../common/gmenu/gmenu_idx_02-on.gif);
	background-repeat: no-repeat;
}

/* 3番目のグローバルメニュー */
#gmenu h2#gm03 a {
	background-image: url(../images/gmenu_idx_03.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm03 a:hover,#gmenu h2#gm03 a:active {
	background-image: url(../images/gmenu_idx_03-over.gif);
	background-repeat: no-repeat;
}

/* 4番目のグローバルメニュー */
#gmenu h2#gm04 a {
	background-image: url(../images/gmenu_idx_04.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm04 a:hover,#gmenu h2#gm04 a:active {
	background-image: url(../images/gmenu_idx_04-over.gif);
	background-repeat: no-repeat;
}

/* 5番目のグローバルメニュー */
#gmenu h2#gm05 a {
	background-image: url(../images/gmenu_idx_05.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm05 a:hover,#gmenu h2#gm05 a:active {
	background-image: url(../images/gmenu_idx_05-over.gif);
	background-repeat: no-repeat;
}

/* 6番目のグローバルメニュー */
#gmenu h2#gm06 a {
	background-image: url(../images/gmenu_idx_06.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm06 a:hover,#gmenu h2#gm06 a:active {
	background-image: url(../images/gmenu_idx_06-over.gif);
	background-repeat: no-repeat;
}

/* 7番目のグローバルメニュー */
#gmenu h2#gm07 a {
	background-image: url(../images/gmenu_idx_07.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm07 a:hover,#gmenu h2#gm07 a:active {
	background-image: url(../images/gmenu_idx_07-over.gif);
	background-repeat: no-repeat;
}

/* 8番目のグローバルメニュー */
#gmenu h2#gm08 a {
	background-image: url(../images/gmenu_idx_08.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm08 a:hover,#gmenu h2#gm08 a:active {
	background-image: url(../images/gmenu_idx_08-over.gif);
	background-repeat: no-repeat;
}

/* 9番目のグローバルメニュー */
#gmenu h2#gm09 a {
	background-image: url(../images/gmenu_idx_09.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm09 a:hover,#gmenu h2#gm09 a:active {
	background-image: url(../images/gmenu_idx_09-over.gif);
	background-repeat: no-repeat;
}

/* 10番目のグローバルメニュー */
#gmenu h2#gm10 a {
	background-image: url(../images/gmenu_idx_10.gif);
	background-repeat: no-repeat;
}

#gmenu h2#gm10 a:hover,#gmenu h2#gm10 a:active {
	background-image: url(../images/gmenu_idx_10-over.gif);
	background-repeat: no-repeat;
}


/* -------------------------------------------------
中央コンテンツ全体コンテナ
---------------------------------------------------- */

#contents {
	padding: 0px;
	height: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* -------------------------------------------------
中央コンテンツメインコンテナ
---------------------------------------------------- */

/* メイン全体コンテナ */

#main {
	margin: 0px;
	float: left;
	height: auto;
	width: 640px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
}

/* 共通コンテンツボックス指定 */

#main h3 {
	font-size: 9px;
	visibility: hidden;
}/* 各コンテンツタイトル隠す */


.category_main {
	width: 640px;
	margin-bottom: 10px;
	font-size: 12px;
}

.category_main_box {
	width: 620px;
    padding: 0px 10px;
}

.category_main_s {
	width: 315px;
	margin-bottom: 10px;
	font-size: 12px;
	float: left;
}

.category_main_s2 {
	width: 315px;
	margin: 0px 0px 10px 10px;
	font-size: 12px;
	float: left;
}

/* -------------------------------------------------
中央コンテンツ内右サイドナビ全体コンテナ
---------------------------------------------------- */

/* 右サイドナビ全体コンテナ */

#sidenavi2 {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1500px;
	width: 300px;
}

/* 共通コンテンツボックス指定 */

.category_sidenavi2 {
	width: 296px;
	margin-bottom: 10px;
	padding: 1px 1px 0 1px;
	font-size: 12px;
	border: 1px solid #dedede;
}

.sidenavi2_box_block {
	width: 286px;
	border-bottom: 1px solid #dedede;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.sidenavi2_box_block_last {
	width: 286px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

/*右サイドナビタイトル*/

.category_sidenavi2_title {
	width: 296px;
	height: 30px;
	background-image: url(../common/category_sidenavi2_title_bg.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
}

.category_sidenavi2_title2 {
	width: 296px;
	height: 30px;
	background-image: url(../common/category_sidenavi2_title2_bg.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
}

#sidenavi2 h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0px 0px 10px;
}

#sidenavi2 h4 {
	font-size: 12px;
	color: #99cc00;
	padding-bottom: 5px;
}


.sidenavi2_block_to3 {
	float: left;
	width: 89px;
	padding-right: 5px;
	text-align: center;
}

.sidenavi2_block_to3_right {
	float: left;
	width: 88px;
	text-align: center;
}

/*銀聯*/

#ginren {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_ginren_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#ginren h4 {
	color: #F00;
	padding-bottom: 7px;
	visibility: hidden;
}

.txt_area {
	font-size: 12px;
	line-height: 16px;
	color: #066;
	float: left;
	width: 170px;
	padding-left: 3px;
}

/*お役立ち情報*/

#useful img {
	border: 1px solid #9C0;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#useful.txt_area {
	font-size: 12px;
	line-height: 16px;
	color: #066;
	float: right;
	width: 170px;
}

.txt_box {
	font-size: 12px;
	line-height: 16px;
	float: left;
	padding-left: 10px;
	width: 220px;
}

/*国際電話カード*/

#prepaidcard {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_prepaid_bg2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#prepaidcard h4 {
	color: #039;
	padding-bottom: 5px;
}

.txt_area_prepaidcard {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	float: left;
	width: 160px;
	padding-left: 3px;
}

/*ワールド携帯*/

#docomo {
	width: 280px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	background-image: url(../images/pr_docomo_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
}

#docomo h4 {
	color: #039;
	padding-bottom: 5px;
	visibility: hidden;
}

.txt_area_docomo {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	float: right;
	width: 175px;
	padding-right: 10px;
}

/*ヘリコプター*/

#helicopter {
	width: 280px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	background-image: url(../images/pr_helicopter_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 55px;
}

#helicopter h4 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 7px;
	font-weight: bold;
}

.txt_area_helicopter {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}

.txt_area_helicopter a {
	color: #FFF;
	text-decoration: none;
}

.txt_area_helicopter a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*その他常設コンテンツ*/

#other h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 10px;
}

#news h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 5px 0px 0px 10px;
}


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


#footer{
	position:relative;
	height: auto;
	margin: 0px auto;
	bottom: 0px;
	text-align: center;
	padding-top: 30px;
	clear: both;
}

#footer_contents {
	background-image: url(../common/copy_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer_contents ul{
	list-style:none;
	border-top:solid 1px #ff9900;
	text-align:center;
	margin: 0px 5px;
	padding: 10px 0px;
	font-size: 12px;
}

#footer_contents ul li{
	display:inline;
	padding:0 10px;
	border-right:solid 1px #666666;
}

#footer_contents ul li.lastlist {
	border-right: none;
}

.warning{
	text-align:center;
	font-size:12px;
	line-height:120%;
	color:#666666;
	margin: 5px 0px 10px 0px;	
}

address {
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
}


/* -------------------------------------------------
ページトップへ戻る
---------------------------------------------------- */

#totop{
	text-align: right;
}

#totop a{
	font-size: 11px;
	text-decoration: none;
	background-image: url(../common/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: #666666;
}

#totop a:hover{
	font-size: 11px;
	text-decoration: underline;
	background-image: url(../common/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: #ff6633;
}

#totop2{
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#totop2 a{
	font-size: 11px;
	text-decoration: none;
	background-image: url(../common/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: #666666;
}

#totop2 a:hover{
	font-size: 11px;
	text-decoration: underline;
	background-image: url(../common/totop.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: #ff6633;
}
