@charset 'UTF-8';

/* -----------------------------------------------------------------------------
>> エミールＣＳＳ
----------------------------------------------------------------------------- */

body{
 font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
}

.a {color: #009999;}
a:visited {color:#006666;}
a:hover {color: #006666;}
a:active {
	color:#0099FF;
	padding: 0px;
}
.copyright {
	font-family: "Times New Roman", "Times", "AGaramond";
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	text-decoration: none;
}
.s {
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
}
.m {
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
}
.l {
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
.subtitle {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #993300;
	border-left-color: #996600;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFDB;
	margin: 2px;
	padding: 5px;
}
/*contents*/
div#contents{
 margin: auto;
 text-align: left;
 width:480px;
}

div#contents h1{
 margin: 0;
 padding: 5px;
 border-bottom: 1px dotted #993300; border-left: 5px solid #996600; 
 background: #FFFFDB;
 font-size: medium; line-height: 100%; color:#330000;
}

div#contents h2{
 margin: 0 0 0 10px;
 font-size: small; color:6A51A3;
}
div#contents h2.mt15{ margin-top: 15px; }

div#contents p{
 margin: 10px 0 0 15px;
 font-size: x-small; line-height: 150%;
}

div.bgPurple, div.bgPurple2{
 margin-top:10px;
 padding-top: 15px;
 background:#DED6E9;
}

div.bgPurple2{
 margin-top:0;
 padding-bottom: 10px;
 background:#F1EEF6;
}

/* -----------------------------------------------------------------------------
>> 2009.11 ネクサスデザイン追加
----------------------------------------------------------------------------- */

/* トップページの NEWS */
.news-list {
	height: 50px;
	width: 270px;
	overflow-y: scroll;
}
.news-list dt {
	font-weight: bold;
	font-size: x-small;
}
.news-list dd {
	margin: 0px 5px 8px 0px;
	padding-left: 0;
	font-size: small;
}
