﻿@charset "utf-8";
/* CSS Document */


/* 初期設定
-------------------------------------------------------------- */

a,h1,h2,h3,h4,p,img,hr,body,ul,ol,li,dl,dt,dd,table,td,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}

*:first-child+html img{
	font-size:0;
}

* html img{
	font-size:0;
}

table{
	margin:20px;
	border-collapse:collapse;
	border-spacing:0px;
}

td{
	padding:10px;
	border:1px solid #666;
	text-align:left;
	background:#F7F7F7;
	color:#000;
}

ul{
	list-style:none;
}

/* a, h, p, body
-------------------------------------------------------------- */

a {	
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

a img {
}

a:hover img{
	background:url(img/hover.gif);
	filter:alpha(opacity=60); 
	opacity:0.6;
}

h1,h2,h3,h4,h5{
	font-size:100%;
}

p{
	margin:1em 0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック";	
	font-size:10px;
	line-height:1.4em;
	color:#000;
	background:#000;
}

/* レイアウト
-------------------------------------------------------------- */

#base {
	width:580px;
	margin:2em auto;
	background:url(img/bgMiddle.gif) repeat-y;
	overflow:hidden;
}

#header {
	width:540px;
	padding:2em;
	background:url(img/bgTop.gif) no-repeat;
	overflow:hidden;
}

#main {
	width:540px;
	height:auto;
	padding:0 2em;
	overflow:hidden;
}

#footer {
	width:540px;
	padding:2em;
	background:url(img/bgBottom.gif) no-repeat bottom;
}

/*ヘッダー*/

#header p.author {
	width:260px;
	float:left;
	
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	letter-spacing:-0.5px;
}

#header p.publisher {
	width:260px;
	height:25px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	overflow:hidden;
	
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

#header p.publisher a {
	display:block;
	width:260px;
	height:30px;
}

#header h1 {
	clear:both;
	width:500px;
	height:60px;
	background:url(img/bgH1.gif) no-repeat;
	padding:30px 20px;
	overflow:hidden;
	
	font-size:20px;
	color:#000;
	letter-spacing:-0.5px;
	line-height:1.4;
}


/*メイン*/

/* htmlテキスト設定
-------------------------------------------------------------- */

/*本文、定義リスト、リスト、引用、罫線、プリフォーマット*/

#main h2,
#main h3,
#main p,
#main dl,
#main ul,
#main ol,
#main bloackquote,
#main hr {
	font-size:12px;
	line-height:1.4;
}

#main h2 {
	width:500px;
	height:30px;
	background:url(img/bgH2.gif) no-repeat;
	padding:0 20px;
	margin-bottom:20px;
	
	font-size:16px;
	line-height:30px;
	color:#fff;
}

#main p {
	width:500px;
	height:auto;
	padding:20px 20px;
}

#main .caption {
	font-size:10px;
	line-height:1.4;
	color:#666;
}


#main h3 {
	width:60px;
	height:30px;
	float:left;
	background:url(img/bgQuestion.gif) no-repeat;
	padding-right:20px;
	
	line-height:1.6;
	text-align:center;
	overflow:hidden;
	color:#fff;
}

#main h4 {
	width:460px;
	height:30px;
	background:url(img/bgH4.gif) no-repeat;
	margin-top:20px;
	margin-left:80px;
	
	text-indent:-9999px;
	overflow:hidden;
}
	
#main dl {
	width:460px;
	float:left;
	padding-bottom:20px;
}

#main  dt {
	width:440px;
	height:auto;
	background:#C72723;
	padding:10px;
	margin-bottom:5px;
	clear:both;
	
	font-weight:bold;
}

#main dd {
}

#main ul {
	padding:1em 2em 1em 3em;
	list-style:disc;
}

#main ol {
	padding:1em 2em 1em 3em;
}

#main li {
	margin-bottom:0.5em;
}

#main blockquote {
	padding:1em 2em;
}

#main hr {
	width:540px;
	height:2px;
	margin:1em 0;
	background:url(img/bgDotted.gif) repeat-x;
	border:0;
	clear:both;
}

#main pre {
	padding:1em 2em;
	font-size:9px;
}

/*強調 斜体*/

#main em {
	font-weight:bold;
}

#main strong {
	font-weight:bold;
}

/*フォームスタイル*/

form {
	margin:20px 0;
}

/*フォームパーツとインタラクティブ*/

input.image {
	width:120px;
	height:40px;
	display:block;
	margin-left:200px;
}

input.image:hover {
	background:url(img/hover.gif);
	filter:alpha(opacity=60); 
	opacity:0.60;
}


/*フッター*/

#footer p.copy {
	width:260px;
	height:30px;
	float:left;
	padding-right:20px;
	background:#C72723;
	
	color:#000;
	line-height:30px;
	text-indent:10px;
}

#footer p.publisher {
	width:250px;
	height:30px;
	float:left;
	background:#C72723;
	padding-right:10px;
	
	color:#000;
	line-height:30px;
	text-align:right;
}

#footer a{
	color:#003366;
}

#footer a:hover{
	color:#003366;
	text-decoration:underline;
}

.clear {
	clear:both;
}
