@charset "UTF-8";

html {
	overflow-y: scroll;
	/*overflow:-moz-scrollbars-vertical;*/
}
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size: 76%;
	line-height: 1.7;
	color: #333333;
	text-align: left;
}
#home {
	background: #1a1a1a url(../images/bg_mono13.jpg) no-repeat left top;
}
#isenkai {
	background: #1a1a1a url(../images/bg_mono14.jpg) no-repeat left top;
}
#syonobi {
	background: #1a1a1a url(../images/bg_mono15.jpg) no-repeat left top;
}
#action {
	background: #1a1a1a url(../images/bg_mono5.jpg) no-repeat left top;
}
#gallery {
	background: #1a1a1a url(../images/bg_mono22.jpg) no-repeat left top;
}
#sitemap {
	background: #1a1a1a url(../images/bg_mono17.jpg) no-repeat left top;
}
#link {
	background: #1a1a1a url(../images/bg_mono11.jpg) repeat-y left top;
}
#privacy {
	background: #1a1a1a url(../images/bg_mono18.jpg) no-repeat left top;
}
#contact {
	background: #1a1a1a url(../images/bg_mono23.jpg) no-repeat left top;
}
/* ============================================
	wrapper
============================================ */
#wrapper {
	display: block;
	width: 990px;
	margin: 0px 0px 0px auto;
	position: relative;
	text-align: left;
	z-index: 1;
}
/* ============================================
	header
============================================ */
#header {
	height: 125px;
	width: 960px;
	position: relative;
	margin-right: 0px;
	margin-left: auto;
	background: #FFFFFF url(../images/logo_back-trans.png) no-repeat 10px top;
	z-index: 3;
}
#header h1 {
	position: absolute;
	left: 10px;
	top: 15px;
	text-align: left;
}
#header .sub_menu {
	position: absolute;
	height: 16px;
	width: 300px;
	top: 17px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 7;
	background: #FFFFFF;
	text-align: right;
}
#header .sub_menu li {
	display: block;
	float: left;
	/*margin-right: 5px;*/
	height: 17px;
	/*width: 88px;*/
}
#header .sub_menu li img{
	margin: 0px;
	border-style: none;
}
/*#header .sub_menu a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	display: block;
	float: left;
	padding-left: 5px;
}*/
/*#header .sub_menu a:hover {
	color: #0099CC;
}*/

#header .local_menu {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 85px;
	left: 300px;
	width: 400px;
 }
#header .local_menu li {
	float: left;
	display: block;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 2em;
}

#header .local_menu li a {
	font-size: 11px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
}
#header .local_menu li.current {
	color: #1A1A1A;
}

/* ============================================
	topicPath
============================================ */
#contents #main #topicPath {
	font-size: 0.8em;
	width: 700px;
	margin-left: 20px;
	height: 16px;
	color: #999999;
	z-index: 13;
}
#contents #main #topicPath a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#contents #main #topicPath a:hover {
	color: #990033;
	text-decoration: underline;
	font-weight: normal;
}

/* ============================================
	contents
============================================ */
#contents {
	display: block;/*display: inline-block;*/
	width: 990px;
	height:100%;
	position: relative;
	right: 0px;
	margin: 0px 0px 30px auto;/*bottom: 30px;　footerとの間*/
	background: url(../images/fond-contenu.gif) repeat-y right top;
	padding: 0px;
	z-index: 2;
}
#contents #main {
	display: block;
	position: relative;
	float: right;
	background: #FFFFFF;
	width: 960px;
	margin: 0px 0px 0px auto;
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 60px;
	/*height最低指定、IE6への対応*/
	min-height:500px;
	height:auto !important;
	height:500px;
	z-index: 4;
}
#contents #main.toppage_bg {
	background: #FFFFFF url(../images/yokoyama_bg.jpg) no-repeat fixed right bottom;
	z-index: 5;
}
#contents #main #twitter {
	position: absolute;
	height: 90px;
	width: 29px;
	top: 300px;
	right: 0px;
	z-index: 30;
}


/* ============================================
	Information
============================================ */
#contents #Information {
	max-height: 180px;
	width: 430px;
	position: absolute;
	left: 0px;
	top: 370px;
	background: #FFFFEE;
	z-index: 20;
}
#contents #Information h3 {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 3px;
}
#contents #Information dl {
	margin-left: 30px;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	line-height: 1.4;
	margin-top: 3px;
}
#contents #Information dt {
	position: absolute;
	width: 5em;
	left: 30px;
}
#contents #Information dd {
	padding-left: 5em;
	color: #CC3300;
}
#contents #Information a {
	color: #333333;
	text-decoration: none;
}
/*ドロップシャドウ*/
.drop_shadow {
	-moz-box-shadow: 2px 2px 10px #999;
	-webkit-box-shadow: 2px 2px 10px #999;
}

/* ============================================
	footer 
============================================ */
html,
body,
#wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;　/* IE６以外のモダンブラウザに適用 */
	min-height: 100%;　/* IE６以外のモダンブラウザに適用 */
}

#footer {
	clear: both;
	width: 960px;
	position: relative;
	height: 50px;
	background: #FFFFFF;
	margin: -50px 0px 0px auto;
	padding: 10px 0px;
}
#footer .topagetop {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	position: absolute;
	right: 30px;
	bottom: 5px;
	width: 13em;
}
#footer .topagetop a {
	color: #999999;
	text-decoration: none;
}
#footer address {
	font-size: 11px;
	color: #999999;
	text-align: left;
	font-style: normal;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 13px;
}
#footer .photo {
	font-size: 11px;
	color: #999999;
	text-align: left;
	font-style: normal;
	padding-left: 20px;
	margin-top: 3px;
}

/* ============================================
	#contents #main #naiyou
============================================ */
#main #naiyou {
	float: right;
	width: 670px;
	margin-top: 15px;
	margin-right: 40px;
	background: #FFFFFF;
	z-index: 6;
	margin-bottom: 5px;
}
#main #naiyou h3 {
	font-family: sans-serif;
	font-size: 1.4em;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 2px;
	margin-top: 15px;
}
#main #naiyou h3.first {
	font-family: sans-serif;
	font-size: 1.4em;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 2px;
	margin-top: 0px;
}
#main #naiyou h3 img {
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}
#main #naiyou h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 10px solid #999999;
	line-height: 1.5;
}
#naiyou p {
	margin-left: 2em;
	margin-right: 4em;
}

#naiyou p a {
	color: #666666;
	text-decoration: none;
}
#naiyou p a:hover {
	color: #990000;
	text-decoration: none;
}

/* ============================================
	isenkai #contents #main
============================================ */

#naiyou img.nyukai_btn {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	
}
#naiyou ul.kaiin li {
	background: url(../isenkai/images/mark.gif) no-repeat 0 center;
	padding-left: 20px;
}

/* ============================================
	isenkai #contents #main #sub_nav
============================================ */
#main #sub_nav {
	position:absolute;
	top:70px;
	left:-10px;
	width: 150px;
	z-index: 11;
	background: #FFFFFF;
}

#main #sub_nav h2 {
	color: #999;
	font-size: 28px;
	padding-left:14px;
	margin-bottom: 2px;
	line-height: 1.2;
}

#main #sub_nav p	{
	color: #990000;
	margin-top: 0.2em;
	font-size: 12px;
	padding-left:14px;
}

#main #sub_nav ul {
	list-style: none;
	font-size: 12px;
	margin: 20px 0 30px;
	padding: 0;
}

#main #sub_nav h3,
#main #sub_nav li a {
	display: block;
	width: 108px;
	padding: 4px 18px;
	margin: 0 0 4px;
}

#main #sub_nav ul h3 {
	color: #fff;
	background:#333 url(../images/heading_bg.jpg) repeat-y;
	font-weight: normal;
	font-size: 1.1em;
}

#main #sub_nav ul li a {
	color: #999;
	background:#222 url(../images/tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
	line-height: 1.8;
}

#main #sub_nav ul li a:hover {
	color: #CC3300;
}

#main #sub_nav ul li a.current{
	color: #FF6600;
}



/* ============================================
	syonobi
============================================ */

#contents #main #mokuji {
	margin-top: 40px;
}

#main #naiyou #mokuji .boto {
	font-size: 1.1em;
	font-weight: normal;
	color: #1A1A1A;
}

#contents #main #naiyou #mokuji h4 {
	color: #666666;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: 500px;
}
#main #naiyou #mokuji h5 {
	font-size: 1.5em;
	color: #990000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
	line-height: 1.6em;
}
#main #naiyou #mokuji h5.title {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 1.8em;
}
#naiyou #mokuji h6 {
	font-weight: bold;
	color: #FFFFFF;
	background: #777777;
	width: 8em;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 2px 1px 1px;
}
#naiyou #mokuji dl {
	margin-left: 4em;
}
#naiyou #mokuji dd {
	line-height: 1.1;
}

/* ============================================
	syonobi_school_table
============================================ */
#naiyou #schoolinfo {
	width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 2px solid #CCCCCC;
	padding-left: 10px;
}
#naiyou #schoolinfo h4 {
	font-weight: bold;
	color: #333333;
}
#naiyou table {
	font-size: 0.9em;
}
table.school {
	width: 630px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

table.school th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #DDDDDD;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	margin: 0px;
}

table.school td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    /*text-align: center;*/
}
#naiyou .school caption {
	font-size: 1.1em;
	color: #990000;
	padding-left: 10px;
	border-left: 10px solid #999999;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 1.1;
}

/* ============================================
	syonobi_backnumber
============================================ */
#naiyou #backnumber {
	width: 650px;
	margin-top: 20px;
}
#backnumber table {
width:630px;
}
#backnumber table tr {
	vertical-align: top;
	padding: 3px 0px;
}

#backnumber dl {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDB69E;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 280px;
	margin: 0px;
}
#backnumber dt {
	font-family:sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: normal;
	color: #445AD0;
	margin-top: 2px;
}
#backnumber dd {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "Verdana", sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	padding-left: 2em;
}

#backnumber .year {
	font-family:sans-serif;
	font-size: 12px;
	color: #CC3333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #847461;
	border-left-color: #847461;
	background: top;
}
#backnumber strong {
	color: #CC3333;
}

#naiyou #backnumber table {
	vertical-align: top;
	width: 670px;
}
#naiyou #backnumber table img.magazine {
	vertical-align: top;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.bookkyapsyon {
	font-size: 0.85em;
	color: #6E7972;
	margin-top: 12px;
	margin-left: 20px;
}

/* ============================================
	syonobi_yusyu
============================================ */

#naiyou #workslist {
	width: 630px;
	margin-top: 30px;
	clear: both;
	margin-left: 10px;
}
#naiyou #workslist h4 {
	font-size: 1.1em;
	color: #CC3333;
	margin-bottom: 10px;
	font-weight: bold;
}



/* dl要素のスタイル */
#naiyou #workslist dl {
	width: 170px;
	float: left;
	padding: 3px;
	text-align: center;
	margin-top: 3px;
  }
	
#naiyou #workslist dl dt {
	width: 132px;
  }
	
#naiyou #workslist dl dt img {
	margin:0;
	-moz-box-shadow: 2px 2px 10px #999;
	-webkit-box-shadow: 2px 2px 10px #999;
  }
	
#naiyou #workslist dl dd {
	margin: 0.5em 4em 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
	color: #777777;
  }
	
/* ============================================
	syonobi_order
============================================ */
#naiyou img.order_btn {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}




/* ============================================
	link
============================================ */
#link_nav {
	position: fixed;
	top: 200px;
	right: 850px;
}
#link_nav li {
  margin-bottom: 2px;
}
#link_nav a {
  background: #ededed;
  color: #666;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#link_nav a:hover {
  background: #dedede;
}
#link_nav .current a {
  background: #666;
  color: #ededed;
}
#link_nav ul li.current {
  background: red;
}

#naiyou .link_section {
	padding: 20px;
}


/* ============================================
	sitemap
============================================ */
#sitemap #naiyou h4 {
	margin-top: 50px;
	background: #E5E5E5;
}
#sitemap #naiyou li {
	margin-left: 20px;
	color: #666666;
}
#sitemap #naiyou li a{
	color: #666666;
	text-decoration: none;
}
#sitemap #naiyou li a:hover{
	color: #FF3366;
	text-decoration: underline;
}


/* ============================================
	media
============================================ */

#main #media {
	margin-left: 100px;
	margin-top: 20px;
}
#main .media_section {
	margin-top: 30px;
	border-bottom: 2px dotted #999999;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-bottom: 20px;
	width: 700px;
}
#main #media .media_section .catch {
	margin-bottom: 20px;
}
#media .media_section h4 {
	font-weight: bold;
	padding-left: 5px;
	background: #E5E5E5;
	color: #333333;
	margin-bottom: 10px;
}
#media .media_section h5 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin-top: 20px;
}

/* ============================================
	contact
============================================ */


#contact #main #naiyou table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	width: 640px;
}
#contact #main #naiyou table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#contact #main #naiyou table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#contact #main #naiyou table tr.odd {
	background-color: #EFEFEF;
}
/* form
------------------------------*/
#main #naiyou form {
	margin-bottom: 30px;
	margin-top: 25px;
}
#main #naiyou input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main #naiyou form em {
	color: #CC3300;
	padding-left: 5px;
}
#main #naiyou form textarea#comment {
	overflow: auto;
	height: 200px;
	width: 400px;
}



dl {
	margin-bottom: 20px;
	margin-left: 20px;
}
dl dd {
	margin: 0px 0px 10px 10px;
}

form dl dt {
	float: left;
	clear: left;
	width: 12em;
}
form dl dd {
	margin: 1px;
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	line-height: 1.5;
}
form p.formbtn {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 350px;
}

/* ============================================
	gallery
============================================ */
#contents #main .gallery_contents {
	margin-top: 15px;
	margin-left: 10px;
}
.gallery_contents h2.gallery_title {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	width: 900px;
}
.gallery_contents .gallery_title em {
	font-size: 0.8em;
}
.gallery_contents p {
	margin-left: 6em;
}
.gallery_contents img {
	margin-right: 6px;
}
.style1 {
	font-size: 0.7em;
	color: #666666;
	vertical-align: bottom;
}
/* 震災　見舞*/
#contents #main #mimai {
	position: absolute;
	height: 300px;
	width: 470px;
	left: 550px;
	top: 310px;
}
#contents #main #mimai strong{
	font-size: 28px;
	line-height: 1.2;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-style: normal;
	color: #C30;
}

/* 仮事務所*/
p.red {
	color: #990000;
	font-weight: bold;
}

.kari_office {
	border: #900 1px solid;
	padding: 5px;
	margin: 10px 0;
}
#contents #Information dd.check{
	padding-left: 5em;
	color: #CC3300;
	background: url(../check.gif) no-repeat right center;
	width: 17em;
}
#contents #Information dd.check a{
	color: #CC3300;
}

