@charset "utf-8";



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body {
	background: #CCF2FA url('img/middle-background.jpg') repeat-x left top;
	background-attachment: fixed;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}
/* --------------------------
	background: #9BD3F0 url('img/middle-background-n1.jpg') repeat-x left top;
	background: #CCF2FA url('img/middle-background.jpg') repeat-x left top;
	background: #EDEAF6 url('img/middle-background-af1.jpg') repeat-x left top;
	background: #BBE1E9 url('img/middle-background-n2.jpg') repeat-x left top;
	background-attachment: fixed;
----------------------------- */

#styleSwitch {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 200px;
	text-align: center;
}
#styleSwitch h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#styleSwitch li {
	font-size: 12px;
	display: inline;
	padding-right: 2px;
}

#container {
	width: 940px;
	margin: 0 auto;
}
#header {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 320px;
}
#header h1 {
	margin: 0;
	position: absolute;
	top: 135px;
	left: 205px;
	font-size: 18px;
}
#header h1 span {
	margin: 0;
	padding: 3px;
}
#contents {
	width: 930px;
	margin: 100px 0 250px 0;
	padding: 0 0 0 10px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.1em;	
}
#contents #main {
	float: left;
	width: 184px;
	margin: 0 10px 0 0 ;
	padding: 0;
	background:  #fff;
	border: 3px double #999;
	color: #111;
	filter:alpha(opacity=80);
	opacity :0.80;
}
#contents #main #main-inner {
	padding: 10px;
	margin: 0;
}

#contents #sub {
	float: left;
	width: 724px;
	margin: 0;
	padding: 0;
	background:  #fff;
	border: 3px double #999;
	color: #111;
	filter:alpha(opacity=80);
	opacity :0.80;
}
#contents #sub #sub-inner {
	padding: 10px;
	margin: 0;
}

#footer {
	clear: both;
	width: 930px;
	margin: 0 0 0 10px;
	padding: 0;
	color: #111;
}
#footer #footer-inner {
	padding: 10px;
	margin: 0;
}
#footer #footer-inner ul {
	list-style: none;
}

.margin {
	margin: 0;
	padding: 0;
	text-align: right;

}
.margin a {
	margin: 0;
	padding: 2px;
	background: #555;
	border: 3px double #999;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
	outline: none;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
    outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
#header:after,
#contents:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#contents,
#footer {
    height: 1%;
}


