@charset "utf-8";
/* CSS Document */

/* Container [Start]
---------------------------------------------------- */

html { 
	min-width: 800px; 
	}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	color: #221;
	font-size: 90%;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	text-align: center;
}

*:first-child+html body {
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}
* html body {
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
}
h2 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	margin: 0em;
	padding: 0px;
}
h3 {
	font-size: 100%;
	clear: both;
}
p {
	margin-right: 1em;
	margin-left: 1em;
}
blockquote {
	clear: both;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0.5em;

}
ul {
	list-style-type: none;
}
dl {
	margin-top: 0em;
	margin-bottom: 0em;
}
dt {
	font-weight: bold;
	clear: both;
}
dd {
	margin: 0em;
}
img, object {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
abbr { 
	border-bottom: 0; 
}
html>body abbr, acronym { 
	border-bottom: 1px dotted #aaa; 
	font-style: normal; 
	text-decoration: none; 
}
#container {
	height: auto;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
}
#header {
	background-image: url(../images/title_bgi.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Container [End]
---------------------------------------------------- */


/* Header [Start]
---------------------------------------------------- */
#title {
	width: 940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 105px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#title h1 {
	font-size: 10px;
	color: #333333;
	margin-top: 5px;
}
#title p {
	color: #666666;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
#title p a {
	color: #666666;
	text-decoration: none;
}
#title p a:hover {
	text-decoration: none;
}
/* Global Navigation [Start]
---------------------------------------------------- */

#title ul {
	float: right;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#title li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#title li a {
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	color: #666666;
}
#title li a:hover  {
	text-decoration: underline;

}
/* Global Navigation [End]
---------------------------------------------------- */


/* Footer [Start]
---------------------------------------------------- */
#footer {
	background-image: url(../images/footer_bg.png);
	padding: 0px;
	clear: both;
	font-size: x-small;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  ul{
}
#footer   li{
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}
#footer ul.category {
	text-align: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 40px;
}
#footer ul.category li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	line-height: 14px;
	margin-right: 0px;
}
#footer ul.category li a {
	color: #666666;
	font-size: 10px;
}
#footer ul.category li a:hover {
	color: #0099FF;
}
#footer  a, address a {
	text-decoration: none;
	color: #0099FF;
}
#footer  a:hover, address a:hover {
	text-decoration: underline;
}



/* Footer [End]
---------------------------------------------------- */

address  {
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D2D2D2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
}
a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
