@charset "utf-8";
@import url("../ext/reset.css");

html{
	height: 100%;
	margin-bottom: 1px;
}

body{
	color: #333333;
	background-color: #131313;
	font-size: 12px;
	line-height: 1.5;
}

input[type='text'],
textarea{
	color: #333333;
	background-color: #F5F5F5;
	font-size: 12px;
	padding: 2px;
}

select{
	color: #333333;
	background-color: #F5F5F5;
	font-size: 12px;
}

img{
	border: 0;
	vertical-align: top;
}


strong{
	font-weight: normal;
}

input{
	vertical-align: middle;
}

a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #cdcdcd; text-decoration: none; }
a:active  { color: #ffffff; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: none; }

#wrapper{
	width: 850px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

/*--------------------------------------------------------------------
　　header
--------------------------------------------------------------------*/
#header{
	border-bottom: 5px solid #131313;
	margin: 0;
}

#header .logo{
	float: left;
	width: 99px;
}


/*--------------------------------------------------------------------
　　contents
--------------------------------------------------------------------*/
#contents{
	background-image: url(../../IMG/css/leftmenu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #0f2b41;
}

#contents #leftColumn{
	color: #003366;
	height: 650px;
	width: 170px;
	float: left;
}

#contents #rightColumn{
	width: 675px;
/*	height: 400px;*/
/*	display: inline;*/
	float: right;
	border-top: 1px solid #7d7872;
	border-left: 5px solid #7d7872;
}

#popupWrapper{
	width: 550px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 10px;
}

/*--------------------------------------------------------------------
　　leftColumn
--------------------------------------------------------------------*/

#contents #leftColumn #sitelogo{
	color: #003366;
	height: 144px;
	width: 170px;
	margin: 0px;
	padding: 0;
	float: left;
}

.box_hover{
	cursor:pointer;
}

#contents #leftColumn #submenu{
	height: 500px;
	width: 170px;
	float: left;
}

#contents #leftColumn #submenu ul{
	border-bottom:1px solid #506b74;
}

#contents #leftColumn #submenu ul li{
	width:170px;
	border-top:1px solid #506b74;
}

#contents #leftColumn #submenu ul a{
	display: block;
	width:150px;
	height:18px;
	padding:8px 0 8px 20px;
}

#contents #leftColumn #submenu ul a.slct{
	border-left:5px solid #ec8580;
	padding:8px 0 8px 15px;
}

#contents #leftColumn #submenu ul li a:hover{
	display: block;
	width:150px;
	height:18px;
	border-left:5px solid #d7cabb;
	color:#fff;
	text-decoration: none;
	padding:8px 0 8px 15px;
}

/*--------------------------------------------------------------------
　　rightColumn
--------------------------------------------------------------------*/

#contents #rightColumn #rightmenu{
	font-size:15px;
	height:25px;
	background-color: #131313;
	background-image: url(../../IMG/css/right_hader_menu.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 35px;
}

#contents #rightColumn #rightmenu ul{
	list-style-type: none;
}

#contents #rightColumn #rightmenu ul li{
	width: 85px;
	margin: 0px 0px 0px 10px;
	float: left;
}

#contents #rightColumn #rightmenu ul a{
	display: block;
	width:60px;
	height:24px;
	padding:1px 0 0 15px;
/*	background-color: orange;*/
	background-image: url(../../IMG/css/right_hader_menu_non_activ.gif);
	background-repeat: no-repeat;
}

#contents #rightColumn #rightmenu ul a.slct{
	background-image: url(../../IMG/css/right_hader_menu_activ.gif);
	background-repeat: no-repeat;
}

#contents #rightColumn #rightmenu ul li a:hover{
	display: block;
	width:60px;
	height:24px;
	padding:1px 0 0 15px;
	background-image: url(../../IMG/css/right_hader_menu_select.gif);
	background-repeat: no-repeat;
}

#contents #rightColumn #rightcontents{
	border-top: 5px solid #131313;
	border-bottom: 5px solid #131313;
	margin: 0 0 0 0;
	background-color: #131313;
	background-image: url(../../IMG/css/right_contents_bg.jpg);
	background-repeat: repeat-x;
/*	height:100%;*/
}

#contents #rightColumn #rightcontents .category{
	float:left;
	width:635px;
	padding: 20px 20px 0 20px;
	color: #ef8684;
}

#contents #rightColumn #rightcontents .box {
	min-height:340px;
	height:auto !important;
/*	height:345px;*/
	width:555px;
	color: #FFFFFF;
	padding: 60px 60px 30px 60px;
}

/* for IE6 */
/*\*/
* html #contents #rightColumn #rightcontents .box {
	height:340px !important;
	width:555px;
	color: #FFFFFF;
	padding: 60px 60px 30px 60px;
}
/**/

/*--------------------------------------------------------------------
　　footer
--------------------------------------------------------------------*/
#footer{
	width:675px;
	height:19px;
	text-align :center;
	margin:20px 0 0 0;
	color: #eee;
	background-color: #131313;
	background-image: url(/IMG/css/right_hader_menu.jpg);
	background-repeat: no-repeat;
	padding:3px 0;
}

#footer .copyright{
	font-size: 12px;
}

/*--------------------------------------------------------------------
　　共通
--------------------------------------------------------------------*/
.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	/*height: 1px;*/
	overflow: hidden;
}

* html .clearfix 
{
	height: 1em;
	overflow: visible;
}

.ctr{
	text-align: center;
}

.lft{
	text-align: left;
}

.rgt{
	text-align: right;
}

.btn{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #f0461e;
}

.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.paging{
	color: #666666;
	font-family: monospace;
	height:45px;
	text-align: right;
	padding:20px 10px 0 0;
}

.paging a{
	color: #666666;
}

.paging a:hover{
/*	color: #ec0580;*/
	color: #d7cabb;
}

.paging strong{
	color: #ec8580;
}

