/*--------------------
	基本設定
--------------------*/
* {
	margin:0;
	padding:0;
	border-style:none;
}
html{ 
    height:100%; 
} 

body {
	margin:0;
	padding-top:10px;
	height:100%; 
	background:url("../images/template/bg_frametop.jpg") center top no-repeat;
	text-align:center;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック","meiryo";
	line-height:1.5;
}
#container {
	margin:0 auto;
	padding:0 20px;
	width:810px;
    height:100%; 
    min-height:100%; 
	background:url("../images/template/bg_frameside.gif") repeat-y;
}
body > #container{ 
    height:auto; 
}

a:link, a:visited, a:active {
	color: #027;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}

div.topagetop {
	margin-bottom:20px;
	padding:0 10px;
	text-align:right;
	font-size:10px;
}
div.topagetop a{
	padding-left:12px;
	background: url("../images/uparrow.gif") left center no-repeat;
}

p {margin-top:1em}
h1, h2, h3 {
	margin-bottom:20px;
}


/*--------------------
	メイン
--------------------*/

.first{
	border-style:none
}
/*ホームのみ*/
div#homemain		{
	display: inline;
	float:left;
	margin:0 0 100px 10px;
	width:520px;
	text-align:left;
}
p.door{		
	float:left;
	width:160px;
}


/*ホーム以外のページ*/
div#main		{
	display: inline;
	float:left;
	margin:0 0 20px 10px;
	padding:10px;
	width:498px;
	border:#666 1px solid;
	text-align:left;
}

.col2l		{	
	float:left;
	width:150px;
}
.col2r		{		
	float:right;
	width:320px;
}

/*テーブル　ケイ有*/
table{
	margin:20px 0;
	border-collapse:collapse;
}
th, td{	
	padding:3px;
	vertical-align:top;
}

.table1 th{
	width:140px;
	border:#333 1px solid;
	text-align:right;
	background-color:#eef;
}
.table1 td{
	border:#333 1px solid;
}
.table2 th{
	width:150px;
	border:#333 1px solid;
	background-color:#eef;
	text-align:right;
}
.table2 td{
	width:60px;
	border:#333 1px solid;
	vertical-align:middle;
	text-align:center;
}
tr.head{
	font-weight:bold;
}


/*リスト*/
ul {
	list-style:none
}
ol {
	margin-left:40px;
}
ul.square li{
	list-style-type:square;
	margin-left:30px;
}


ul.anchor{
	margin:5px auto 20px;
	padding:5px;
	border:#666 1px dotted;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
ul.anchor li {
	display: inline;
	margin: 0 20px;
	padding-left:12px;
	background: url("../images/downarrow.gif") left center no-repeat;
}

dt {
	clear:both;
	float:left;
	padding:10px 5px;
	width:120px;
	border-top:#333 1px dotted;
	font-weight:bold;
}
dd {
	float:left;
	width:350px;
	padding:10px 5px;
	border-top:#333 1px dotted;
}

/*--------------------
	text-align, float, clear
--------------------*/

.textright {	
	text-align:right;
}

.textcenter {	
	text-align:center;
}
.floatleft {
	float:left
}
.floatright {	
	float:right;
}
.clear {
	clear:both
}
.clearfix:after{  
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden;  
}  
.clearfix { /* for IE */
	display: inline-block;
}
.clearfix {/* MacIEを除外 \*/
	display: block;
} /* */


/*--------------------
	ヘッダ
--------------------*/
div#header {
	margin:0 10px;
}
a#top {
	float:left
}

div#hmenu {
	float:right;
	padding:5px 0;
	text-align:right;
}
div#hmenu ul {
	margin-bottom:10px;
}
div#hmenu li {
	display: inline;
	margin-left:10px;
	padding-left:12px;
	background: url("../images/arrow.gif") left center no-repeat;
}

/*--------------------
	右ナビ
--------------------*/

div#rightcontainer {
	display: inline;
	float:right;
	margin:0 10px 10px 0;
	width:258px;
}
div#rightcontainer li {
	padding:2px 1px;
	width:254px;
	font-size:0;
	line-height:0;
}
div#rightcontainer a {
	display:block;
}

/*メニュー*/
ul#rmenu1 {
	margin-bottom:50px;
	border:#804 1px solid;
	background-color:#804;
}
ul#rmenu1 a {
	border:#fff 2px solid;
}
ul#rmenu1 a:hover {
	border-color:#b05;
}

/*グループ会社リンク*/
ul#rmenu2 {
	padding:1px;
	background-color:#ddd;
}
ul#rmenu2 span {
	font-size: 80%;
	line-height:1.5;
}
ul#rmenu2 a {
	border:#fff 2px solid;
}
ul#rmenu2 a:hover {
	border-color:#aaa;
}


/*--------------------
	フッタ
--------------------*/
div#footer{
	clear:both;
	bottom:0;
	padding-top:10px;
	border-top:#333 2px solid;
	text-align: center;
	font-size: 90%;
	zoom:1;
}
div#footer ul {
	margin-bottom:5px;
}
div#footer li {
	display: inline;
}

