@charset "utf-8";
/* ----------------------------------------------------
* reset style
* -------------------------------------------------- */

/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary { display: block; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	font-size: 80%;
	margin:0;
	padding:0;
}
img {
	border: none;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
p {
	line-height:1.5em;
	text-indent:1em;
}
img.left-float {
	float:left;
	margin-right:1em;
}
li {
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
pre, code {
	font-family: Courier,"Courier New",monospace;
}
pre {
	margin:0 15px 10px 30px;
	border:1px dotted #999;
	padding:10px 10px 20px 10px;
	margin-bottom:10px;
	margin-left: 0;
	width:95%;
	overflow-x: auto;
}
.clear {
	clear: both;
}
/* ----------------------------------------------------
* page whole wrapper
* -------------------------------------------------- */
#wrapper {
	width:100%;
	min-width:800px;
}
/* ----------------------------------------------------
* page header
* -------------------------------------------------- */
#header {
	margin: 0;
	margin: 0px 12px 0px 0px;
	width: 100%;
}
#header h1 {
	background-image:url('/common/img/toplogo.png');
	background-repeat:no-repeat;
	width:240px;
	height: 80px;
	text-indent : -999em; 
	letter-spacing : -1000em;
	margin:0;
	padding:0;
	float:left;
}
#header h1 a {
	display:block;
	width:240px;
	height:80px;
}
#header h1 a:hover {
	background:none;
}
#header h2 {
	font-size: 110%;
	float:right;
	margin:0;
	padding:0 1em 0 0;
	padding-top:40px;
	width:300px;
	text-align:right;
}
/* global navigation */
#header nav {
	clear:both;
	text-align:center;
}
#header nav ul {
	margin:0;
	padding:0;
	text-align: center;
	background-image:url('/common/img/titlebg.png');
	background-repeat:repeat-x;
	height: 25px;
	white-space:nowrap;
}
#header nav li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	display: inline;
	height: 25px;
	font-size: 95%;
}
#header nav li a {
	padding-left:5px;
	padding-right:5px;
	background-color:none;
	text-decoration:none;
	color: #333333;
	text-shadow:1px 1px 1px #ffffff;
	line-height: 25px;
}
#header nav li a:hover, header nav li a:active {
	background-color:#334d55;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
}

/* ----------------------------------------------------
* page footer
* -------------------------------------------------- */
#footer {
	margin: 0;
	width: 100%;
	clear:both;
}
#footer ul {
	margin:0;
	padding:0;
	text-align: center;
	background-image:url('/common/img/titlebg.png');
	background-repeat:repeat-x;
	height: 25px;
	white-space:nowrap;
}
#footer li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	display: inline;
	height: 25px;
	font-size: 95%;
}
#footer li a {
	padding-left:5px;
	padding-right:5px;
	background-color:none;
	text-decoration:none;
	color: #333333;
	text-shadow:1px 1px 1px #ffffff;
	line-height: 25px;
}
#footer li a:hover, footer li a:active {
	background-color:#334d55;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
}
#footer #copyright {
	text-align:center;
	margin-top:3px;
	font-style:italic;
	color:#666666;
}

/* ----------------------------------------------------
* left side
* -------------------------------------------------- */
#wrapper-left {
	float:left;
	width:18%;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin:0;
	padding:0;
	font-size:95%;
}
#wrapper-left form {
	margin:12px 3px 12px 3px;	
}
#wrapper-left input.search-text-box {
	width:75%;
	vertical-align:middle;
}
#wrapper-left input.search-btn {
	vertical-align:middle;
}
#wrapper-left h3 {
	font-size:110%;
	color:#ffffff;
	background-color:#999999;
	margin:0;
	padding:3px;
	text-shadow:1px 1px 1px #000000;
	font-weight:normal;
}
#wrapper-left nav ul {
	margin:0px;
	padding:0px;
	font-size:0px;
}
#wrapper-left nav li {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0px;
}
#wrapper-left nav li a {
	font-size:12px;
	display:block;
	padding:3px 3px 3px 18px;
	background-image:url('/common/img/li.gif');
	background-repeat:no-repeat;
	background-position:3px 4px;
	border-bottom:1px dotted #cccccc;
	width:auto;
	height:auto;
}
#wrapper-left nav li a:hover {
	background-color:#71787E;
	text-decoration: none;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
}
#wrapper-left nav li span {
	font-size:12px;
	display:block;
	padding:3px 3px 3px 18px;
	background-image:url('/common/img/li.gif');
	background-repeat:no-repeat;
	background-position:3px 4px;
	border-bottom:1px dotted #cccccc;
	width:auto;
	height:auto;
}
#wrapper-left aside {
	padding:0;
}
#wrapper-left aside ul {
	margin-left:0;
	padding-left:1.5em;
}
#wrapper-left aside p {
	text-indent:0;
	margin-left:0.5em;
}
/* ----------------------------------------------------
* right side
* -------------------------------------------------- */
#wrapper-right {
	float:right;
	width:20%;
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	margin:0;
	padding:0.5em;
	overflow:hidden;
}

/* ----------------------------------------------------
* main content
* -------------------------------------------------- */
#mc {
	float:left;
	width:54%;
	margin:0;
	padding:1em;
}
/* ad */
#mc .ad {
	text-align:center;
	clear:both;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
/* crumb */
#mc nav.crumb {

}
#mc nav.crumb ol {
	margin-left:0;
	padding-left:0;
	font-size:90%;
}
#mc nav.crumb li {
	display:inline; 
	list-style-type:none;
	margin-left:0;
	margin-right:0;
	padding-left:6px;
	padding-right:12px;
	background-image:url('/common/img/crumb.gif');
	background-repeat:no-repeat;
	background-position:right;
}
/*
#mc nav.crumb li:before {
	content:' / '
}
#mc nav.crumb li:first-child:before {
	content:''
}
*/
/* content */
#mc h1 {
	color:#334d55;
	font-size: 200%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
}
#mc h2 {
	color:#334d55;
	font-size: 140%;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:1em;
	border-bottom:1px solid #334d55;
}
#mc section {
	clear:both;
}

#mc dt {
	font-weight:bold;
}
#mc dd {
	margin-left:1.5em;
	margin-bottom:1em;
}
#mc figure {
	margin-top:1em;
	margin-bottom:1em;
}
#mc figure dt {
	font-size:90%;
}
#mc figure dd {
	margin-left:0;
	padding-left:0;
}
#mc blockquote {
	margin:1em;
	padding:0.5em 1em 0.5em 1em;;
	background-color:#f8f8f8;
	border-top:3px double #dddddd;
	border-bottom:3px double #dddddd;
}
/* for top page only */
#mc.top-page .intro {
	background-image:url('/common/img/topimg.gif');
	background-repeat:no-repeat;
	height:208px;
	padding-left: 270px;
}
#whatsnew h2 {
	background-image:url('/common/img/feedicon.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:23px;
}
#whatsnew h2 a {
	color:#334d55;
	text-decoration: none;
}
#whatsnew h2 a:hover {
	text-decoration: none;
}
#whatsnew article header h3 {
	font-weight:normal;
	display:inline;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:100%;
}
#whatsnew article p {
	margin-left:2em;
	margin-top:0.2em;
	font-size: 90%;	
}
/* figure */
figure {
	margin:1em;
}
figcaption {
	display:block;
	text-align:center;
}
figure.deco {
	display:inline-block;
	border:1px solid #ccc; 
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	padding:1em; 
}

/* side bar */
#wrapper-left aside img.banner {
	margin:0;
}



/* トップページ右サイド下の広告枠 */
.area{
	line-height: 140%;
	font-size: 11px;
	text-decoration: none;
	color: #cccccc;
	width: 150px;
}
.area a {
	margin-right: 1em;
	color: #cccccc;
}
.area a:link {
	color: #666666;
	text-decoration: none;
}
.area a:visited {
	color: #999999;
	text-decoration: none;
}
.area a:hover {
	color:#003399;
	text-decoration: underline;
}

/* W3C HTML5 Logo */
aside.html-logo-aside {
	margin: 1em;
	text-align: center;
}