@charset "utf-8";

/*
reset.css ver 1.0 [2008/5/22]
*This document validates as CSS level 3
*http://higash.net/20080522/reset_css.html

Modify YUI Reset CSS, YUI Fonts CSS
*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.html
*/

/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
font:12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
margin:0;
overflow:visible;
padding:0;
}

/* for IE7 */
*+html body {
font-family:'メイリオ';
font-size:75%;
}

/* for IE6 */
* html body {
font-size:75%;
}

/* --OTHER TAGS-- */
a img, fieldset, img {
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea{
font-size:100%;
font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

/* original */

#wrapper, #h1, #header, #contents, #footer, #copyright {
    width: 100%;
}
#h1 .inner, #logoarea .inner, #header .inner, #contents .inner, #footer .inner, #copyright .inner {
    width: 860px;
    margin: 0 auto;
}
#wrapper {
	min-width: 860px;
	background-color: #CCC;
}
#h1 {
	background-color: #C00;
	color: #FFF;
	padding-top: 6px;
	height: 26px;
}
#header .inner {
	height: 300px;
	margin-bottom: 14px;
}
#h1 .inner {
	height: 24px;

}
#leftcontents {
	float: left;
	width: 236px;
	height: auto;
}
#rightcontents {
	float: right;
	width: 596px;
	background-color: #FFF;
}
.clearline {
	clear: both;
}
#copyright {
	background-color: #333;
	height: auto;
}
#contents .inner {
	background-color: #FFF;
	width: 838px;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}
#contents {
	margin-bottom: 16px;
}
#footer .inner {
	padding-top: 10px;

}
#undernavi {
	height: auto;
	font-size: 14px;
}
#undernavi a:link {
	color:#FFFFFF;
}
#undernavi a:visited {
	color:#FFFFFF;
}
#undernavi a:hover {
	color:#FFFF00;
}
#footer {
	height: 40px;
	background-color: #C00;
	color: #FFF;
}
#copyright .inner {
	color: #FFF;
	height: 30px;
	padding-top: 8px;
	font-weight: bold;
}
#leftnavi {
	background-color: #DDD;
	height: 298px;
	margin-bottom: 10px;
	padding-top: 14px;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #CCC;
}

#leftnavi a:hover img {
	 filter: alpha(opacity=80);
	  -moz-opacity:0.8;
	   opacity:0.8;
}

#speciallink {
	height: auto;
}
#speciallink a:hover img {
		 filter: alpha(opacity=80);
	  -moz-opacity:0.8;
	   opacity:0.8;
}

#leftnavi ul li {
	margin-bottom: 14px;
	height: 60px;
	background-color: #03F;
	width: 210px;
}
#undernavi ul li {
	float: left;
	margin-right: 10px;
}
.icon {
	float: left;
	margin-right: 14px;
}
.talk {
	float: left;
	width: 490px;
	font-size: 16px;
}
#topimageunder {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	padding-top: 8px;
	padding-right: 10px;
	background-color: #CC9;
}
.talkbox {
	margin-bottom: 30px;
}
#talktitie {
	height: 40px;
	font-size: 24px;
	margin-bottom: 30px;
}
#rightcontents_main {
	width: 580px;
	padding-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/* [disabled]border: 1px solid #CCC; */
}
#modoru {
	padding-left: 72px;
	margin-bottom: 30px;
	font-size: 14px;
}
#modoru a:link {
	color: #000;
}
#modoru a:visited {
	color: #000;
}
#tel {
	float: right;
}
#logoimage {
	float: left;
}
.photo {
	margin-bottom: 30px;
	margin-left: 60px;
	padding-left: 14px;

}
#logoarea {
	background-color: #FFF;
}
