@charset "Shift_JIS";


/* Browser Reset
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* Basic Design
-------------------------------------------------- */
body {
	background-color: #fff;
	font:0.9em/1.4em Verdana,Arial,Helvetica,"lr@oSVbN",Osaka,sans-serif;
}

ul {
	list-style: none;
}

h1 {
	font-size: x-large;
	text-align: center;
	padding: 30px 0;
}

h2 {
	padding: 20px 0 20px 3px;
}

h3 {
	font-size: large;
	text-align: center;
	padding: 15px 0 15px;
}

h4 {
	font-size: 120%;
	padding: 10px 0 10px 5px;
}

h5 {
	font-size: 100%;
	padding: 5px 0 5px 10px;
}


/* Basic Link Design
-------------------------------------------------- */
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #c00
}


/* Wrapper Design
-------------------------------------------------- */
#wrapper {
	width: 900px;
	margin: 10px auto;
}


/* Header Design
-------------------------------------------------- */
#header {
	height: 150px;
	background: url(img/header2.png) no-repeat;
}
#header p#tel {
	font-size: x-large;
	font-weight: bold;
	text-align: right;
}


/* Navigation Bar Design 
-------------------------------------------------- */
#navi {
	height: 30px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	margin-bottom: 10px;
}
#navi ul {
	list-style-position: inside;
}
#navi li {
	display: block;
	float: left;
	width: 148px;
	text-align: center;
	height: 30px;
	line-height: 2.2em;
	border-right: solid 2px #000;
}
#navi a {
	display: block;
	height: 30px;
	text-decoration: none;
}
#navi a:hover {
	color: #000;
	background-color: #ccc;
}
#navi #current{
	font-weight: bold;
	background-color: #c00;
}


/* Main Space Design
-------------------------------------------------- */
#main {
	background-color: #ccc;
	width: 750px;
	padding: 0px 0px 10px 0px;
	float: right;
}

/* Table Layout For Contents */
table.ctbl {
	width: 550px;
	margin: 30px auto;
}

table.ctbl2 {
	width: 500px;
	margin: 30px 120px;
}

#main p{
	text-indent: 1em;
}
#main ul#mokuji{
	text-align: center;
	padding-top: 40px;
}
#mokuji li{
	text-align: center;
	display:inline;
	margin: 0 20px 5px 0;
}

.meisi{
	text-align: center;
}
.mtc li{
	list-style-type: disc;
	list-style-position: inside;
}
.smp{
	color: #c00;
}
.last{
	padding-bottom: 30px;
}
.cnt{
	text-align: center;
	padding-top: 20px;
}

/* Topic Path
-------------------------------------------------- */
#topicpath {
	text-align:right;
	background-color: #fff;
}
#topicpath li {
	display:inline;
	line-height:100%;
	list-style-type:none;
	margin-left: 1em;
}


/* Sub Space Design
-------------------------------------------------- */

/* menu Design
-------------------------------------------------- */
#menu {
	width: 150px;
	float: left;
	font-weight: bold;
}
#menu p {
	padding: 10px 0px 3px 3px;
}
#menu li {
	display: block;
	padding: 5px 0 0 20px;
}
#menu a:hover {
	color: #999;
}
#menu #crnt{
	color:#c00;
}

/* Footer Design
-------------------------------------------------- */
#footer {
	border-top: solid 2px #000;
	height: 30px;
	clear: both;
}
address {
	text-align: center;
	font-style: normal;
}
