/* CSS Document */

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.2em;
 	width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-text-size-adjust: 100%;
}

/* --- コンテナ --- */
#container {
	width:100%;
	height:100%;
	display: inline-block;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
	text-align:center;
	background-color: #ffffff;
}
#bodybox  {
	width: 1024px;
	display: inline-block;
	background: url(/img_parts/w70.png) repeat;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/* --- タイトル --- */
.title {
	width: 950px;
	height: 100px;
	border: 0px;
	margin: 5px 0px 5px 0px;
}
.title_box {
	width:1024px;
	height:50px;
	display: inline-block;
	border: none;
	margin: 5px auto 0px auto;
	padding:0px;
	border-spacing: 0px;
	text-align:center;
}
.title_lbox {
	width:124px;
	height:60px;
	padding:0px;
	border: none;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	line-height: 25px;
	text-align:left;
	float: left;
}
.title_rbox {
	width:900px;
	height:60px;
	padding:0px;
	border: none;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	text-align:right;
	float: left;
}
.cnamebox {
	font-size:0.8em;
	color:#ffffff;
	margin:0px;
	padding:0px;
}
/* --- サブメニュー --- */
.menu {
	width: 220px;
	border:0px solid #C5C6C5;
	margin: 5px auto 5px 0px;
	position: fixed;
	text-align:center;
	background:#fff;
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-box-shadow: 1px 2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 8px rgba(0,0,0,.2);
	box-shadow: 1px 2px 8px rgba(0,0,0,.2);

	float: left;
}
ul.menu1 {
	width:96%;
	text-align:center;
	margin: 15px 2% 15px 2%;

}
ul.menu1 li {
	list-style-type:none;
	margin: 5px auto 5px auto;
}

.menuz {
	font-size:0.8em;
	color:#8b0000;
	margin:0px;
	padding:0px;
	width:100%;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-decoration:none;
	
}
.menuz a {
	color:#ffffff;
	margin:0px;
	padding:0px;
	line-height:40px;
	font-weight: bold;
	text-decoration:none;
	background: #8b0000;
	display:block;
}
.menuz a:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background: #AAAAAA;
	display:block;
}
.menuz a:visited {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
}
.menuz2 {
	font-size:0.8em;
	color:#8b0000;
	margin: 5px auto 5px auto;
	padding:0px;
	width:98%;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-decoration:none;
		border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	
}
.menuz2 a {
	color:#8b0000;
	margin:0px;
	padding:0px;
	line-height:40px;
	font-weight: bold;
	text-decoration:none;
	border: thin #8b0000 solid;
	border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	display:block;
}
.menuz2 a:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	background: #8b0000;

	border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	-moz-border-radius: 0px 10px 0px 10px;
	display:block;
}
.menuz2 a:visited {

	font-weight: bold;
	text-decoration:none;
}

.back_gt-a {
	background: url(/img_parts/sub_gt_a.png) no-repeat;
	background-position: center center;
}
.back_ag-a {
	background: url(/img_parts/sub_ag_a.png) no-repeat;
	background-position: center center;
}
.back_ba-a {
	background: url(/img_parts/sub_ba_a.png) no-repeat;
	background-position: center center;
}
.back_dr-a {
	background: url(/img_parts/sub_dr_a.png) no-repeat;
	background-position: center center;
}
.back_ky-a {
	background: url(/img_parts/sub_ky_a.png) no-repeat;
	background-position: center center;
}
.back_amp-a {
	background: url(/img_parts/sub_amp_a.png) no-repeat;
	background-position: center center;
}
.back_etc-a {
	background: url(/img_parts/sub_etc_a.png) no-repeat;
	background-position: center center;
}
ul.sub-menu {
	width:100%;
	text-align:center;
	margin: 15px 0% 15px 0%;
	padding: 0px 0px 0px 0px;
}
ul.sub-menu li {
	list-style-type:none;
	margin: 5px auto 5px auto;
	padding: 0px 0px 0px 0px;
}

.sm-a {
	display: inline;
}
.sm-b {
	display: none;
}
/* --- タイトルメニュー --- */
.t-menu_area {
	width: 100%;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;

}
.t-menu_box {
	width: 900px;
	border: 0px;
	margin: 5px auto 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
}
ul.t-menu {
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li.t-menuw {
	width:100px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
li.t-menuwide {
	width:300px;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
li.t-menufb {
	width:40px;
	list-style-type:none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}
li.t-menuml {
	width:40px;
	list-style-type:none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
}
ul.t-ws-plink {
	text-align:left;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
}
ul.t-ws-plink li {
	list-style-type:disc;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
}
.t-menuz {
	font-size: 0.8em;
	letter-spacing: normal;
	margin: 0px 1% 0px 1%;
	padding: 0px 0px 0px 0px;
	width:98%;
	height:30px;
	text-align:center;
	line-height:30px;
	
}
.t-menuzfb {
	letter-spacing: normal;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	
}
.t-menuz a:link {
	text-decoration:none;
	color:#000000;
	display:block;
	background-image: url(/img_parts/w70.png);
	background-repeat:repeat;
	background-position:center center;
	text-align:center;
	line-height:30px;
	border:1px solid #000000;
	-webkit-border-radius: .2px;
	-moz-border-radius: .2px;
	-khtml-border-radius: 2px;
	border-radius: .2em;
}
.t-menuz a:visited {
	color:#000000;
}
.t-menuz a:hover {
	text-decoration:none;
	color:#000000;
	background-color: #dcdcdc;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:2px solid #ff69b4;

}
.t-menuz a:active {
	color: #000000;
	background-color: #0000cd;
}

/* --- ギャラリーニュース一覧 --- */
.newsp {
	width: 190px;
	height: 200px;
	text-align:center;
	border:1px solid #C5C6C5;
	margin: 5px 3px 5px 3px;
	float: left;
}
/* --- ギャラリー一覧 --- */
.gallp {
	width: 190px;
	height: 180px;
	text-align:center;
	border:1px solid #dedede;
	background: #ffffff;
	margin: 5px 3px 5px 3px;
	float: left;
}
/* --- コンテンツコンテナ --- */
.containerin {
	width: 950px;
	margin: 0 auto;
	text-align:center;
}
/* --- シャドウ付きメインコンテナ --- */
.containersidein {
	width: 900px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background:#fff;
	-webkit-border-radius: .5px;
	-moz-border-radius: .5px;
	-khtml-border-radius: 5px;
	border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);box-shadow: 0 3px 5px rgba(0,0,0,.2);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* --- メインカラム --- */
#content-main {
	width: 820px;
	text-align:center;
	background:#ffffff;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	outline: none;
	float: left;
}
/* --- サブカラム --- */
#content-sub {
	width: 200px; /* サイドバーの幅 */
	height: 100%;
	border:1px solid #8b0000;
	margin: 10px 0px 0px 0px;
	display: inline-block;
	float: left;
}
/* --- ブログメインカラム --- */
.contentblog {
	float: left;
	width: 700px; /* メインカラムの幅 */
}
/* --- サイドR --- */
.side-r {
	float: left;
	width: 200px; /* サイドバーの幅 */
}
/* --- 問い合わせ --- */
.contentfq {
	float: left;
	width: 600px; /* メインカラムの幅 */
	margin: 10px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
/* --- 右カラム --- */
.r-side {
	float: left;
	width: 200px; /* サイドバーの幅 */
}

 /* --- ヘッダー --- */
#headarea {
	width: 100%;
	height:100px;
	background-color: #8b0000;

	color: #000000;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}
#headarea_e {
	width: 100%;
	height:100px;
	background-color: #8b0000;
	color: #000000;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}
#head {
	width: 100%;
	color: #666666;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.locatebox {
	width:1024px;
	padding:0px;
	border: hidden;
	margin: 20px auto 0px auto;
	border-spacing: 0px;
	text-align:center;
}
.locatebox_e {
	width:1024px;
	border: hidden;
	background: #dcdcdc;
	margin: 0px auto 0px auto;
	padding:0px;
	border-spacing: 0px;
	text-align:center;
}
h1.headt {
	font-size: 0.8em;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
h2.foottitle {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.locatelink a {
	color: #ffffff;
	border-bottom: none;
}
.locatelink a:visited {
	color: #ffffff;
	border-bottom: none;
}
.locatelink a:hover {
	color: #ffffff;
	border-bottom: 3px double;
}
.locatelink a:active {
	color: #ffffff;
	border-bottom: none;
}
/* --- フッタ --- */
.footer {
	width: 100%;
	display: inline-block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C5C6C5;
	text-align:center;
}
.footbox {
	width: 1000px;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.head {
	width: 100%;
	background-color: #666666;
	color: #FFFFFF;
	text-align:center;
}
.foot {
	width: 100%;
	height: 20px;
	background-color: #666666;
	font-size: 9px;
	color: #FFFFFF;
	text-align:right;
}
/* --- トップ写真 --- */
.topph {
	width:820px;

	outline: none;
	color:#000!important;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
/* --- footerリンクBOX --- */
.ft-box {
    font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	float: left;
	width: 300px;
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
.ft-boxn {
    font-size: 1.0em;
    line-height: 1.2em;
	color: #FFFFFF;
	float: left;
	width: 300px;
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
/* --- footerリンクBOX --- */
.topad {
	float: left;
	width: 170px;
	margin: 10px 0px 10px 10px;
}
/* --- 新着情報ゾーン --- */
.top-new {
	float: left;
	width: 440px; /* メインカラムの幅 */
	margin: 10px 10px 10px 10px;
}
.top-fb {
	float: left;
	width: 450px; /* メインカラムの幅 */
	margin: 10px 10px 10px 10px;
}
/* --- トップ写真左ゾーン --- */
.top-l {
	float: left;
	width: 750px; /* メインカラムの幅 */
}

/* --- トップ写真右ゾーン --- */
.top-r {
	float: right;
	width: 180px; /* サイドバーの幅 */
	padding: 10px 0px 0px 0px;
}
.clearleft {
	clear: left;
}
.clearright { 
	clear: right; 
}
.clearboth { 
	clear: both; 
}
ul { padding: 0px; margin: 0px; }
ul.parea li {
	float: left;
	font-size: small;
	list-style-type:none;
	margin-right: 0px;
}
ul.ft li {
	font-size: small;
	list-style-type:square;
	margin: 0px 0px 0px 10px;
}
ul.sb{
    width:180px;
	list-style-type:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
ul.fqb {
	font-size: 1.0em;
	margin: 0px auto 5px 50px;
	padding: 0px 0px 0px 0px; 
	text-align:left;
}
ul.fqb li {
	margin: 0px 0px 5px 50px;
	width:85%;
}
ul.defa {
	font-size: 1em;
}
ul.defa li {
	list-style-type: none;
	line-height:25px;
	margin: 15px 0px 15px 40px;
	padding: 0px 0px 0px 0px; 
}
ul.etcnews {
	font-size: 1em;
}
ul.etcnews li {
	text-align:left;
	list-style-type: square;
	margin: 10px auto 10px 40px;
	padding: 0px 0px 0px 0px; 
}
input.soushin {
	font-size: 1em;
	width: 200px;
	height: 5em;
	background: #FFCCFF;
}
.style4 {font-size: 12px}
.style5 {
	font-size: 0.8em;
	color: #FF00FF;
}
.style9 {color: #666666; font-size: small; }
.style10 {
	font-size: 9px;
	color: #FFFFFF;
}
.style11 {font-size: 9px}
.style12 {color: #FFFFFF}


.ftl a {
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:0px;
	margin:0;
	line-height:30px;
}
.ftl a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.ftl a:visited {
	color:#ffffff;
}
.menusb_1 {
	width:180px;
	margin:0;
	padding:0px;
	text-align:center;
}
.menusb {
	font-size:10px;
	margin:0;
	padding:0px;
	width:180px;
	height:30px;
	line-height:30px;
}
.menusb a {
	text-decoration:none;
	color:#333333;
	display:block;
	width:180px;
	height:30px;
	background: #FFFFFF url(./temp/Default/img/sb_a.jpg) repeat center;
	padding:0px;
	margin:0;
	line-height:30px;
}
.menusb a:hover {
	text-decoration:none;
	color:#ffffff;
	background: #FFFFFF url(./temp/Default/img/sb_b.jpg) repeat center;
	font-weight: bold;
}
.menusb a:visited {
	color:#000000;
}

.honbun {
	line-height: 25px\9; /* IE8 and below */
	*line-height: 25px; /* IE7 and below */
	text-align:left;
}

.center {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}

h1.top {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}
h2.ft-t {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	margin: 20px 0px 20px 0px; 
	padding: 0px 0px 0px 0px;
}
h3.maint {
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	background: #C5C6C5;
	width: 98%;
	height:1.5em;
	margin: 20px 0px 10px 0px; 
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
	display: inline-block;
}
h3.newst {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	margin: 5px 5px 5px 5px; 
	padding: 0px 0px 0px 0px;
}

h3.midashi {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}
h3.blog_t {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 20px 10px 10px 20px;
}
h3.komidashi {
	font-size: 1.2em;
	font-weight: normal;
	color:#ffffff;
	text-align: left;
	text-indent: 1em;
	line-height: 1.7em;
	line-height: 1.7em\9; /* IE8 and below */
	*line-height: 1.7em; /* IE7 and below */
	background-image: url(./temp/Default/img/h3bar.png);
	width:860px;
	height: 30px;
	margin: 50px 0px 15px 20px; 
	padding: 0px 0px 0px 0px;
}
h3.komidac {
	font-size: 1.2em;
	font-weight: normal;
	color:#ffffff;
	text-align: left;
	text-indent: 1em;
	line-height: 1.5em;
	line-height: 1.5em\9; /* IE8 and below */
	*line-height: 1.5em; /* IE7 and below */
	background-image: url(./temp/Default/img/h3barc.png);
	width:680px;
	height: 30px;
	margin: 50px 0px ３0px 10px; 
	padding: 0px 0px 0px 0px;
			}
h3.w-edit-t {
	font-size: 1.0em;
	font-weight: normal;
	color:#ffffff;
	text-align: left;
	text-indent: 1em;
	background: #808080;
	width:100%;
	margin: 15px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
table, td, th {
	border: 0px;
	padding: 0px;
	vertical-align: top;
}


#para_l5 {
	margin-left: 5px;
	position:relative;
}
#para_l10 {
	margin-left: 10px;
	position:relative;
}

p { 
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px; 
	line-height: 24px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
}
p.l1 { margin-left:1em; }
p.l2 { 
	font-size: 1.0em;
	width: 90%;
	line-height: 2.0em;
	text-align:left;
	margin: 20px 5% 20px 5%;
	padding: 0px 0px 0px 0px;
}
p.l3 { 
	font-size: 0.8em;
	width: 80%;
	line-height: 1.6em;
	text-align:center;
	margin: 40px auto 40px auto;
	padding: 0px 0px 0px 0px;
}
p.blogt { 
	font-size: 1.0em;
	font-weight: normal;
	margin: 10px 20px 20px 40px;
	padding: 0px 0px 0px 0px; 
	line-height: 2.0em;
	text-align:left;
	
}
p.ltop { 
	margin: 0px 80px 0px 0px; 
	padding: 0px 0px 0px 40px; 
	line-height: 24px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
}
.topt {
	width: 450px;
	display: inline-block;
	border:0px solid #C5C6C5;
	margin: 10px 0px 30px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
p.lw { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	line-height: 24px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
}
p.l3 { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	line-height: 30px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
}
p.lg { 
	margin: 30px 10px 10px 10px; 
	padding: 0px 20px 20px 20px; 
	line-height: 30px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
}
p.lt { 
	margin: 10px 10px 10px 10px; 
	padding: 0px 20px 20px 20px; 
	line-height: 30px;
	line-height: 30px\9; /* IE8 and below */
	*line-height: 30px; /* IE7 and below */
	text-align:left;
	
}
p.rs { 
	margin: 30px 0px 20px 0px; 
	padding: 0px 0px 0px 40px; 
	line-height: 24px;
	line-height: 24px\9; /* IE8 and below */
	*line-height: 24px; /* IE7 and below */
	text-align:right;
}
p.ta_c {
	margin: 30px 0px 30px 0px;
	text-align: center;
}
p.bt { 
	margin: 10px 20px 10px 20px; 
	line-height: 30px;
	line-height: 30px\9; /* IE8 and below */
	text-align:left;
}

ul.topbutton{
    width:280px;
	list-style-type:none;
	float:right;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

ul.topbutton_li{
    width:280px;
    list-style-type:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}


.button,
.button:visited {
    display: inline-block;
    outline: none;
    cursor: pointer;
    color:#fff!important;
    text-decoration:none;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    background:#eee;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;//CSS3
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    behavior: url(http://gori-p.com/ie-css3.htc);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.con-box {
	max-width: 900px;
	min-width: 670px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background:#fff;
	-webkit-border-radius: .5px;
	-moz-border-radius: .5px;
	-khtml-border-radius: 5px;
	border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.fcbox {
	max-width: 1200px;
	min-width: 500px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 10px 10px 0px;
	padding: 0px 10px 0px 10px;
	background:#fff;
	-webkit-border-radius: .5px;
	-moz-border-radius: .5px;
	-khtml-border-radius: 5px;
	border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	text-align: left;
}
.box_works {
	width: 100%;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.box_worksbody {
	width: 800px;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 55px 10px 55px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box900x {
	width: 910px;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.box950 {
	width: 950px;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box930 {
	width: 930px;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box800 {
	width: 800px;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box700t {
	width: 700px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background:#fff;
	text-align: left;
}
.box680t {
	width: 680px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background:#fff;
	text-align: left;
}
.box700s {
	width: 660px;
	display: inline-block;
    outline: none;
    color:#000!important;
	border:1px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    background:#fff;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
	-khtml-border-radius: 5px;
    border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
	text-align: left;
}
.blogbox {
	width: 95%;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:1px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background:#fff;
	-webkit-border-radius: .5px;
	-moz-border-radius: .5px;
	-khtml-border-radius: 5px;
	border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	text-align: left;
}
.blogbox2 {
	width: 90%;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	background:#fff;
	text-align: left;
}
.box_topl {
	width: 750px;
	float: left;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.box_top {
	max-width: 900px;
	min-width: 670px;
	display: inline-block;
	outline: none;
	background-image: url(./temp/Default/img/top_back.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border:1px solid #C5C6C5;
	margin: 10px 0px 20px 0px;
	padding: 10px 30px 10px 30px;
	-webkit-border-radius: .5px;
	-moz-border-radius: .5px;
	-khtml-border-radius: 5px;
	border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	text-align: left;
}
.box_miyu_bun {
	width: 480px;
	display: inline-block;
	outline: none;
	color:#000!important;
	border:0px solid #C5C6C5;
	margin: 50px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.box_miyu {
	width: 900px;
	height: 670px;
	display: inline-block;
	outline: none;
	background-image: url(./temp/Default/img/miyu_test.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.5);
	box-shadow: 0 5px 5px rgba(0,0,0,.5);
	text-align: left;
}

.box700s-c {
	width: 660px;
	display: inline-block;
    outline: none;
    color:#000!important;
	border:1px solid #C5C6C5;
	margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    background:#fff;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
	-khtml-border-radius: 5px;
    border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
	text-align: center;
}
.box700w {
	width: 660px;
	display: inline-block;
    outline: none;
	margin: 5px auto 5px auto;
    padding: 0px 10px 0px 30px;
    background:#fff;
	text-align: left;
}
.box160s {
	width: 160px;
	display: inline-block;
    outline: none;
    color:#000!important;
	border:1px solid #C5C6C5;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
    background:#fff;
    -webkit-border-radius: .5px;
    -moz-border-radius: .5px;
	-khtml-border-radius: 5px;
    border-radius: .5em;
	behavior: url(http://gori-p.com/ie-css3.htc);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.lg-main {

	margin: 5px 5px 5px 5px;
	border:0px solid #666666;
	border-spacing: 0px;
	background:#ffff;
	text-align: center;
	float: left;
}
.lg-subphbox {
	width:300px;
	margin:0px;
	border:1px solid #666666;
	border-spacing: 0px;
	text-align: center;
	background:#cccccc;
	float: left;
}
.lg-subbox {
	width:300px;
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	border: hidden;
	border-spacing: 0px;
	text-align: left;
	float: left;
}
.box_600_l {
	width:600px;
	margin:5px;
	border: hidden;
	border-spacing: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
.box_500_l {
	width:480px;
	margin:5px;
	border: hidden;
	border-spacing: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
}
.box_600_c {
	width:600px;
	margin:5px;
	border: hidden;
	border-spacing: 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}
.box_500 {
	width:200px;
	padding:5px;
	border: hidden;
	float: left;
	border-spacing: 0px;
}
.box_wp-l {
	width:260px;
	padding:5px;
	border: hidden;
	float: left;
	border-spacing: 0px;
	position: relative;
}
.box_wp-r {
	width:260px;
	margin:5px;
	border: hidden;
	float: right;
	border-spacing: 0px;
	position: relative;
}
.box_wp-c {
	width:470px;
	margin:10px auto 10px 60px;
	text-align: center;
}
.phbox {
	width:250px;
	margin:5px;
	border: hidden;
	border-spacing: 0px;
	text-align: center;
}
.phcapbox {
	width:250px;
	margin:5px 0px 10px 0px;
	border: hidden;
	border-spacing: 0px;
	text-align: center;
	font-size: 0.8em;
}
.box_200 {
	width:200px;
	padding:0px;
	border: hidden;
	float: right;
	border-spacing: 0px;
}
.box_600 {
	width:600px;
	padding:0px;
	border: hidden;
	border-spacing: 0px;
	margin:20px 50px 10px 50px;
}

.box_t-r {
	width:212px;
	padding: 15px 5px 5px 5px;
	border-spacing: 0px;
	float: left;
}
.box_xx {
	width:100%;
	padding:0px;
	border-spacing: 0px;
}
ul.topbutton{
    width:280px;
	list-style-type:none;
	float:right;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}

ul.topbutton_li{
    width:280px;
    list-style-type:none;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
ul.photo_r20 li {
display: inline;
margin-right: 20px;
list-style-type: none; 
}
ul.top_n-c li {
display: inline;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px
list-style-type: none; 
}

h3.ltxt {
	font-size: medium;
	font-weight:normal;
	line-height: 200%;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	width:620px;
	border-top: 1px  dotted;
	border-bottom: 1px  dotted;
}
p.ltx {
	font-size: medium;
	font-weight:bold;
	vertical-align: top;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
p.ltxc {
	font-size: small;
	vertical-align: top;
	margin-left: 100px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
}
p.ltxl {
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
table.ph {
	width: 250px;
	height: auto;
	margin: 10px;
	border-spacing: 0px;
}
.box_ph_left_250 {
	width:250px;
	font-size:small;
	line-height:20px;
	margin: 0px 10px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: left;
}
.box_ph_left_200 {
	width:200px;
	font-size:small;
	line-height:20px;
	margin: 0px 10px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: left;
}
.box_ph_left_150 {
	width:150px;
	font-size:small;
	line-height:20px;
	margin: 0px 10px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: left;
}
.box_ph_right_250 {
	width:250px;
	font-size:small;
	line-height:20px;
	margin: 0px 20px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: right;
}
.box_ph_right_200 {
	width:200px;
	font-size:small;
	line-height:20px;
	margin: 0px 20px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: right;
}
.box_ph_right_150 {
	width:150px;
	font-size:small;
	line-height:20px;
	margin: 0px 20px 0px 10px;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: right;
}
.workspharea {
	width: 550px;
	float: none;
	outline: none;
	border:none;
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.box_ph {
	width:250px;
	font-size:small;
	padding:0px;
	border: hidden;
	text-align: center;
	border-spacing: 0px;
	float: left;
}
.box_cap {

	font-size:small;
	line-height:20px;
	padding:0px;
	border: hidden;
	text-align: left;
	border-spacing: 0px;
}
/* --- imgサイズ --- */
img.logophsz {
	width:124px;

	border: 0px;
	margin: 0px 0px 0px 0px;
}
img.submenuphsz {
	width:98%;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img.il { float: left; }
img.ir { float: right; margin-right: 5px;}
img.fl {
	float: left; 
	margin: 0px 10px 0px 0px; 
}
img.topphsz {
	width: 800px;
	height: auto;
	border: 0px;
	margin: 0px 0px 0px 0px;
}
img.listphsz {
	width: auto;
	height: 120px;
	border: 0px;
	margin: 4px 2px 4px 2px;
}
img.worksphsz_250 {
	max-width: 250px;
	max-height: 250px;
	border: 0px;
	margin: 4px auto 4px auto;
	padding:0px 0px 0px 0px;
}
img.worksphsz_200 {
	max-width: 200px;
	max-height: 200px;
	border: 0px;
	margin: 4px auto 4px auto;
	padding:0px 0px 0px 0px;
}
img.worksphsz_150 {
	max-width: 150px;
	max-height: 150px;
	border: 0px;
	margin: 4px auto 4px auto;
	padding:0px 0px 0px 0px;
}
img.modlistphsz {
	width: auto;
	height: 120px;
	border: 0px;
	margin: 4px auto 4px auto;
	padding:0px 0px 0px 0px;
}
img.modlfcphsz {
	width: auto;
	height: 200px;
	border: 0px;
	margin: 4px auto 4px auto;
	padding:0px 0px 0px 0px;
}
/* --- adボックス --- */
.ad_boxw {
	margin: 5px auto 0px auto;
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	text-align: center;
}
.ad_box {
	margin: 3px auto 3px auto;
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	text-align: center;
}
.ad_boxon {
	margin: 3px auto 3px auto;
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	text-align: center;
}
.map-pc {
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	display:block;
}
.map-sp {
	font-size:small;
	line-height:35px;
	font-weight: bold;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	display:none;
}
.pcsee {
	float: left;
	display:inline-block;
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
}
.spsee {
	float: left;
	display:none;
}

.offoffoff{
	visibility: hidden;
}