@charset "utf-8";
/*formatting style
------------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
hr {
	display: none;
}
/* link style
------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #809497;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	position: relative;
	top: -1px;
	left: +1px;
}
/*basic layout
------------------------------------------------*/
#wrapper {
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
}
#main {
	background-color: #FFFFFF;
	float: left;
	width: 548px;
	border-right: 1px dashed #999999;
	background-image: url(images/back.jpg);
	padding: 10px 5px 5px;
}
#main h2 {
	padding: 2px 0px 2px 15px;
	border-top: 2px dashed #999999;
	border-bottom: 1px dotted #999999;
	font-size: 120%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFCC;
	line-height: 1.2em;
}
#main p {
	font-size: 75%;
	line-height: 1.5em;
}
#main table {
	font-family: sans-serif;
	line-height: 12pt;
	font-size: 9pt;
	font-weight: lighter;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar {
	padding: 10px 5px 5px;
	float: right;
	width: 225px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
}
#footer {
	color: #FFFFFF;
	background-color: #0000CC;
	padding: 5px;
	clear: both;
	float: none;
	width: 790px;
	background-repeat: repeat;
	background-image: url(images/foot_back.jpg);
}
/* header style
------------------------------------------------*/
#header {
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	height: 71px;
	background-image: url(images/top_back.jpg);
}

#header #logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 52px;
}
#header p {
	width: 800px;
	top: 8px;
	font-size: 85%;
	line-height: 1.5em;
	text-align: right;
	position: absolute;
	padding-top: 5px;
	border-style: none;
	font-style: normal;
	letter-spacing: normal;
	visibility: inherit;
	right: 1px;
}


#header ul {
	width: 800px;
	position: absolute;
	left: 1px;
	top: 46px;
	height: 25px;
}
#header ul li {
	list-style-type: none;
	float: left;
}
#header ul li a {
	line-height: 1.6em;
	height: 25px;
	width: 114px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image: url(images/tab2.gif);
	font-weight: bold;
}

#header ul li a:hover {
	background-image: url(images/tab1.gif);
}
#header ul li#nHome a {
	width: 114px;
	border-left-style: none;
}

#home #header #nHome a,#web #header #nWeb a,#graphic #header #nGraphic a,#gallery #header #nGallery a,#saitama #header #nSaitama a,#dic #header #nDic a,#contact #header #nContact a {
	color: #FFFF99;
	background-image: url(images/tab1.gif);
}

/* headimage
------------------------------------------------*/
#topimage {
	position: relative;
	left: 0px;
	top: auto;
	width: 800px;
	height: 200px;
}
#topimage object {
	width: 800px;
}

/* sidebar styles
------------------------------------------------*/
#sidebar h2 {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 1px 0px 0px;
	color: #0033CC;
	text-indent: 5px;
	border-bottom: 1px dashed #999999;
	background-image: url(images/midasi.jpg);
	border-left: 4px solid #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sidebar h3 {
	font-size: 100%;
	line-height: 1.4em;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-color: #DFDFDF;
	padding: 0px;
	background-position: 1px;
	margin-bottom: 10px;
}
#sidebar h3:hover {
	background-image: url(img/arrow_hover.gif);
	background-position: 1px;
}
#sidebar h1 {
	font-size: 140%;
	font-family: sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	background-image: url(img/midasiback.jpg);
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFCC33;
}

#sidebar dl dt img {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt img:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
	line-height: 1.2em;
	padding-bottom: 5px;
}
#sidebar dl dt dd {
	margin-bottom: 10px;
}
#sidebar p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 0px 2px;
}

#main h1 {
	font-size: 160%;
	line-height: 2em;
	font-weight: bolder;
	font-family: sans-serif;
	font-style: normal;
}

/* main styles
------------------------------------------------*/
#main h3 {
	font-family: sans-serif;
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	color: #996600;
	border-left: 6px solid #666666;
	background-repeat: repeat;
	background-image: url(img/bg3.gif);
}
#main p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 2px 0px 2px 10px;
}
#main table {
	padding: 1px 1px 1px 2px;
}


/* footer styles
------------------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer ul li p a {
	color: #CCCCCC;
}
#footer ul li p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
	color: #CCCCCC;
	text-align: right;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer address {
	line-height: 1.2em;
	margin-top: 10px;
	text-align: right;
}

.premier {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.froatRight {
	float: right;
	margin-left: 10px;
}
.froatLeft {
	float: left;
	margin-right: 10px;
}

.bun_s {
	font-family: sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}
.bun_ss {
	font-size: 8pt;
	line-height: 10pt;
}
.itaric {
	font-style: italic;
}
#catchcopy {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 18px;
	width: 100%;
	background-color: #A2A2A2;
	line-height: 1.2em;
	padding: 4px 0px 0px;
}
