@charset "utf-8";
/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */
*{
	margin:0;
	padding:0;
}  

/* --BODY-- */  
body {
font:12px/1.5 'Lucida Grande', Helvetica;  
margin:0;  
overflow:visible;  
padding:0;
color:#111111;
background:url(../images/bg.gif) repeat;
}  
 
/* for IE7 */  
*+html body {
font-family:'メイリオ', 'ＭＳ Ｐゴシック';
font-size:75%;
}  

/* for IE6 */  
* html body {
font-family:'ＭＳ Ｐゴシック';
font-size:75%;
}

/* --OTHER TAGS-- */
a {
overflow:hidden;  
}  
  
a img, img {  
border:0;  
}  
 
abbr, acronym {  
border:0;  
}  
   
address, caption, cite, code, dfn, em, th, strong, var {  
font-style:normal;  
font-weight:normal;  
}  
  
blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul {  
margin:0;  
padding:0;  
}  
  
caption, th {  
text-align:left;  
}  
   
code, kbd, pre, samp, tt {  
font-family:monospace;  
line-height:100%;  
}  
  
/* for IE7 */  
*+html code, kbd, pre, samp, tt {  
font-size:108%;  
}  
  
h1, h2, h3, h4, h5, h6 {  
font-size:100%;  
font-weight:normal;
}  
   
ol, ul {
list-style:none;  
}  
 
q:before, q:after {  
content:'';  
}  
  
/* form */  
button, fieldset, form, input, label, legend, select, textarea {  
font-family:inherit;  
font-size:100%;  
font-style:inherit;  
font-weight:inherit;  
margin:0;  
padding:0;  
vertical-align:baseline;  
}  
  
/* tables still need 'cellspacing="0"' */  
table {  
border-collapse:collapse;  
border-spacing:0;  
font-size:100%;  
} 

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

/*----------class----------*/
.out{
	text-indent:-9999px;
	font-size:1px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.paddingB5{
	padding-bottom:5px;
}
.paddingB10{
	padding-bottom:10px;
}
.paddingB20{
	padding-bottom:20px;
}
.paddingT5{
	padding-top:5px;
}
.paddingT10{
	padding-top:10px;
}
.paddingT20{
	padding-top:20px;
}
.paddingT30{
	padding-top:30px;
}
.fontS{
	font-size:0.9em;
}
.fontL{
	font-size:1.2em;
}
.colorGrn{
	color:#8DC21F;
}
.colorOrg{
	color:#E89112;
}


/*----------共通----------*/
/*--------page--------*/
#page{
	width:910px;
	padding:10px;
	margin:auto;
	border-left:solid 5px #111111;
	border-right:solid 5px #111111;
}

/*-----header-----*/
#page #header{
	padding:10px;
	border:solid 5px #111111;
}
/*logo*/
#page #header #logo{
	float:left;
	width:260px;
	height:66px;
	background:url(../img/logo.gif) left bottom no-repeat;
}
#page #header #logo a{
	display:block;
	width:243px;
	height:62px;
}
/*about*/
#page #header #about{
	float:left;
	width:470px;
	padding-top:5px;
	font-weight:bold;
}
#page #header #about h2{
	font-weight:bold;
}
/*next*/
#page #header #next{
	float:right;
	width:100px;
	background:#E89112;
	border:solid 3px #111111;
	padding:5px;
}
#page #header #next dl{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}
#page #header #next dd{
	background:#8DC21F;
	border:solid 3px #111111;
	font-size:1.1em;
	padding:2px 0;
}

/*-------main-------*/
#page #main{
	padding:10px 0;
}
/*---mainLeft---*/
#page #main #mainLeft{
	float:left;
	padding:10px;
	border:solid 5px #111111;
	background:#E89112;
}
/*---navi---*/
#page #main #mainLeft #navi{
}
#page #main #mainLeft li{
	display:block;
	width:217px;
	height:83px;
	padding-bottom:10px;
}
#page #main #mainLeft li a{
	display:block;
	width:217px;
	height:83px;
}
/*top*/
#page #main #mainLeft #top{
	background:url(../img/navi_top_h.gif) left top no-repeat;
}
#page #main #mainLeft #top a{
	background:url(../img/navi_top.gif) left top no-repeat;
}
#page #main #mainLeft #top a:hover{
	background:url(../img/navi_top_h.gif) left top no-repeat;
}
/*live*/
#page #main #mainLeft #live{
	background:url(../img/navi_live_h.gif) left top no-repeat;
}
#page #main #mainLeft #live a{
	background:url(../img/navi_live.gif) left top no-repeat;
}
#page #main #mainLeft #live a:hover{
	background:url(../img/navi_live_h.gif) left top no-repeat;
}
/*archive*/
#page #main #mainLeft #archive{
	background:url(../img/navi_archive_h.gif) left top no-repeat;
}
#page #main #mainLeft #archive a{
	background:url(../img/navi_archive.gif) left top no-repeat;
}
#page #main #mainLeft #archive a:hover{
	background:url(../img/navi_archive_h.gif) left top no-repeat;
}
/*pf*/
#page #main #mainLeft #pf{
	background:url(../img/navi_pf_h.gif) left top no-repeat;
}
#page #main #mainLeft #pf a{
	background:url(../img/navi_pf.gif) left top no-repeat;
}
#page #main #mainLeft #pf a:hover{
	background:url(../img/navi_pf_h.gif) left top no-repeat;
}

/*---mainRight---*/
#page #main #mainRight{
	float:right;
	width:645px;
}
/*--pankuzu--*/
#page #main #mainRight #pankuzu{
	border-top:solid 5px #111111;
	border-left:solid 5px #111111;
	border-right:solid 5px #111111;
	padding:1px 8px;
	background:#E89112;
	width:600px;
	margin:auto;
}
#page #main #mainRight #pankuzu a{
	color:#111111;
}
/*--rightCon--*/
#page #main #mainRight #rightCon{
	padding:10px;
	border:solid 5px #111111;
	background:#8DC21F;
}

/*-----footer-----*/
#page #footer{
	padding:15px 20px;
	border:solid 5px #111111;
}
/*--footL--*/
#page #footer #footL{
	float:left;
}
#page #footer #footL li{
	display:inline;
	font-size:1.5em;
	font-weight:bold;
	padding-right:30px;
}
#page #footer #footL li a{
	color:#111111;
}
#page #footer #footL li a:hover{
	text-decoration:none;
	color:#E89112;
}
#page #footer #footL h4{
	padding:30px 0 3px;
}
#page #footer #footL #copy{
	font-size:0.8em;
}
#page #footer #footL #copy a{
	color:#111111;
}
/*--footR--*/
#page #footer #footR{
	float:right;
	width:140px;
}
#page #footer #footR a{
	display:block;
	width:140px;
	height:30px;
}
#page #footer #footR a:hover{
	border:solid 3px #8DC21F;
}

#page #main #mainLeft #news {
	padding: 10px;
	width: 187px;
	background-color: #FFFFFF;
	border: 5px solid #111111;
	font-size: 0.9em;
}
#page #main #mainLeft #news #newsTop {
	background-image: url(../img/news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}
#page #main #mainLeft #news #newsScroll {
	height: 200px;
	margin-top: 5px;
	overflow: auto;
}
#page #main #mainLeft #news #newsScroll dt {
	color: #8DC21F;
	padding-bottom: 3px;
}
#page #main #mainLeft #news #newsScroll dd {
	color: #E89112;
	padding-bottom: 2px;
}

