@charset "utf-8";
/* CSS Document */


/* 目次
==================================================
	01. common  - 基本設定
	02. header  - ヘッダー
	03. footer  - フッター
==================================================
*/

/* =============================================== */
/** 01. common  - 基本設定  */
/* ----------------------------------------------- */

*{ margin: 0px;	padding: 0px;}

/* IE6padding指定 */
* html body{
padding-left: 1px;
}
/* IE7padding指定 */
*:first-child+html body{
padding-left: 1px;
}

html, body {
	scrollbar-3dlight-color:    #e5e5e5;
	scrollbar-arrow-color:      #e5e5e5;
	scrollbar-darkshadow-color: #e5e5e5;
	scrollbar-face-color:       #fff;	
	scrollbar-highlight-color:  #fff;
	scrollbar-shadow-color:     #fff;
	background-color: #333;
}

a:link{text-decoration:underline;color:#333;}
a:visited{text-decoration:underline;color:#333;}
a:active{text-decoration:underline;color:#333;}
a:hover{text-decoration:none;color:#C00;}

body {
	margin:0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

#wrapper{
	width:840px;
	margin:0 auto;
}

#contents01{
	background-image:url(/images/bg_contents_cap.gif);
	height:40px;
	width:840px;
	margin-top:14px;
}

#contents02{
	background-image:url(/images/bg_contents_middle02.gif);
	background-repeat:repeat-y;
	width:840px;
}

#contents03{
	background-image:url(/images/bg_contents_bottom.gif);
	height:50px;
	width:840px;
}

hr{
	margin:0px auto;
	clear:both;
}

p, ul, dl, dd{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}

a:focus{
	outline:none;
} 

.new{
	padding-left:10px;
	margin:0;
}

.pagetop{
	clear:both;
	text-align:right;
	padding:10px 10px 20px 0;
}

.red{
	color:#C00;
}

/* クリアフィックス----------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* =============================================== */
/** 02. header  - ヘッダー  */
/* ----------------------------------------------- */

#header{
	margin:0px auto;
	width:840px;
	background-color: #ffffff;
}

#logo{
	float:left;
	height:69px;
}

#nav{
	clear:both;
}

#snav{
	width:258px;
	height:11px;
	float:right;
	margin-top:18px;
	margin-right:18px;
}

#snav_other{
	width:258px;
	height:11px;
	float:right;
	margin-top:43px;
	margin-right:18px;
}

/* 検索フォーム----------------------------------------------- */
#search{
	width:144px;
	height:21px;
	margin-top:10px;
	float:right;
}

#search_other{
	width:144px;
	height:21px;
	margin-top:35px;
	float:right;
}


#searchform{  
    position:absolute;
}

#keywords{  
    width:125px;  
    height:21px;
	background-image:url(/images/search_box.gif);
	background-repeat:no-repeat;
    border:0;    
    color:#333;  
}

#search_btn{  
    position:absolute;  
    top:0;  
    _top:1px;
    left:123px;
}

*:first-child + html #search_btn{  
    top:1px;  
}  

/* =============================================== */
/** 03. footer  - フッター  */
/* ----------------------------------------------- */

#footer{
	margin:0px auto;
	width:840px;
	clear:both;
}

#copyright{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FFF;
	clear:both;
	padding:5px 0 20px 0;
	font-weight:bold;
}