@charset "utf-8";


/* common
--------------------------------------------------------- */
html {
	overflow-y: scroll; /* CSS3 */
	color: #555;
}
body { text-align: center; }
img { border: none; }
ol,ul { list-style: none; }
a { outline: none; }
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	color: #505050;
	text-decoration: none;
}


/* ClearFix  */
.ClearFix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.ClearFix { display: inline-block; }
* html .ClearFix { height: 1%; }
.ClearFix { display: block; }


/* outline
--------------------------------------------------------- */
#outline {
	margin: 0 auto;
	width: 100%;
}
#container {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}


/* header
--------------------------------------------------------- */
div#container div#header {
	margin: 10px auto 40px;
	padding: 10px;
	width: 928px;
	height: 68px;
	border: solid 1px #e0e1e1;
	background: url("https://www.mag2.com/img/magtop/header_bg.gif") 0 0 repeat-x;
	_width: 950px;
	_height: 90px;
}
.senkyo div#container div#header { background: url("https://www.mag2.com/img/magtop/header_bg_senkyo.gif") 0 0 repeat-x; }
.osyougatsu div#container div#header { background: url("https://www.mag2.com/img/magtop/header_bg_osyougatsu.gif") 0 0 repeat-x; }
#header #logo { float: left; }
.osyougatsu #header #logo { padding-left: 72px; }
#header #logo p {
	text-align: right;
	font-weight: bold;
	color: #6c6c6c;
	font-size: 11px;
}
#header ul#header-link {
	position: relative;
	float: right;
	height: 43px;
}
#header ul#header-link li {
	float: left;
	margin-top: 5px;
	margin-left: 14px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.osyougatsu #header ul#header-link li {
	margin-top: 10px;
	margin-left: 13px;
	font-size: 13px;
}
#header ul#header-link li#us {
	position: absolute;
	bottom: -20px;
	right: 0;
}
#header #search {
	float: left;
	margin-left: 15px;
	display: inline;
}
#header #search #keyword {
	float: left;
	border: 1px solid #ccc;
	width: 348px;
	height: 22px;
	_width: 350px;
	_height: 24px;
}


/* content
--------------------------------------------------------- */
#content {
	margin: 0 auto;
	width: 945px;
	text-align: left;
}
#content a:link {
    color: #2261f5;
    text-decoration: none;
}

#content a:visited {
    color: #2261f5;
    text-decoration: none;
}

#content a:hover {
    color: #2261f5;
	text-decoration: underline;
}
#content h1 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
}
#content p {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
}
#content dl {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
}
#content dd { margin-bottom: 25px; }


/* footer
--------------------------------------------------------- */
#footer {
	padding-top: 20px;
	border-top: 1px solid #bbb;
	position: relative;
	width: 950px;
	margin: 20px 0 10px;
	font-size: 12px;
	text-align: left;
}
#footer ul { margin-bottom: 7px; }
#footer li { float: left; }
#footer li span {
	margin: 0 7px;
	color: #378fcd;
}
#footer #policy { margin-top: 10px; }
#footer #copy { margin-top: 10px; }
#pmark {
	position: absolute;
	right: 0;
	bottom: 0;
}