@charset "utf-8";

/**********************************************************/
/* 共通タグ */
/**********************************************************/

body {
	margin: 0px;
	text-align: center;
	font-size: 13px;
	color: #333333;
	background:url(../img/bg.gif);
}

/**********************************************************/
/* レイアウトテーブル */
/**********************************************************/
#Layout {
	width: 800px;
	height:100%;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #CCCCCC;
	margin: 0px auto;
	background:#FFF;
}
#main {
	height: 500px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: auto;
}
/**********************************************************/
/* ヘッダ */
/**********************************************************/
#head {
	height: 66px;
	width: 800px;
}
#head .left {

/*
	background-image: url(../img/global_head_logo.jpg);
*/
	height: 66px;
	width: 200px;
	float: left;


}
#head .right {
	background-image: url(../img/global_head_sim.jpg);
	background-repeat: repeat;
	height: 66px;
	width: 600px;
	float: left;
}
/**********************************************************/
/* フッタ */
/**********************************************************/
#foot {
	height: 50px;
	width: 800px;
	clear: both;
}
#foot .left {
	background-image: url(../img/foot_back.jpg);
	height: 50px;
	float: left;
	width: 610px;
}
#foot .right {
	background-image: url(../img/foot_irabo.jpg);
	height: 50px;
	width: 190px;
	float: right;
}

/**********************************************************/
/* メインタイトル */
/**********************************************************/
#main_title {
	width: 770px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/title_back.jpg);
	text-align: left;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
}
/**********************************************************/
/* 左メニュー */
/**********************************************************/
#menu {
	background-color: #EBEBEB;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
ul {
	list-style-type: none;
	width: 135px;
	margin: 0;
	padding: 0;
	
}
li {
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}
li a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../img/bot.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	text-indent:15px;
	line-height: 25px;
}
li a:hover {
	background-position: 0px -25px;
	color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../img/bot.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	text-indent:15px;
	line-height: 25px;
}
