/* CSS Document */

* {
	margin:0;
	padding:0;}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}

h1, h2, h3, h4, h5, p, img, div, hr, a {
	margin:0;
	padding:0}
	
h1, h2, h3, h4, h5 {font-weight:normal}


li,ul{margin:0;padding:0;
	list-style:none}

dl, dt, dd{margin:0;padding:0;}

a:link{color:#006699;text-decoration: none;}
a:hover{color:#00B5F0;text-decoration: underline !important;}
a:visited {text-decoration: none;}

a {overflow:hidden;}

img {border:0;}

table {
	border-collapse:collapse;}

.clearBoth {clear:both;}
.fl {float:left;}
.fr {float:right;}


.fs60 {font-size:60%;font-weight:normal}
.fs80 {font-size:80% !important;}
.fs85 {font-size:85% !important;}
.fs90 {font-size:90% !important;}
.fs100 {font-size:100% !important;}
.fs110 {font-size:110%}
.fs120 {font-size:120%}
.fs140 {font-size:140%}
.fs160 {font-size:160%}

.lh120 {line-height:1.2;}
.lh130 {line-height:1.3;}
.lh150 {line-height:1.5;}
.lh180 {line-height:1.8;}

/******************************MARGIN*/

.mt05 {margin-top:05px;}
.mt08 {margin-top:8px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt18 {margin-top:18px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mb03 {margin-bottom:3px;}
.mb05 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mr06 {margin-right:6px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}
.mr80 {margin-right:80px;}
.mr100 {margin-right:100px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml60 {margin-left:60px;}
.ml65 {margin-left:65px;}

/******************************PADDING*/
.pdnT15 {padding-top:15px;}
.pdnT20 {padding-top:20px;}

/* *******************************クリアフィックス */
#header:after, #gm ul:after, #contents:after, #favorite:after, #quicklink ul:after, #footer #footer-inner:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#header, #gm ul, #contents, #favorite, #quicklink ul, #footer #footer-inner {
    display: inline-block;
}

#header, #gm ul, #contents, #favorite, #quicklink ul, #footer #footer-inner {
    display: block;
}

/* ************************************レイアウト */

#intro { /* 一番上の黄色い帯 */
	background-color:#FCC700;
	height:15px;}
#intro #intro-inner {
	font-size:10px;
	text-align:right;
	height:15px;
	line-height:15px;
	width:960px;
	margin:0 auto;}
	
#wrapper {
	width:960px;
	margin:auto;}
	
#header { /* ヘッダー */
	background:url(images/header_bg.jpg) no-repeat left top;
	height:76px;}
#header #title {
	float:left;}
#header #headerMenu {
	float:right;
	width:590px;
	padding:0 20px 0 0;}
#header #headerMenu a {
	float:right;}
#header #headerMenu #btnForm {
	margin:18px 0 18px 15px;}

	
#gm ul { /* グローバルメニュー */
	height:50px;
	padding:0 0 4px 20px;
	width:940px;}
#gm li {
	float:left;}
#gm li img {
	vertical-align:bottom;}
	
#contents {
	clear:both;
	background-color:#FFFFFF;}

#contents #maincol, #contents #subcol {
	float:left;}

#contents #subcol {
	width:210px;
	padding-bottom:20px;}
	
/* IE6用 */
*html #contents #maincol, *html #contents #subcol {
	float:left;
	display:inline;}
	
/* お気に入り */

#contents #subcol #favorite {
	background: url(../images/ban_favorite_bg.gif) repeat left top;
	margin-bottom:13px;
	padding-bottom:8px;
	width:210px;}
#contents #subcol #favorite #favorite_box {
	width:184px;
	margin:7px 0 0 10px;
	padding:4px 3px;
	border:1px solid #FFCC00;
	background-color:#FFFFFF;}
#contents #subcol #favorite #favorite_box table {
	}
#contents #subcol #favorite #favorite_box th, #contents #subcol #favorite #favorite_box td {
	}
#contents #subcol #favorite #favorite_box th {
	padding:3px 0 3px 4px;
	width:11px;}
#contents #subcol #favorite #favorite_box td {
	padding:3px 0 3px 4px;
	line-height:1.3;}
	
/* サブメニュー */
#contents #subcol #subMenu {
	margin-bottom:8px;}
#contents #subcol #subMenu li {
	margin-bottom:5px;}
#contents #subcol #subMenu li img {
	vertical-align:bottom;}
	
#contents .pagetop {
	clear:both;
	text-align:right;
	padding-right:8px;}

/* 協賛社一覧 */

#contents #quicklink {
	clear:both;
	font-size:83%;
	color:#666666;}
#quicklink h3 {
	background:url(images/quicklink_line.gif) repeat-x left bottom;
	margin-bottom:8px;}
#quicklink ul {
	padding:0 0 5px 10px;}
#quicklink li {
	width:237px;
	float:left;
	line-height:1.4;}
#quicklink li a {
	color:#666666;}
#quicklink li a.blank {
	background:url(images/icon_blank.gif) no-repeat right center;
	padding-right:11px;}
#quicklink li a:hover {
	color:#999999;}
	
#bottomLink {
	border-top:1px dotted #CCCCCC;
	height:2.5em;
	line-height:2.5em;
	text-align:center;
	clear:both;}
	
#footer {
	background: #E0E0E0 url(images/footer_bg.gif) repeat-x left top;
	clear:both;}
#footer #footer-inner {
	width:950px;
	margin:0 auto;
	padding:12px 0 20px 10px;
	color:#666666;
	line-height:1.4;}
#footer #footer-inner #footerL {
	width:22em;
	float:left;
	border-right:1px solid #FFFFFF;
	margin-right:1em;}
#footer #footer-inner #footerR {
	float:left;
	font-size:83%;}

