﻿@charset "UTF-8";


/* 全体 */


html{
	margin-bottom:1px;
	height:100%;

}

body{
	font-size:75%;
	font-family:"osaka";
	line-height: 1.5;
	letter-spacing:0.1em;
	color:#333631;
}



a {
	color:#000000;
}


a:hover {
	color:#ff0000;
}




h2{
	/* display:none;はつかわない */
	width:0;
	height:0;
	overflow:hidden;
}



p{	
	margin:10px 0;
	padding:0;
}




img{
	margin:5px 0;
	border:none;
}



/*全体 stage-------------------------------------------------------------------------*/

#stage{
	width:730px;
	margin:0 auto; /* 左右マージンをauto */
	text-align:left; /* テキスト左 */
}

/* ヘッダー header-------------------------------------------------------------------------*/

#header{
	width:100%;
	margin:0;
	padding:0;
}




/* ロゴ corprate symbol */


#corporatesymbol{
	float:left;
	margin:0;
	padding:0;
}





/* 右上インフォ */

#site_assist_top{
	display:block;
	font-size:80%;
	text-align:right;
	margin:0;
	padding:0;
	vertical-align:text-bottom;
}





/* ページメイン全体 body_area-------------------------------------------------------------------------*/

#bodyarea{
	width:100%;
	margin:0;
	padding:0;
	clear:left;
}


/* メニュー site|_nav */


#site_nav{
	float:left;
	width:100%;
	margin: 5px 0;
	padding:0;
}


#site_nav li{
	float:left;
	margin:1px 5px 1px 0px;
	border:1px solid #696969;
	text-align:center;
	list-style:none;
}


#site_nav li a, a:link li:visited{
	display:block;
	width:175px;
	height:15px;
	padding:3px 0px;
	color:#ffffff;
	background-color:#808080;
	text-decoration:none;
}


li#menu1 a:hover,li a:active{
	background-color:#00008b;
	color:#dcdcdc;
}

li#menu2 a:hover,li a:active{
	background-color:#4b0082;
	color:#dcdcdc;
}
li#menu3 a:hover,li a:active{
	background-color:#483d8b;
	color:#dcdcdc;
}

li#menu4 a:hover,li a:active{
	background-color:#6a5acd;
	color:#dcdcdc;
}





#menuline{
	width:730px;
	margin:0;
	text-align:center;
}









/* メインコンテンツ内容 main */

#main{	
	margin:0 auto; /* 左右マージンをauto */
}


/* 現在地 location */


#site_location{
	margin:0px;
	padding:0px;
}


/* フッダー全体 footer-------------------------------------------------------------------------*/


#footer{
	float:left;
	width:100%;
}

/* ページトップへ naviscrolltop */

#naviscrolltop{
	display:block;
	margin:20px 0;
	font-size:110%;
	text-align:right;
	
}


#naviscrolltop a {
	color:#666666;
	text-decoration:none;
}

#naviscrolltop a:hover {
	color:#ffffff;	
	background-color:#333631;
}




/* 著作権情報 */

address {
	display:block;
	border-style:none;
	text-align:center;
	font-size:small;
	font-style:normal; /* 斜体を通常体に */
	}


#site_assist{
	display:block;
	font-size:80%;
	text-align:right;
}

