@charaset "UTF-8";

/* -------------------------------
スタイルの初期化 */

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object { margin:0; padding:0; }

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 1.51;
	background: #FFF;
}

a img { border:0; }
ul, ol { list-style-type:none; }
sup { position: relative; vertical-align: baseline; top: -0.9em; font-size: 0.5em; }
hr { display: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
th, caption{ text-align: left; font-weight: normal; }
th,td { empty-cells:show; }

/*
input[type="text"],input[type="password"] { padding:0 2px; margin-right:0.1em; }
input[type="submit"] { display:inline; margin:0; }
input[type="checkbox"] { margin-right:0.1em; vertical-align: middle; }
input[type="radio"] { margin-right:0.1em; }
textarea { padding:2px; }
optgroup { font-style:normal; }
option { padding-right:10px; }
*/

a:link {
	color:#06c;
	text-decoration:underline;
}
a:visited {
	color:#039;
	text-decoration:underline;
}
a:hover {
	color:#906;
	text-decoration:none;
}

#wrapper {
	width:940px;
	margin:0 auto;
}

/* -------------------------------
ヘッダー */

#header {
	width:940px;
	overflow:hidden;
}
#header h1 {
	float:left;
	padding:10px 0;
}
#header div#w3n_wrap {
	float:right;
}
#title {
	width:940px;
	overflow:hidden;
	margin-bottom:20px;
	padding:8px 0;
	border-top:solid 3px #006;
	border-bottom:solid 1px #006;
}
#title p {
	margin:0;
	padding:0;
	float:right;
}
#news_content {
	width:800px;
	margin:0 auto;
}
#news_content h2 {
	margin-bottom:20px;
}
#news_content h3 {
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:bold;
	color:#006;
	border-bottom:solid 1px #006;
}
#news_content p {
	margin-bottom:20px;
}
#news_content p.center {
	width:100%;
	text-align:center;
}
#news_content p img.img_right {
	float:right;
	margin:0 0 20px;
}
#news_content strong {
	font-weight:bold;
	color:#c00;
}
#news_content strong.l {
	font-size:1.3em;
}
#news_content dl {
	margin-left:20px;
}
#news_content dl dt {
	font-size:1.2em;
	font-weight:bold;
}
#news_content dl dd {
	margin-bottom:10px;
	padding-left:2em;
}
#news_content ol {
	margin:0 0 20px 40px;
	list-style-type:decimal;
}
#news_content table {
	width:100%;
	margin:0 0 30px;
	border-top:solid 1px #ccc;
}
#news_content table th {
	width:15%;
	padding:10px 5px;
	vertical-align:top;
	border-bottom:solid 2px #ccc;
}
#news_content table td {
	padding:10px 5px;
	vertical-align:top;
	border-bottom:solid 1px #ccc;
}

