@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";



/* --------------
Layout
-------------- */

body{
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.1em;
}


h3{
	padding-top:5px;
	font-size:30px;
	font-weight:bold;
	text-shadow: 0px 0px 1px #F09;
	color:#F09;
}

h4{
	font-size:20px;
	font-weight:bold;
	text-shadow: 0px 0px 1px #F09;
	color:#F09;
}

.income_link{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

/* definition_.boxArticle */
.boxArticle{
	border-color: #fe0002;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 20px;
	padding: 10px 20px 10px;
	width: 803px;	
}

/* under IE6 */
* html .boxArticle{
	width: 843px;	
}

.boxArticle h2{
	margin: 0 0 8px;
}

.boxArticle ul{
	margin: 0;
	width: 797px;
}

.boxArticle ul li{
	float: left;
	margin: 0 16px 16px 0;
	width: 255px;
}

.boxArticle ul li.end{
	margin: 0;
}

.boxArticle .innerBox1{
	clear: both;
	position: relative;
}

.boxArticle .innerBox1 #btnUnder18{
	position: absolute;
	right: 35px;
	top: -15px;
}

.boxArticle .innerBoxL{
	float: left;
	width: 282px;
}

.boxArticle .innerBoxL h3{
	margin: 0 0 20px;
}

.boxArticle .innerBoxR{
	float: right;
	width: 500px;
}

.boxArticle .innerBoxR h4{
	margin: 10px 0;
}

.boxArticle .innerBoxR p{
	line-height: 1.3;
	margin: 0 0 10px;
}

/* definition_.naviList */
.boxArticle .innerBoxR .naviList{
	clear: both;
	width: 500px;
}

.boxArticle .innerBoxR .naviList li{
	float: left;
	margin: 0 21px 11px 0;
	width: 151px;
}

.boxArticle .innerBoxR .naviList li.end{
	margin: 0 0 11px 0;
}

/* definition_.boxArticle2 */
.boxArticle2{
	margin: 0 0 20px;
	padding: 10px 20px 10px;
	width: 805px;	
}

/* under IE6 */
* html .boxArticle2{
	width: 845px;	
}

.boxArticle2 .innerBoxL{
	float: left;
	width: 485px;	
}

.boxArticle2 .innerBoxL p{
	margin: 0;
}

.boxArticle2 .innerBoxR{
	float: right;
	width: 272px;	
}

/* definition_#footerNavi */
#footerNavi ul{
	clear: both;	
}

#footerNavi ul li{
	float: left;
	margin: 0 11px 11px 0;
}

#footerNavi ul li.end{
	margin: 0 0 11px 0;
}

/* definition_#footer */
#footer p{
	margin: 0;
}

#footer #logoFooter{
	position: absolute;
	right: 0;
	top: 58px;
}


/*＊＊＊＊＊2011/12/22add＊＊＊＊＊*/
#footer {
	height:120px;
	margin-top:0px;
	text-align:center;
	/*background:url(../img/footerBg.gif) repeat-x;*/
}
#footerContent {
	clear:both;
	width:885px;
	height:120px;
	margin:auto;
	text-align:left;
	position:relative;
}
#footer address {
	padding-top:13px;
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
}
.footerMenu {
	width:700px;
	padding-top:6px;
}
.footerCi a {
	display:block;
	width:148px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/footCi.png) no-repeat;
/*	position:absolute;
	right: 10px;
	bottom: 10px;*/
	behavior: expression(IEPNGFIX.fix(this));
/*	behavior: url(js/iepngfix.htc);*/
}
.footerCi {
	position:absolute;
	right: 10px;
	bottom: 35px;
}
.footerMenu li {
	float:left;
	margin-right:3px;
	padding-right:3px;
	border-right:1px solid #999;
}
#footer a {
	color:#ffffff;
}
/* ********** clearfix ********** */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* 総合エントランス部分 */
.index_bbsTopEntry {
	width:240px;
	margin:6px;
	padding-right:4px;
	padding-left:5px;
	font-size:11px;
	float:left;
	line-height:1.7em;
	height:400px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.index_bbsTopEntry table{
	width:100%;
	border:1px solid #ffcabf;
	color:#ff00ff;
}
.index_bbsTopEntry a {
	color:#ff00ff;
}
.index_bbsTopEntry table th {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border-bottom:1px dashed #ffd7cf;
	font-weight:normal;
	width:280px;
}
.index_bbsTopEntry table td {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ffd7cf;
	width:44px;
}

.text_area{
	color:#999 !important;
}
.index_bbsTopEntry table tr.bbsTopEntryLast th {
	border-bottom:none;
}
.index_bbsTopEntry table tr.bbsTopEntryLast td {
	border-bottom:none;
}

