@charset "shift-jis";

* {
	margin:0px;
	padding:0px;
}

a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	table-layout:fixed;
	border-collapse: collapse;
}

body {
	text-align: center;
	color: #444;
	font: 85%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

h1 {
	width: 650px;
	float: right;
	margin-top: 28px;
	color: #808080;
	font-size: 11pt;
	font-weight: normal;
	line-height: 20px;
}
h2 {
	/*height:0px;*/
	line-height: 1px;
	font-size:0;
	/*border: 1px solid black;*/
}
#fclear {
	clear: both;
}

#container {
	width: 920px;
	/*margin-right: auto;
	margin-left: auto;*/
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	/*clear: both;*/
}

#header {
	/*border: 1px solid black;*/
	width: 920px;
	/*height:80px;*/
	margin-top: 10px;
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	/*clear: both;*/
	/*padding-bottom: 5px;*/
}
#header .logo {
	float: left;
	width: 250px;
}
#left {
	width: 640px;
	float: left;
}

#right {
	margin-top: 20px;
	margin-left: 20px;
	width: 250px;
	float: left;
}
#right .syopic {
	border: 1px solid #ff7fbf;
}

#menu {
}
#menu .menubtn {
	margin-top: 20px;
	padding-top: 1px;
	border: 1px solid #ff7fbf;
}
#menu li {
	/*margin: 0px;*/
	display: block;	
	border-bottom: 1px dotted #ff7fbf;
	padding: 7px 7px 7px 7px;	
}
#menu li a {
	color: #7a4171;
	font-weight: bold;
	text-decoration: underline;
}

#compani {
	margin-top: 30px;
	border: double #ff7fbf;
	height: 130px;
	padding: 10px;
	line-height: 120%;
	color: #7a4171;
}
#compani .moj1 {
	line-height: 180%;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid gainsboro;
	background-color: #fff4ff;
	text-align: center;
}
#compani .moj2 {
	margin-top: 3px;
	font-size: 9pt;
}
#link {
	padding: 10px;
	/*margin-top: 5px;*/
	font-size: 10pt;
	line-height: 150%;
}
#link a {
	text-decoration: underline;
	line-height: 200%;
}

#footer {
	border-top: double #5b245c;
	/*clear: both;*/
	margin-top: 30px;
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid black;*/
}

/*--------------------------------*/

