@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-size: 90%;
	line-height: 1.5;
	color: #222222;
	background-color: #E2D6C0;
	background-image: url(../img/back.gif);
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
}



h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #C60000;
}
a:hover {
	color: #FF0000;
}

img {
	border: 0;	
}
img.banner {
	padding: 3px;	
}

img.waku {
	border: #DDDDDD solid 1px;
}


.photo-left img{
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

.photo-right img{
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}


.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 80%;
	text-align: right;
	padding: 10px 0;
}



.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}



img.floatRight {
	margin: 0 0 10px 10px;
}

img.floatLeft {
	margin: 0 10px 10px 0;
}


.clear {
	float: none;
	clear: both;
}


.attention{
	color: #CC0000;
}

.blue{
	color: #0066FF;
}
.comment {
}

.copyright {
	font-size: 80%;
	color: #666666;
	font-style: oblique; 
	margin: 10px;
}

/* Wrapper
---------------------------------------------*/

.Base-center {
	width: 100%;
	margin:0px;
	text-align: center;
}
.contentWrapper {
	width: 805px;
	margin: 0 8px;
}


.Wrapper { 
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 821px;
	background: #FFFFFF url(../img/back-left.gif) repeat-y left;
}

.Wrapper2 {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 821px;
	background: url(../img/back-right.gif) repeat-y right;
}







/* たて組レイアウト
---------------------------------------------*/


.header-top {
	margin: 0;
	height: 139px;
	padding: 0;
}

.topmenu {
	margin: 0;
	height: 21px;
	padding: 0;
	background: url(../img/topmenu-back.gif) repeat;
}



.topmenu ul  {
	font-size: 78%;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 2px 10px 3px 0;
	float: right;
}

.topmenu li {
	float: left;
	list-style-type: none;
	background-image: url(../img/topmenu-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
}
.topmenu li a {
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
}

.topmenu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* 左メニューバック画像
---------------------------------------------*/


.main-content {
	margin: 0;
	padding: 0;
	background: url(../img/menu-back.gif) repeat-y left;
}

/* 左メニュー
---------------------------------------------*/

.content-left {
	float: left;
	margin: 0;
	width: 189px;
	padding: 0;
}

.left-banner {
	margin: 10px 0;
	text-align: center;
}
/* 右メニュー
---------------------------------------------*/

.content-right {
	float: right;
	margin: 10px 0 0 -200px;
	width: 100%;
}
.content {
	margin: 0 0 15px 210px;
	text-align: left;
	width: auto;
}

.content .inner {
	margin: 10px 30px 0 5px;
}


/* フッター
---------------------------------------------*/


.footer {
	clear: both;
	margin: 0;
	background-color: #DDDDDD;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3300;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}


.footer-menu {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
}

.footer-menu a {
	color: #333333;
}

.footer-menu a:hover {
	color: #FF0000;
}


/* ナビゲーション
---------------------------------------------*/
.globalNav {
	position: relative;
	width: 189px;
	margin-bottom: 20px;
}
#content {
}
.globalNav li {
	list-style-type: none;
	border-bottom: #160100 solid 1px;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: left;
}




.globalNav li a {
	margin: 0 0 0 15px;
	padding: 10px 5px 10px 15px;
	text-decoration: none;
	color: #000000;
	background-image: url(../img/menu1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.globalNav li a:hover {
	background-image: url(../img/menu2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FF3300;
	text-decoration: none;
}



/* top-information
---------------------------------------------*/

.info{
	margin: 30px 30px 40px 10px;
}

.wn-top{
	height:20px;
	margin: 0 10px 5px 0;
	padding: 0;
}

.info-inner{
	padding: 10px;
	margin: 5px 5px 5px 0;
	border:0px;
	background-color: #F2F0F7;	 
}



/* パン屑リスト
---------------------------------------------*/
ul.plist  {
	font-size: 80%;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 5px 0 0;
	padding: 0 5px 20px 0;
}

.plist li {
	float: left;
	list-style-type: none;
}
.plist li a {
	display: inline;
}
	

/* メインテキスト指定
---------------------------------------------*/

.indent {
	margin: 10px 30px;
}
.indent-left {
	margin-left: 100px;
	line-height: 1.5;
}

.date {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}

.content .top-content {
	width: 540px;
	margin: 10px 0;
	padding: 0 5px;
	text-align: left;
	background-color: #FFFFFF;
}

.content .top-content .button {
	float: right;
	margin: 0 0 0 10px;
}

.content .waku {
	width: 540px;
	margin: 10px;
	padding: 0;
	text-align: left;
}

.content .waku .main-text {
	margin: 10px;
}
.content .waku .main-text h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 10px;
	background-color: #EEEEEE;
	border: 0px;
}

.content .waku .main-text ul {
	margin: 5px 45px;
}
.content .waku .main-text ol {
	margin: 5px 50px;
}


.content .news {
	width: 560px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 0;
	text-align: left;
}

.content h1 {
}


.content h2 {
	font-size: 160%;
	color: #000000;
	font-weight: bold;
	margin: 20px 0 15px 0;
	padding: 0;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #E05631;
}


.content h2.toptitle {
	font-size: 160%;
	color: #000000;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 5px 5px 0 5px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #E05631;
	background-color: #E3E3E3;
}
.content h3 {
	font-size: 130%;
	color: #000000;
	font-weight: bold;
	margin: 20px 0 15px 0;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.content h3.newstitle {
	font-size: 130%;
	color: #666666;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4C4C4C;
}
.content h4 {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	margin: 15px 20px 15px 5px;
	padding: 0;
}


.content h5 {
	font-size: 110%;
	color: #732B34;
	font-weight: bold;
	margin: 10px 5px;
}
.content p {
	margin: 10px 5px;
	padding: 0;
}
.content .text-s {
	font-size: 90%;
	line-height: 1.3;
}


.content .main-text p {
	font-size: 100%;
	color: #222222;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0 20px 5px 20px;
}

.content .news .main-text {
	margin: 0;
	padding: 0;
}


.content .date {
	margin: 0 20px 10px 0;
	padding: 0;
	text-align: right;
}



.content .news .main-text h2 {
	font-size: 160%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #E05631;
}

.content .news .main-text .date {
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	text-align: right;
	background-color: #E3E3E3;
	font-weight: bold;
}
.content .news .main-text .cont {
	font-size: 100%;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}

.content ul.list1{
	margin: 10px;
	font-size: 100%;
	color: #111111;
	list-style-type: none;
	line-height: normal;
	padding: 0 0 10px 0;
	}

.content .list1 li{
	padding: 0 5px 10px 20px;
	background: url(../img/dot1.gif) left top no-repeat;
}



.content ol.list{
	margin: 20px 30px 10px 50px;
	list-style-position: outside;
	color:#990000;
	font-family: Georgia, Times, "serif", Verdana;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}

.content ol.list p {
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "sans-serif 60%";
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.content .list li{
	padding: 0 5px 10px 0;
}


.content table{
	width: 540px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	font-size: 100%;
	text-align: left;
	border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
	
}

.content td{
	border: 0;
	padding: 5px 1em;
	text-align: left;
	vertical-align: top;
	border-bottom: #666666 solid 1px;	
}
.content th {
	background: #EEEEEE;
	width: auto;
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
}



.content .waku table,.content .news table,.info table{
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 100%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	
}

.content .waku td,.content .news td{
	border: 0;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-bottom: 0px;	
}
.content .waku th,.content .news th{
	background: #EEEEEE;
	width: auto;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-right: 0px;
	border-bottom: 0px;
}

/* リンク集
---------------------------------------------*/ 


.content .link {
	width: 540px;
	margin: 5px 10px 15px 10px;
	padding: 0 0 10px 0;
	background-color: #F2F0F7;
	text-align: left;
}

.content .link .main-text {
	margin: 0;
	padding: 10px 20px 0 20px;
}

.content .link .main-text h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 5px 5px;
	padding: 0 0 0 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9933;
	border-bottom-width: 0px;
}
.content .link .main-text h3 a {
	color: #333333;
	text-decoration: none;
}

.content .link .main-text h3 a:hover {
	color: #FF3300;
}

.content .link .main-text .date {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}
.content .link .main-text .cont {
	font-size: 90%;
	color: #333333;
	margin: 5px 0 15px 0;
	padding: 0 10px 5px 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



/* トップページ新着
---------------------------------------------*/ 

.info table{
border-top: #333333 1px dotted;
}

.info td{
	margin: 0;
	padding: 5px;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
border-bottom: #333333 1px dotted;
}

.info td a{
 color:#000000;
}

.info td a:hover{
 color:#FF3300;
}

.info th{
	background-color: #F2F0F7;
	width: 10em;
	padding: 5px;
	margin: 0;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gohic", sans-serif;
	border-right-width: 0px;
border-bottom: #333333 1px dotted;
}

.info tr{
border-bottom: #333333 1px dotted;
}

.info .date{
	padding: 15px 5px 0 5px;
	text-align: right;
	vertical-align: bottom;
}


/* プロフィール
---------------------------------------------*/ 

.bengoshi {
	width: 540px;
	margin: 10px;
}
.bengoshi .right {
	margin-left: 170px;
	line-height: 1.5;
}
.bengoshi h2{
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: normal;
}
.bengoshi h3{
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #000000;
}
.bengoshi .comment {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.bengoshi .ryakureki {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bengoshi .ryakureki p{
	font-weight: bold;
}
.bengoshi li{
	margin-top: 10px;
	padding-bottom: 5px;
	list-style-type: none;
	line-height: 1.3;
}

.bengoshi h4 .text-s {
	font-size: 90%;
	line-height: 1.3;
	font-weight: normal;
}



/* サイトマップ
---------------------------------------------*/ 

.sitemap{
	margin: 30px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap h2{
	margin:10px 0;
	padding:10px 0;
	text-align:left;
	font-size:150%;
	color: #52220E;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #43302B;
}


.sitemap ul{
	list-style-type: none;
	background: url(../img/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(../img/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	list-style-type: none;
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}


/* お問い合わせ
---------------------------------------------*/
input.text {
	width: 330px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}

input.text2 {
	width: 120px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

textarea.text {
	width: 330px;
	padding: 5px;
	border: #BBBBBB solid 1px;
	background-color: #FFFFFF;
}
input:focus {
	background-color: #EFEFEF !important;
}
textarea:focus {
	background-color: #EFEFEF !important;
}



input.button {
	margin: 10px 5px 5px 5px;
	padding: 3px;
	font-size: 100%;
	width: 6em;
	border: 3px double #BBBBBB;
	background-color: #FFFFFF;
}

input.button:focus {
	border: 3px double #91636E;
	background-color: #FFDDEA !important;
	color: #660000;
}



.backnext {
	margin: 0;
	padding: 5px 10px;
	font-size: 85%;
	text-align: right;
}
.info .backnext {
border-bottom: #333333 1px dotted;
	
}

