@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	/*color:#333;*/
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	/*background-color: #F7F7F7;*/

	text-align: center;
	background-image:url('../img/back.jpg');
}
p, li, dt, dd, address {
	color: #444444;


	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

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;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #0000AA;

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: underline;
}
/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 1000px;

	margin: 0px auto;
	/*border-left: 1px solid #0066cc;*/
	border-left: 1px solid #999;
	/*border-right: 1px solid #0066cc;*/
	border-right: 1px solid #999;

	background-color: #FFFFFF;
}

div#header {
	float: none;
	clear: both;

	/*height: 120px;*/
	height:215px;

	background-color: #99ffff;
	background:#fff url("../img/head.jpg") no-repeat;
}
div#menu {
	height:40px;
	float: none;
	clear: both;

	margin-bottom: 5px;

	background-color: #fff;
	border-bottom:1px dashed #336699;
}
div#navigation {
	/*width: 220px;*/
	width:293px;
	/*float: right;*/
	float: left;
}
div#logs {
	/*float: left;*/
	float: right;
}
div#diary, div#comment, div#trackback {
	/*margin: 0px 15px;*/
	margin: 0px 5px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 15px 15px 10px 15px;
}
div#header h1 a {
	color: #444444;

	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;

	font-size: 12px;
}
div#headitem ul {
	margin:0;
}
div#headitem ul li {
	font-size:11px;
	color:#666;
	float:left;
	list-style:none;
	margin:0 5px;
}
/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 10px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #666;
}
div#menu a:active, div#menu a:hover {
	color: #000;
}
/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 7px 7px 17px 7px;
	padding: 5px;

	color: #FFFFFF;

	/*background-color: #777788;*/
	background-color: #003366;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	/*width: 180px;*/
	width:273px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin-left: 15px;
	/*margin-right: 15px;*/
	margin-right: 5px;
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	/*padding-bottom: 20px;*/
	padding-bottom: 15px;

	/*border: 1px solid #777777;*/
	border: 1px solid #999;

	text-align: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	/*width: 778px;*/
	width:705px;
	text-align:center;
}
html>body div#logs {
	/*width: 780px;*/
	width:707px;
}

div#diary .diary {
	min-height:200px;
	margin-bottom: 10px;
	padding: 2px;
	/*border: 1px solid #777777;*/
	border: 1px solid #999;
}
div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 15px 5px;
	padding: 5px;

	color: #FFFFFF;

	/*background-color: #777788;*/
	background-color: #00cccc;

}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {

}
html>body div#diary .text * {

}
div#diary .text p {
	margin: 0px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

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

div#footer address {
	padding: 10px 15px 20px 15px;

	color: #666;

	/*background-color: #777788;*/
	border-top:1px dashed #999;
	text-align:center;
}

div#footer a:link, div#footer a:visited {
	color: #666;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
}
div#footer menu {
	padding:10px;
	text-align:center;
}
/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

/*=================ここからカスタマイズ用に追加=============*/
/* 元気復興メニュー-------------------------------------- */
ul.menu_bar {
	display:block;
	width:1000px;
	height:30px;
	margin:0;
	padding:180px 0 0 0;
}
ul.menu_bar li {
	height:30px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
ul.menu_bar li a {
	display:block;
	height:30px;
}
ul.menu_bar li.menu01 a {
	width:104px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
ul.menu_bar li.menu02 a {
	color:#ff0000;
	font-weight:bolder;
	width:221px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
ul.menu_bar li.menu03 a {
	width:111px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
ul.menu_bar li.menu04 a {
	width:306px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
/*ul.menu_bar li.menu05 a {
	width:185px;
	padding-top:5px;
	text-align:center;
	background-image:url("http://ishinomakinet.com/genki/kainet/skin/img/menu_bak.gif");
}*/
ul.menu_bar li.menu06 a {
	width:121px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
ul.menu_bar li.menu07 a {
	width:137px;
	padding-top:5px;
	text-align:center;
	background-image:url("../../img/menu_bak.gif");
}
#menu_bar ul li a:hover{
    background-position: 0 -30px;
}

ul.menu_bar a { 
	color:#0066ff;
	text-decoration:none;
}/* リンクされた文字 */
ul.menu_bar a:link { 
	color:#0066ff;
	text-decoration:none;
}/* 未訪問リンク文字 */
ul.menu_bar a:visited { 
	color:#0066ff;
	text-decoration:underline;
}/* 訪問後リンク文字 */
ul.menu_bar a:hover { 
	color:#0066ff;
	text-decoration:underline;
}
ul.menu_bar a:active { 
	color:#0066ff;
	text-decoration:underline;
}/* クリック中 */
/* kainetメニュー-------------------------------------- */
ul.menu_k {
	position:absolute;
	display:block;
	width:703px;
	height:30px;
	margin:0 0 0 0;
	padding:0;
	border-bottom:1px dashed #666;
}
ul.menu_k li {
	height:30px;
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
ul.menu_k li a {
	display:block;
	height:30px;
}
ul.menu_k li.menu01 a {
	width:70px;
	padding:5px 0 0 5px;
	text-align:center;
}
ul.menu_k li.menu02 a {
	width:89px;
	padding-top:5px;
	text-align:center;
}
ul.menu_k li.menu03 a {
	width:135px;
	padding-top:5px;
	text-align:center;
}
ul.menu_k li.menu04 a {
	width:145px;
	padding-top:5px;
	text-align:center;
}
ul.menu_k li.menu05 a {
	width:114px;
	padding-top:5px;
	text-align:center;
}
ul.menu_k li.menu06 a {
	width:144px;
	padding-top:5px;
	text-align:center;
}
#menu_k ul li a:hover{
    background-position: 0 -30px;
}

ul.menu_k a { 
	color:#0066ff;
	text-decoration:none;
}/* リンクされた文字 */
ul.menu_k a:link { 
	color:#0066ff;
	text-decoration:none;
}/* 未訪問リンク文字 */
ul.menu_k a:visited { 
	color:#0066ff;
	text-decoration:underline;
}/* 訪問後リンク文字 */
ul.menu_k a:hover { 
	color:#0066ff;
	text-decoration:underline;
}
ul.menu_k a:active { 
	color:#0066ff;
	text-decoration:underline;
}/* クリック中 */

/*お知らせ---------------------------------------*/
#notice {
	width:677px;
	height:100%;
	margin:20px 15px 10px 15px;
}
#notice_txt {
	width:637px;
	font-size:14px;
	margin:10px 20px;
	padding:0;
	text-align:left;
	line-height:180%;
}
h1#notice_t {
	width:660px;
	font-size:25px;
	color:#ff3300;
	font-weight:borlder;
	margin:10px 0 10px 0;
	padding:0;
}
/*おすすめ---------------------------------------*/
.recommend {
	width:700px;
	height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.recommend_t {
	width:690px;/*padding分マイナス*/
	height:20px;
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-align:left;
	margin:0 auto;
	padding:5px;
	border:1px solid #003366;
	background-color:#003366;
	clear:both;
}
.recommend_t_b {
	width:690px;/*padding分マイナス*/
	height:20px;
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-align:left;
	margin:0 auto;
	padding:5px;
	border:1px solid #0000ff;
	background-color:#0000ff;
	clear:both;
}
.recommend_t_g {
	width:690px;/*padding分マイナス*/
	height:20px;
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-align:left;
	margin:0 auto;
	padding:5px;
	border:1px solid #009900;
	background-color:#009900;
	clear:both;
}
.recommend_t_o {
	width:690px;/*padding分マイナス*/
	height:20px;
	color:#fff;
	font-size:18px;
	font-weight:bolder;
	text-align:left;
	margin:0 auto;
	padding:5px;
	border:1px solid #ff6600;
	background-color:#ff6600;
	clear:both;
}
.recommend_t small {
	font-size:x-small;
	color:#fff;
}
.recommend_box {
	width:175px;
	height:100%;
	margin:10px 0px;
	padding:0;
	float:left;
}
.recommend_box img {
	margin:0 auto;
	padding:0;
}
.recommend_box_t {
	width:155px;
	height:auto;
	min-height:100% important!;
	height:100%;
	line-height:150%;
	margin:0 10px;
	padding:0;
}
.recommend_txt {
	clear:both;
	width:700px;
	height:100%;
	margin:5px 0;
	padding:0;
	font-weight:bolder;
	font-size:15px;
	line-height:150%;
	color:#006600;
}
.bold { font-weight:bolder; }
.blue { color:#0000ff; }
/*連絡先-----------------------------------------*/
#address_txt {
	width:677px;
	height:100%;
	margin:20px auto;
	padding:10px;
	text-align:center;
	line-height:180%;
	border:1px solid #999;
}
/* リンクのついてる画像が反転する ---------------*/
a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
}

/*記事内table------------------------------------*/
table.report_txt {
	width:500px;
	border-collapse: collapse;
	margin:5px;
border:1px solid #000;
}
table.report_txt td {
	width:100%;
	height:20px;
border:1px solid #000;
}

/*payment.html----------------------------------*/
span.red_txt {
	color:#ff0000;
}
.method {
	width:680px;
	height:100%;
	text-align:left;
	margin:10px 10px 10px 0px;
	border:1px solid #800000;
}
.method_t {
	width:680px;
	height:30px;
	background-color:#800000;
	color:#ffffff;
}
h2 {
	font-size:18px;
	margin:0px;
	padding-top:3px;
	color:#ffffff;
}
h3 {
	font-size:16px;
	margin:0px;
	padding:0px;
	font-weight:bolder;
}
.method_box {
	width:660px;
	height:100%;
	margin:10px;
}
table#mailling_cost {
	width:710px;
	margin-left:5px;
	border-collapse: collapse;

}
table#mailling_cost th {
	background-color:#99ff99;
	font-weight:bolder;
}
table#mailling_cost td {
	width:51px;
	text-align:right;
}
.payment_box {
	width:660px;
	margin:10px 0 0 20px;
	text-align:left;
	line-height:150%;
}
table#d_pay {
	width:340px;
	float:right;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #003366;
}
table#d_pay th {
	border:1px solid #003366;
	background-color:#66ffff;
}
table#d_pay td {
	border:1px solid #003366;
	text-align:right;
}
table#pay {
	width:660px;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #660033;
}
table#pay th {
	border:1px solid #660033;
	background-color:#ff99cc;
}
table#pay td {
	border:1px solid #660033;
	text-align:right;
}

table#pay2 {
	width:660px;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #003300;
}
table#pay2 th {
	border:1px solid #003300;
	background-color:#99ff99;
}
table#pay2 td {
	border:1px solid #003300;
	text-align:right;
}

table#pay3 {
	width:660px;
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #003366;
}
table#pay3 th {
	border:1px solid #003366;
	background-color:#66ffff;
}
table#pay3 td {
	border:1px solid #003366;
	text-align:right;
}
/*law.html------------------------------------------------------*/
h1#sub_title {
	width:650px;
	font-size:21px;
	font-weight:bolder;
	margin:10px 0 0 5px;
	text-align:left;
	border-left:7px double #003366;
	border-bottom:1px solid #003366;
	padding:5px 8px;
}
table#law {
	width:680px;
	margin:5px 0px 10px 5px;
	text-align:left;
	line-height:150%;
	border:1px solid #003366;
}
table#law th {
	width:100px;
	padding:5px;
	text-align:left;
	vertical-align:top;
	background-color:#003366;
	color:#ffffff;
	font-weight:bolder;
	border-bottom:1px solid #ffffff;
}
table#law td {
	padding:5px;
	border-bottom:1px solid #003366;
}
/*privacy.html------------------------------------------------------*/
table#privacy {
	width:680px;
	margin:5px 0px 10px 5px;
	border:none;

	text-align:left;
}
table#privacy th {
	font-size:16px;
	text-align:left;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	border:none;
	background-color:#fff;
}
table#privacy td {
	border:none;
}
table#privacy ul {
	list-style-type:lower-alpha;
}
table#privacy p {
	text-align:left;
	border-left:7px solid #003366;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
	border-right:1px solid #003366;
	padding:5px 8px;
}
/*first.html--------------------------------------------------------*/
table#first_time {
	width:680px;
	margin:10px 0 10px 15px;
	text-align:left;
	border-collapse: collapse;
}
table#first_time th {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 5px 5px 0px;
	border-bottom:1px solid #000000;
}
table#first_time td {
	width:416px;
	vertical-align:top;
	text-align:right;
	border-bottom:1px solid #000000;
}
table#first_time img {
	width:410px;
	margin:3px;
	padding:3px;
	border:1px solid #666666;
}
/*企業情報-----------------------------------------------------------*/
#corp {
	width:695px;
	height:auto !important;
	height:100%;
	margin:0 auto 10px auto;
}
#corp h1 {
	width:685px;/*border-leftの太さ分マイナス*/
	height:30px;/*padding分マイナス*/
	padding:5px 0;
	margin:0 0 10px 0;
	font-family:;
	font-size:22px;
	font-weight:900;
	color:#000;
	border-top:2px solid #003366;
	border-bottom:2px solid #003366;
	border-right:2px solid #003366;
	border-left:10px solid #003366;
}
#corp_photo1 {
	width:200px;
	height:460px;
	margin:0 10px 0 10px;
	padding:0;
	/*background-color:#ffff99;黄*/
	float:left;
}
#corp_photo1 img {
	width:200px;
	height:150px;
	margin:0 0 5px 0;
	padding:0;
	float:left;
}
#corp_txt {
	width:465px;
	height:60px;
	margin:0 10px 5px 220px;
	padding:0;
	line-height:150%;
	border-bottom:1px dashed #666;
	/*background-color:#99ff99;黄緑*/
}
#corp_txt1 {
	width:465px;
	height:60px;
	margin:0 10px 5px 220px;
	padding:0;
	line-height:150%;
	/*background-color:#ff6600;オレンジ*/
}
#corp_photo2 {
	width:475px;
	height:150px;
	margin:0 0px 5px 220px;
	padding:0;
	/*background-color:#66ffff;水色*/
}
#corp_photo2 img {
	width:150px;
	height:150px;
	margin:0 5px 0 0;
	padding:0;
}
#corp_txt2 {
	width:465px;
	height:50px;
	margin:0 10px 5px 220px;
	padding:0;
	line-height:150%;
	/*background-color:#ff99cc;ピンク*/
}
#corp_photo4 {
	width:475px;
	height:150px;
	margin:0 0px 5px 220px;
	padding:0;
}
#corp_photo4 img {
	width:460px;
	height:150px;
	margin:0;
	padding:0;
}
#corp_photo5 {
	width:475px;
	height:150px;
	margin:0 0px 5px 220px;
	padding:0;
}
#corp_photo5 .img1 {
	width:305px;
	height:150px;
	margin:0;
	padding:0;
	float:left;
}
#corp_photo5 .img2 {
	width:150px;
	height:150px;
	margin-left:5px;
	padding:0;
}
#corp_photo5 .img3 {
	width:255px;
	height:150px;
	margin:0;
	padding:0;
	float:left;
}
#corp_photo5 .img4 {
	width:200px;
	height:150px;
	margin-left:5px;
	padding:0;
}
#corp_photo3 {
	width:475px;
	height:110px;
	margin:0 0px 5px 220px;
	padding:0;
	/*background-color:#9966ff;紫*/
}
#corp_photo3 img {
	width:150px;
	height:110px;
	margin:0 5px 0 0;
	padding:0;
}/*復興写真がないのでなし*/
#corp_txt3 {
	width:473px;
	height:90px;
	margin:21px 10px 5px 220px;
	padding:8px 0;
	line-height:150%;
	text-align:center;
	font-weight:bold;
	border:1px solid #666;
}
/*++++++++++++++++++++++++++++++++++++++++++++
	お正月休業のご案内
++++++++++++++++++++++++++++++++++++++++++++*/
.special_holiday {
	width:657px;
	height:100%;
	margin:20px 15px 10px 15px;
	padding:10px;
	border:1px solid #ff3300;
	text-align:center;
	line-height:180%;
}
.special_holiday h1 {
	width:650px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	margin:10px:
	padding:10px;
	text-align:center;
}
.special_holiday span {
	width:650px;
	height:10px;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	margin:5px;
	padding:10px;
}