@charset "shift_jis";


/*------------------base------------------*/
html,body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

#main_container {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
	background-color: #36190B;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	height: 100%;
	padding-top: 50px;
	border-left: solid 1px #222222;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222;
}

#header{
	width: 100%;
	height: 30px;
	background-color: #333;
	text-align: center;
}
#head_l{
	float: left;
	margin-top: 7px;
	margin-left: 20px;
}
#head_r{
	float: right;
	margin-right: 20px;
}

#footer {
	height: 60px;
	width: 785px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	padding-left: 30px;
	border-top: solid black 5px;
	text-align: center;
}

#contents_l{
	float: left;
	width: 200px;
	margin-left: 20px;
	height: 700px;
}

#contents_r{
	float: right;
	width: 550px;
	margin-right: 20px;
}

/*----------------コンテンツ------------------*/

#main_title{
	margin-left: 60px;
}

/*----------------パーツ------------------*/
.cl{
	clear: both;
}
#icon{
	width: 130px;
	margin-left: 20px;
	margin-bottom: 100px;
}

.block{
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.block img{
	display: block;
	border: solid #cccccc 2px;
	background-color: #FFF;
}

/*----------------テキスト------------------*/

h2{
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 2px;
}
h3{
	background-image: url(../images/h3.jpg);
	height: 25px;
	color: #FFFFFF;
	padding-left: 25px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 0px;
}

.obi_title{
	font-size: 14px;
	margin: 0;
	width: 520px;
	background-color: #275038;
	padding: 10px;
	margin-bottom: 10px;
}
.font9{
	font-size: 9px;
	color: #CCC;
}
.font9w{
	font-size: 9px;
	color: #ECECEC;
}
.font10{
	font-size: 10px;
	color: #CCC;
}
.font10_w{
	font-size: 10px;
	color: #ECECEC;
}

.font12{
	font-size: 12px;
	color: #CCC;
}
.font12_w{
	font-size: 12px;
	color: #ECECEC;
}
.font12_d{
	font-size: 12px;
	color: #333;
}

.font14{
	font-size: 14px;
	color: #CCC;
}
.font14_w{
	font-size: 14px;
	color: #ECECEC;
}
.font14_d{
	font-size: 14px;
	color: #333;
}
.font16{
	font-size: 16px;
	color: #CCC;
}
.font16_w{
	font-size: 16px;
	color: #ECECEC;
}
.or{
	color: #FF6600;
}
.white{
	color: #FFFFFF;
}
.red{
	color: #FF6969;
}
/*----------------リンク------------------*/
a img{
	border-style:none;
}
a:link{
	color: #F60;
	text-decoration: none;
} 
a:visited{
	color: #F60;
	text-decoration: none;
}
a:hover{
	color: #F30;
	text-decoration: underline;
}
a:active {
	color: #F60;
	text-decoration: none;
} 

*html #header a{
	color: #FFFFFF;
}

#footer_container a,#head_mid a,#footer_ad a{
	color: #FFFFFF;
}
#footer_container a:hover,#head_mid a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.highlight a:hover *{
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}


/*----------------twitter------------------*/

ul#twitter_update_list {
	margin:0;
	padding:0;
	margin-bottom: 7px;
}
#twitter_update_list li {
	list-style:none;
	margin:0 12px 10px 12px;
	padding:3px;
}
#twitter_update_list li a:link {
	color:#00a2d4;
}
#twitter-link {
	margin-left:14px;
	text-align:right;
}
#twitter_update_list{
	overflow: auto;
	height: 330px;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

#twitter_update_list li{
	border-top: solid #E1E1E1 1px;
	margin-top: 10px;
}


.jCarouselLite{
	border: 1px solid #9A9A9A;
	padding: 5px;
	background-color: #F2EEEB;
	padding-left: 9px;
}

.jCarouselLite li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.jCarouselLite ul{
	padding: 0px;
	margin: 0px;
}

.jCarouselLite img{
	border:1px solid;
	padding:3px 3px 3px 3px;
	border-color: #C1C1C1;
	background-color: #FFFFFF;
}
