﻿@charset "utf-8";

/* generated by souei fukumoto */ 
/* サイト内共通のスタイルシート */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	background-color: #FF71FF;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
}
img{
border:0px;
}
ul{
margin:0px;
padding:0px;
list-style:none;
}
li{
margin:0px;
padding:0px;
} 
a:link,a:visited{
  color:#333333;
  text-decoration:underline;
  }
a:hover,a:active{
  color:#333333;
  text-decoration:none;
  }  
  
/* ヘッダー部分のスタイルシート */  
#header{
 position:relative; 
 height:525px; 
 width:100%;
} 
#top{
	width:1000px;
	height:106px;
	background-attachment: scroll;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	float: left;
 }
.main-img{
   float:left;
   clear:both;
   width:1000px;
   height:264px;
   }
h1{
	float:left;
	clear:both;
	width:900px;
	height: 15px;
	margin-left: 80px;
	padding-top: 13px;
	margin-right: 20px;
	font-size: 11px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
   }
h2{
    margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:lighter;
	}      
.logo{
	float:left;
	clear:both;
	margin-top: 0px;
	margin-left: 20px;
	height: 39px;
	width: 332px;
   }
.menu{
	float:left;
	height:35px;
	margin-top: 0px;
	margin-left: 185px;
	width: 463px;
   }
.menu li{
	float:left;
	padding-right: 1px;
   } 
.border{
	background-image: url(../images/menu-border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	}
.no-border{
	background-image: url(../images/white-border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	}
.first-cat{
	float:left;
	clear:both;
	width:1000px;
	height:160px;
	background-color:#1C2222;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
	}
.cat{
	float:left;
	width:290px;
	margin-top: 25px;
	}
.cat-border{
	float:left;
	width:1px;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 15px;
	}		              
.use-left-margin{
    margin-left:34px;
	}

/* フッター部分のスタイルシート */  
#footer{
	height:100px;
	background-color:#FFFFFF;
	clear:both;
	background-attachment: scroll;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
 } 
.copyright-area{
	float:left;
	clear:both;
	margin-top: 16px;
	margin-left: 36px;
	text-align: right;
	width: 930px;
	margin-right: 33px;
	}
.footlink-area{
	float:left;
	clear:both;
	margin-top: 36px;
	margin-left: 36px;
	}
.footlink{
	float:left;
	background-attachment: scroll;
	background-image: url(../images/totop-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	margin-right: 7px;
	}
.footlink a:link,.footlink a:visited{
    color:#333333;
	text-decoration:none;
	}
.footlink a:hover,.footlink a:active{
    color:#333333;
	text-decoration:underline;
	}				
.totop-area{
	float:right;
	margin-top: 36px;
	margin-right: 36px;
	background-attachment: scroll;
	background-image: url(../images/totop-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	}
.totop-area a:link,.totop-area a:visited{
    color:#333333;
	text-decoration:none;
	}
.totop-area a:hover,.totop-area a:active{
    color:#333333;
	text-decoration:underline;
	}		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

