@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: #888888;
	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;
	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 #ffffff;
}

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

/*main����*/

#main {
	clear:both;
	width: 760px;
}

div#main h2 {
	font-size: 1.125em;
	color: #626262;
	margin: 20px 0 10px;
}

div#main div.main_s {
	float: left;
	width: 380px;
}

div#main div.main_section h2 {
	font-size: 1.125em;
	color: #626262;
	margin: 0;
}

div#main div.main_s p {
	font-size: 0.85em;
	line-height: 1.8em;
	color: #666666;
	text-align: justify;
	text-justify: inter-ideograph;/*IE�΍�*/
	padding-right: 40px;
}

div#main p#clear {
	clear:both;
	font-size: 0.875em;
	color: #666;
}

div#main div.n_section {
	float: left;
	width: 380px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #eee;
}

div#main div.n_section h3 {
	font-size: 1em;
	color: #626262;
	padding-left: 10px;
}

div#main div.n_section dl {
	background: url(../images/new.jpg) left top no-repeat;
	width: 360px;
	height: 150px;
}

div#main div.n_section dt {
    font-size: 0.825em;
	font-weight: bold;
	color: #5c5c5c;
	padding-top: 12px;
	padding-left: 15px;
}

div#main div.n_section dd {
    font-size: 0.825em;
    color: #666;
	line-height: 1.5em;
	margin-top: 5px;
	padding-left: 15px;
}

div#main div.n_section dd img {
	float: left;
}

/*link部分�������*/

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

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

/*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_b {
	clear: both;
	font-size: 0.725em;
	color: #777;
	padding-top: 2px;
	padding-left: 2px;
}
