﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
    background: #ffffff;
}

a img {
    border-width: 0px;
}

a:link {
    color: #76a6d4;
}

a:visited {
    color: #9999b0;
}

a:hover,
a:focus {
    color: #b68bb4;
}

#container {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 760px;
	margin: 0 auto;    
}

div.section {
	float: left;
	width: 380px;
}

hr {
	display: none;
}

strong,
em {
    font-weight: normal;
	font-style: normal;
}

/*header����*/

div#header h1 {
	font-size: 0.75em;
	color: #888;
	margin-bottom: 20px;
}

div#header h2 {
	font-size: 0.75em;
	color: #888;
	margin-bottom: 5px;
}

div#search {
	text-align: right;
	margin-top: 40px;
	padding-right: 20px;
}

ul#menu {
	clear: both;
	width: 760px;
	font-size: 0.925em;
	font-weight: bold;
	height: 32px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url(../../images/menu.jpg);
	text-decoration: none;
}

ul#menu li {
    list-style-type: none;/*firefox�΍�*/
	float: left;
}

ul#menu li a {
    display: block;
	width: 120px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-image: url(../../images/menu.jpg);
	border-right: solid 1px #fff;
}

ul#menu li a:hover {
	background-image: url(../../images/menu-hover.jpg);
}

/*パンクズ*/
div#bread {
	clear:both;
	width: 760px;
	font-size: 0.75em;
}
	
div#bread ul li {
    float: left;
	display: inline;
	list-style-type: none;/*firefox�΍�*/
}

div#bread ul li a {
    text-decoration: none;
	color: #666;
}

/*main����*/

div#main {
	clear: both;
	width: 760px;
	height: 364px;
	padding-top: 20px;
}

#main div.section_m{
	float:left;
	width: 190px;
}

div#main h2 {
	font-size: 1em;
	color: #626262;
	margin-bottom: 20px;
}

div#main ol {
	list-style-type: none;
}

div#main ol li {
	color: #666;
	font-size:0.825em;
	margin-bottom: 9px;
	list-style-type: none;
}

#next li {

	font-size: 0.875em;
	font-weight: bold;
	list-style: none;
	margin-top: 130px;
}

p a {
	font-style: normal;
}

#link {
	clear:both;
	width:760px;
	height:12px;
	font-size: 0.75em;
	padding: 20px 0 4px;
}

#link li {
    float: left;
	padding-right: 5px;
	list-style-type: none;/*firefox�΍�*/
}

/*footer����*/

div#footer {
    clear: both;
	width: 760px;
	height: 32px;
	background-image: url(../../images/menu.jpg);
}

div#footer div.section address {
	font-size: 0.75em;
	font-style: normal;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}

div#footer div.section ul li {
	float: right;
	font-size: 0.875em;
	font-weight: bold;
	list-style-type: none;/*firefox�΍�*/
}

div#footer div.section ul li a {
    display: block;
	width: 120px;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-image: url(../../images/menu.jpg);
	border-left: solid 1px #ffffff;
}

div#footer div.section ul li a:hover {
	background-image: url(../../images/menu-hover.jpg);
}

p#clear {
	clear: both;
	font-size: 0.725em;
	color: #777;
	padding-top: 2px;
	padding-left: 2px;
}
