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

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}

/* ------------------common------------------ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.opacity {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}

/* contents over */

header {
	background: #33c;
	color: #fff;
}

h1 {
	font-size: 12px;
	line-height: 2;
	margin: 0 auto;
	width: 950px;
}

#over {
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

#logo {
	float: left;
	font-size: 36px;
	height: 50px;
	width: 400px;
}

#logo a {
	text-decoration: none;
}

nav {
	float: right;
	width: 495px;
	margin-bottom: 50px;
}

/* gnav */

nav ul {
	padding-left: 140px;
}

nav li {
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}

nav li a {
	color: #309;
	text-decoration: none;
}

nav li a:hover {
	color: #f90;
}

nav li .active {
	font-weight: bold;
}

nav .nolink {
	color: #999;
}

/* left side */

.left {
	float: left;
	width: 650px;
}

section {
	margin: 15px 0 10px;
}

/* right side */

.right {
	float: right;
	width: 300px;
}

.right li {
	margin-bottom: 5px;
	padding-left: 5px;
}

.right li img {
	box-shadow: 1px 1px 2px #999999;
}
/* footer */

footer {
	background: #666;
	margin-top: 50px;
}

footer>div {
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

footer p {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 2;
}

#privacy {
	width: 10em;
}

#copy {
	margin-left: 750px;
	width: 8em;
}

footer a {
	color: #CCC;
}