@charset "utf-8";

/*=== 1.Universal selector ===*/
* {
	margin: 0; 
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}

/*=== 2.Body ===*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	font: normal 90%/140% sans-serif;
}

/*=== 3.Text ===*/
h1,h2,h3,h4,h5,h6,p,address {
	font-size: 100%;
	line-height: 140%;
}

.red {color: #FF0000;}
.orange {color: #FF6600;}
.blue {color: #0000CC;}
.green {color: #009900;}
.boldTxt {font-weight: bold;}

/*=== 4.Hypertext===*/
a:link {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
	line-height: 100%;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

a img { border-style: none; }

/*==================ページ全体==================*/
#all {
	width: 860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/*==================ヘッダ==================*/
#header {
	width: 860px;
	background: #FFFFFF;
	height: 30px;
}
#header div {
	float: left;
}

/*==================メイン==================*/
.mainImage {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}

/*==================グローバルナビ==================*/
.gNavi {
	width: 860px;
	background: #FFFFFF;
	height: 42px;
}
.gNavi div {
	float: left;
}

/*==================コンテンツ==================*/
.catchCopy {
	width: 217px;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 20px;
	float: left;
}

.monthly {
	float: left;
	width: 159px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 14px 10px 8px;
}

.monthly p {
	font-size: 90%;
	line-height: 120%;
	color: #666666;
	margin-top: 16px;
}

.info {
	float: left;
	width: 420px;
	margin-top: 7px;
	background: url(../top_img/information_bg.jpg) no-repeat;
	margin-left: 26px;
	overflow: visible;
	padding-left: 15px;
}

.info a,
.info a:visited {
	color: #CC0000;
	text-decoration: none;
}

.info a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.mini {
	float: left;
	height: 153px;
	width: 1px;
}

table.news {
	margin-top: 30px;
	border-top: 1px dotted #999999;
	width: 396px;
	float: left;
}

table.news td {
	font-size: 90%;
	line-height: 110%;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
}

table.news td.left {
	vertical-align: top;
	font-weight: bold;
	color: #CC0000;
	width: 86px;
}

table.news td.right {
	width: 298px;
	letter-spacing: 0em;
}


/*==================ページトップ==================*/
.pageTop {
	text-align: right;
	width: 820px;
	background: url(../common/totop_arrow.gif) no-repeat right 1px;
	padding-right: 16px;
	letter-spacing: 0em;
	margin-bottom: 16px;
	clear: both;
	padding-bottom: 4px;
}

.pageTop a,
.pageTop a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pageTop a:hover {
	color: #333333;
	text-decoration: underline;
}

/*===クリア===*/
.clear {
	clear: both;
	width: 100%;
}

/*==================フッタ==================*/
#footer {
	width: 860px;
}
