@charset"Shift_JIS";

/* 基本部分 */
body{
	margin:20px 40px 70px 40px;
	padding:0;
	background-color:#aeaeae;
	color:#333;
	font-size:80%;
	font-family:Verdana,MS P Gothic;
	line-height:180%;
}
img{border:0;}
hr
{
	height:0;
	border-bottom:1px solid #333;
}
ul
{
	margin:0;
	padding:0 0 0 15px;
	list-style-type:circle;
}
ul{font-weight:noraml;}
b{font-weight:bold;}
strong{color:#8f0023;font-weight:normal;}
del{text-decoration:line-through;}

/* リンク */
a:link,a:visited
{
	color:#f8fcfb;
	text-decoration:none;
}
a:active,a:hover
{
	color:#ad0020;
	text-decoration:underline;
}

/* タイトル部分 */
.title1
{
	padding:20px;
	height:100px;
	background-color:#a7a7a7;
	background-image:url(title.jpg);
	background-position:100% 40%;
	background-repeat:repeat-x;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	color:#ddd;
}

/* メニュー部分 */
.title2
{
	padding:0 20px 0 0;
	height:30px;
	background-color:#a7a7a7;
	background-image:url(title.jpg);
	background-position:100% 66%;
	background-repeat:repeat-x;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.menu
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu li{
	float:right;
	width:100px;
	height:20px;
	line-height:20px;
}
.menu li a
{
	display:block;
	padding-left:15px;
	height:20px;
	line-height:20px;
	background-image:url(h2.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
}

/* テーブル */
table
{
	font-size:12px;
	line-height:180%;
}

/* フォーム */
form{margin:0;}

input,textarea
{
	border:1px solid #333;
	background-color:#aeaeae;
	color:#333;
	font-size:12px;
	font-family:Verdana;
}

/* 見出し */
h1
{
	margin:0;
	padding:0;
	font-size:23px;
	font-family:Lucida Sans Unicode;
}
h2
{
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	background-color:#aeaeae;
	background-image:url(h2.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	border-bottom:1px solid #333;
	font-size:12px;
}
h3
{
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration:underline;
}
h4
{
	margin:0;
	padding:0;
	font-size:35pt;
	color:#000;
	font-family:"ＭＳ Ｐ明朝";
	font-weight:normal;
}

/* テキスト */
.txt{margin:0 0 60px 0;}
.txt2{margin:0 0 30px 0;}
.mark{
font-family:MS UI Gothic;
}
