@charset "utf-8";

/*------------------------------
 * 100221作成 shima css file
------------------------------*/
*{
	margin: 0;
	padding: 0;
}

body{
	font-family:"Times New Roman",Times,serif;
	/*font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-size:0.8125em;
	line-height: 1;
}

#wrapper{
	background: url(../images/bg_main.gif) 0 0 repeat-x;
	margin: 0 auto;
	padding: 0;
	font-family:"Times New Roman",Times,serif;
	/*font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-size:0.8125em;
	line-height: 1;
}

#top_wrapper{
	font-family:"Times New Roman",Times,serif;
	/*font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;*/
	font-size:0.8125em;
	line-height: 1;
}

/* top_page */
#wrap_top_menu a:visited{color: #b88584; text-decoration: none;}
#wrap_top_menu a:hover{color: #cccccc; text-decoration: underline;}
#wrap_top_menu a{ color: #b88584; text-decoration: none;}

#menu_left{
	width: 110px;
	height: 70px;
	position: fixed;
	bottom: 50px;
	left: 50px;
	padding: 10px;
	list-style-type: none;
	color: #b88584;
	background: url(../images/bg_menu.png) 0 0 repeat;
	line-height: 1.3;
}

#menu_right{
	width: 290px;
	height: 70px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	padding: 10px;
	list-style-type: none;
	color: #b88584;
	background: url(../images/bg_menu.png) 0 0 repeat;
	line-height: 1.3;
}

/* header */
#header{
	position: fixed;
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
}

/* middle menu */
#menu{
	position: fixed;
	left: 15px;
	top: 50px;
	width: 80px;
	padding: 5px 0 5px 10px;
	background: url(../images/bg_menu.png) 0 0 repeat;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	padding: 5px 10px 5px 10px;
}

#menu ul.sub_nav {
	padding-top: 30px;
}

/* middle contents */
#middle #contents{
	width: 100%;
	padding-top: 25px;
	padding-left: 150px;
	clear: right;
}

#middle #contents img{
	display: inline;
	margin-right: 75px;
}

/* footer */
#footer{
	color: #cccccc;
	font-size: 0.7em;
	margin-top: 10px;
	padding-left: 10px;
}

/* TEXT LINK SETTING */
a:visited{color: #333333; text-decoration: none;}
a:hover{color: #cccccc; text-decoration: underline;}
a{ color: #333333; text-decoration: none;}

img{ border: none;}