﻿/*文字コードを指定*/
@charaset "UTF-8";

/*bodyの書式設定*/
body 	{
	width: 773px;
	}

/*id copyrightの書式設定*/
#copyright{
	text-align: center;
	font-style: normal;
	background-image: url(image/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 0.9em;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #bdcab5;
	height: 22px;
	clear: both;
	}


/*h1の書式設定*/
h1 	{
	color: #333333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 0.8em;
	text-align: right;
	font-weight: 400;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #bdcab5;
	padding-left: 10px;
	width: 590px;
	}

/*h2の書式設定*/
h2	{
	background-image: url(image/bar.jpg);
	background-repeat: no-repeat;
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: 400;
	border-bottom: 1px solid #bdcab5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

/*id"menu"の書式設定*/
#menu 	{
	float: left;
	margin: 0;
	list-style: none;
	padding-left: 0;
	}
#menu a:link,#menu a:visited {
	color: #ffffff;
	background-image: url(image/menu_gr01.jpg);
	display: block;
	width: 170px;
	height: 30px;
	padding-top: 10px;
	text-indent: 1em;
	text-decoration: none;
	font-size: 1.0em;
	}
#menu a:hover,#menu a:active {
	background-image: url(image/menu_gr02.jpg);
	display: block;
	width: 170px;
	height: 30px;
	padding-top: 10px;
	text-indent: 1em;
	text-decoration: none;
	font-size: 1.0em;
	}

/*id"main"の書式設定*/
#main 	{
	float: right;
	width: 600px;
	margin-left: 2px;
	margin-bottom: 1em;
	border-left: 1px solid #cccccc;
	}

/*pの書式設定*/
p	{
	line-height: 145%;
	color: #333333;
	font-size: 0.9em;
	font-family:'Sawarabi Gothic', sans-serif;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 570px;
	}

/*liの書式設定*/
li	{
	list-style:none;
	color: #333333;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 0.9em
	}

/*id"sc"の書式設定*/	/*index.htmlのインデントなどの設定*/
#sc 	{
	line-height: 180%;
	color: #666666;
	font-size: 0.85em;
	font-family:'Sawarabi Gothic', sans-serif;
	margin-left: 35px;
	}


/*tableの書式設定*/
table	{
	border-collapse: collapse;
	font-size: 0.8em;
	margin-bottom: 1em;
	}
th	{
	border: 1px solid #cccccc;
	background-color: #add6ff;
	color: #666666;
	font-weight: normal;
	padding: 0.3em;
	}
td	{
	border: 1px solid #cccccc;
	padding: 0.3em;
	}

.areimg	{
	margin: 0;
	margin-left: 10px;
	}

