@charset "UTF-8";
/* CSS Document */

@media screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: none; /* iPhone */
}
}


/* ============ RESET ============ */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	outline:0;
	vertical-align:0%;
	background:transparent;
	margin: 0;
	color: #000;
	text-align: left;
	font-size: 14px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

body {
	line-height:normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	font-size: 12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: square;
	text-align: center;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin:0;
	padding:0;
	font-size:14px;
	vertical-align:baseline;
	background:transparent;
	font-weight: normal;
	text-align: center;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 10px;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*-------------------------*/







/*-----------------------　共通部分ヘッダー/右カラム/フッター CSSここから　--------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../image/common/bg.gif) repeat;
}

header {
	height:60px;
	border-bottom:solid 7px #F5C362;
	background:#fff;
	text-align: center;
}
#header_in {
	width: 981px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	height: auto;
	font-size: 14px;
	text-align: center;
}
#header_in #left {
	width: 200px;
	float: left;
}
#header_in #left #logo {
	margin:20px 0;
}
#header_in #right {
	float: right;
	width: 125px;
	overflow: hidden;
}
#header_in #right #tel {
	float: left;
	width:125px;
}
#header_in #right #right {
	float: right;
	width: 170px;
}
#header_in #right #co_txt01 {
	font-size: 90%;
	margin-bottom: 10px;
}
#header_in #right #tel #tel_ {
	font-size: 140%;
	color: #F5C362;
	margin:0 0 5px;
}
#header_in #right #tel #time {
	font-size: 70%;
}
#header_in #right #right #mail {
	text-align:center;
	background:#E67860;
	padding:13px 0;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#header_in #right #right #mail a:link {
	text-decoration:none;
	color:#000;
}
#header_in #right #right #mail a:visited {
	text-decoration:none;
	color:#000;
}
#header_in #right #right #mail a:hover {
	text-decoration: underline;
	color:#000;
}
#header_in #right #right #mail a:active {
	text-decoration:none;
	color:#000;
}
#header_in nav {
	clear:right;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-right-width: 0pt;
	border-right-style: none;
	border-right-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	height: auto;
	width: 980px;
	text-align: center;
	padding: 0px;
}
#header_in nav ul li {
	color:#231815;
	display: table-cell;
  	*display: inline;  
  	*zoom: 1;
	text-align: center;
	border-left: dashed 1px #000;
}
#header_in nav ul li a {
	display:inline-block;
	padding:10px 0 10px 0;
	color:#231815;
	width:120px;
	text-decoration:none;
}

#header_in nav ul li a:hover,
#header_in nav ul li a:active{
	background:#F5C362;
	color:#fff;
	font-size: 12px;
	height: 12px;
	width: 120px;
	text-align: center;
	
}#cont #left_c {
	width: 200px;
	float: left;
}
#cont #left_c ul {
	list-style-type: none;
	border-bottom:dashed 1px #000;
}
#cont #left_c ul li {
	margin:0 0 15px 0;
	border-top:dashed 1px #000;
	padding:15px 0 0 15px;
	background: url(../image/common/mark.png) left 18px no-repeat;
	font-weight: bold;
}
#cont #left_c ul li a:link {
	text-decoration:none;
	color:#000;
}
#cont #left_c ul li a:visited {
	text-decoration:none;
	color:#000;
}
#cont #left_c ul li a:hover {
	text-decoration: underline;
	color:#000;
}
#cont #left_c ul li a:active {
	text-decoration:none;
	color:#000;
}
#cont #right_c {
	float: right;
	width: 745px;
}
#cont #right_c h2 {
	color:#595757;
	letter-spacing:5px;
	font-size:120%;
	padding:14px 0 14px 15px;
	background:#FFEFB5;
	border-left: solid 10px #F5C362;
}
#cont #right_c #txt_area #txt {
	width: 480px;
}
footer {
	background:#F4D492;
	height:110px;
}
#footer_in {
	width: 980px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 120px;
}
#footer_in #left {
	width: 300px;
	float:left;
	font-weight: bold;
	height: 120px;
}
#footer_in #left #f_address {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer_in #left #f_address p {
	font-size:90%;
	margin-top: 5px;
	
}
#footer_in #right {
	width: 640px;
	float:right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
#footer_in #right ul {
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#footer_in #right ul li {
	display: inline;
	margin:0 20px 0 0;
	line-height:25px;
}
#footer_in #right ul li a:link {
	text-decoration:none;
	color:#000;
}
#footer_in #right ul li a:visited {
	text-decoration:none;
	color:#000;
}
#footer_in #right ul li a:hover {
	text-decoration: underline;
	color:#000;
}
#footer_in #right ul li a:active {
	text-decoration:none;
	color:#000;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#footer_in #right #f_address_ {
	overflow: hidden;
	margin:25px 0 0;
}
#footer_in #right #f_address_ #f_tel {
	width: 280px;
	float: left;
}
#footer_in #right #f_address_ #f_tel #f_tel_ {
	font-size: 180%;
	color: #000;
	margin:0 0 5px;
	font-weight:bold;
}
#footer_in #right #f_address_ #f_tel #f_time {
	font-size: 80%;
}
#footer_in #right #f_address_ #f_mail {
	float: left;
	width: 200px;
}
#footer_in #right #f_address_ #f_mail #f_mail {
	text-align:center;
	background:#E67860;
	padding:15px 0;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#footer_in #right #f_address_ #f_mail #f_mail a:link {
	text-decoration:none;
	color:#000;
}
#footer_in #right #f_address_ #f_mail #f_mail a:visited {
	text-decoration:none;
	color:#000;
}
#footer_in #right #f_address_ #f_mail #f_mail a:hover {
	text-decoration: underline;
	color:#000;
}
#footer_in #right #f_address_ #f_mail #f_mail a:active {
	text-decoration:none;
	color:#000;
}
#copy {
	text-align:center;
	min-width:980px;
	font-size:80%;
	margin:10px 0;
}
#header_in nav ul li a {
	font-size: 12px;
}
#header_in nav ul li a {
	font-size: 12px;
}
#header_in .link_ti nav {
	font-size: 12px;
}
#header_in nav ul .link_ti a {
	font-size: 12px;
}
#footer_in #right ul li a {
	font-size: 14px;
}
#footer_in #right ul li a {
	text-align: left;
}
#header_in nav ul {
	text-align: left;
	font-weight: bold;
}
#header_in nav ul .link_ti {
	text-align: center;
}
#header_in nav {
	text-align: center;
}
#header_in nav {
	text-align: center；
}
#header_in nav {
	text-align: center;
	font-size: 12px;
	height: auto;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#header_in nav ul .link_ti {
	font-weight: bold;
}
#header_in nav ul .link_ti a {
	text-align: center;
}
#footer_in #right ul li a {
	font-weight: bold;
}
#cont #cont01 table {
	font-size: 80%;
	text-align: left;
}
#cont #cont01 h2 span {
	text-align: left;
}
#cont table {
	font-size: 10%;
}
#cont table {
	font-size: 9px;
}
#cont #cont01 h2 span {
	text-align: left;
}
#cont #cont01 h2 span {
	font-size: 14px;
}
#cont #cont01 h2 span {
	font-size: 12px;
}
#cont #cont01 h2 span {
	font-size: 14px;
}
#cont #cont01 h2 span {
	font-size: 16px;
}
