@charset "UTF-8";

/***********************************************
* common
***********************************************/
body, h1, h2, h3, h4, h5, h6, p, form, input, textarea, address, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
body{
  text-align:center;
  color:#333;
  font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight:normal;
  line-height:1.4;
  font-size:12px;
  padding-bottom:20px;
  background-color:#FFF;
}
h1, h2, h3, h4, h5, h6{
  font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight:normal;
  line-height:1.4;
  font-size:100%;
}

th, td{
  font-weight:normal;
  line-height:1.4;
  font-size:12px;}
a img, img, table{border:none;}
ul{list-style:none;}

/*font size*/
.size1{ font-size:10px;}
.size2{ font-size:12px;}
.s130{ line-height:180%;}

a:link { color:#4c81c3; text-decoration:none;}
a:visited { color:4c81c3; text-decoration:none;}
a:hover{ color:#ff9933; text-decoration:underline;}
a:active { color:#ff9933; text-decoration:underline;}

/***********************************************
* layout
***********************************************/
#wrapper{width:760px;margin:auto}

#content{width:760px;}

#main{
	width:550px;
	margin-left:20px;
	text-align:left;
	float:right;
}

#side-navi{
	width:188px;
	text-align:center;
	float:left;
}

#header:after,#content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header, #content{display: inline-block;}
/* Hides from IE-mac \*/
*html #header, *html #content{height: 1%;}
#header, #content{display: block;}
/* End hide from IE-mac */

/***********************************************
* header
***********************************************/
#header{width:760px;}

#header_left{width:576px; float: right; text-align: right; }

#header h1{
	margin-top:10px;
	width: 184px;
	float:left;}

#header li img{margin-left:2px;}

#hdr_line{
	width:760px;
	border-bottom:4px #666699 solid;
	margin-top:10px;
	margin-bottom:15px;}

/***********************************************
* pankuzu
***********************************************/
#pankuzu{
	margin-bottom:10px;
	font-size:80%;
}

/***********************************************
* navigation
***********************************************/

#navi{
	width:188px;
	border:1px #7370ac solid;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	text-align:center;
}

#navi li{
	margin:0;
	font-size:0;
}

/***********************************************
* banner
***********************************************/

#bnr li{
	margin-bottom:7px;
	font-size:0;
}

/***********************************************
* pagetop
***********************************************/

#pagetop{
	text-align:right;
	margin-bottom:40px;
}

/***********************************************
* footer
***********************************************/
#footer{
	width:760px;
	border-top:1px #CCCCCC solid;
}

#footer address{
	padding:15px;
}

/***********************************************
* text
***********************************************/
.txt-small{font-size:90%;}

/***********************************************
* title
***********************************************/



/***********************************************
* index.html
***********************************************/
#flash{
	width:760px;
	margin-top:10px;
	margin-bottom:15px;
}

#main h2{margin-bottom:20px;}

#whatsnew{
	margin-bottom:30px;
}

#whatsnew h2{margin-bottom:10px;}

#whatsnew table{
	width:550px;
	border-collapse:collapse;
	border-spacing:0;
	text-align:left;
}

#whatsnew th{
	width:80px;
	background: url(../img/sankaku.gif) right no-repeat;
	padding:5px 10px;
	border-bottom:1px #cecece solid;
	font-weight:normal;
}

#whatsnew td{
	padding:5px 10px;
	border-bottom:1px #cecece solid;
}

#office{
	width:550px;
	margin-bottom:30px;
	text-align:left;
}
#office h2{margin-bottom:10px;}
#office p{
margin-top:10px;}

#office dl {  
  width:550px;  
 }  
#office dt {  
  width:35px;  
  float:left;  
  clear:both;  
 }  
#office dd {  
	margin-left:35px;
 }  
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix       { display: inline-block; }
.right {text-align:right;}