body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
* {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0;
}
img {
	border:0;
}
#page {
	background: url(../images/bg.gif) repeat-y right;
	height: auto;
	width: 760px;
}
#header {
	background: no-repeat left top;
	width: 760px;
	margin: 0px;
	height: 90px;
	padding: 0px;
}


/*h1 {
	font: bold 90% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 3px 10px 3px 0px;
	float: right;*/
}
#header img {
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav {
	margin: 0px 2px 0px 0px;
	padding: 0px;
	clear: both;
	width: 758px;
	height: 30px;
	background: #006600;
}
/* リスト全体 */
#nav ul
   {
	width:760px;             /* リスト全体の幅 */
	height:30px;             /* リスト全体の高さ */
	list-style:none;
   }

/* 各項目 */
#nav li
   {
    width:125px;             /* 項目の幅 */
    height:30px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

#nav .search a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:100%;  /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
	background: url(images/navi.gif) no-repeat 0px 0px;
    }
#nav .search a:hover
   {
	background: url(images/navi.gif) 0px -30px;                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .about a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-125px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .about a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-125px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .layout a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-250px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .layout a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-250px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
#nav .trade a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);   /* リンク範囲の背景画像設定 */
    background-position:-375px 0px;
                     /* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
    }
#nav .trade a:hover
   {
    background-image:url(images/navi.gif);    /* マウスが上に来た時の背景画像設定 */
    background-position:-375px -30px;
                     /* ★↑背景画像の（0px -35px）に移動★ */
   }

#nav .mylist a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-500px 0px;
                     /* ★↑背景画像の（-150px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .mylist a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-500px -30px;
                     /* ★↑背景画像の（-150px -35px）に移動★ */
   }

#nav .contact a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:100%;                /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;               /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(images/navi.gif);/* リンク範囲の背景画像設定 */
    background-position:-625px 0px;
                     /* ★↑背景画像の（-300px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
#nav .contact a:hover
   {
    background-image:url(images/navi.gif); /* マウスが上に来た時の背景画像設定 */
    background-position:-625px -30px;
                     /* ★↑背景画像の（-300px -35px）に移動★ */
    }
#side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 140px;
	height: auto;
}
#side ul {
	margin: 0px;
	list-style: none;
}
#side li {
	height: 28px;
	width: 140px;
	display: block;
	background: #666666;
	margin: 0px 0px 1px;
	text-align: left;
	border-left: 10px solid #333333;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 3px;
}

#side  a {
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	color: #FFFFFF;
}
#side a:hover {
	display: block;
	text-decoration: none;
	color: #FF9900;
}
#main {
	margin: 0px 2px 0px 0px;
	width: 595px;
	float: right;
	background: #EEEEEE;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main h1 {
	background: url(../css/images/title_bg04.gif) no-repeat left bottom;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 10px;
	margin: 5px;
}
#content2 {
	width: 720px;
	border: 1px dashed #FF9900;
	clear: both;
	height: auto;
	padding: 5px 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#content2 ul {
	list-style: none;
    padding: 5px 0px;
	margin: 5px 0px 15px;
}
#content2 ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	white-space: nowrap;
	display: inline;
	border-right: 1px solid #99CC00;
}
#content2 a:link, a:visited {
	text-decoration: none;
	display: inline;
}
#content2 h2 {
	font: bold 110% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF6600;
	display: block;
	border-bottom: 1px solid #99CC00;
	border-left: 5px solid #99CC00;
	letter-spacing: 0.1em;
	clear: both;
	padding: 5px;
	margin: 15px 2px 2px;
}
#footer {
	background: #CCCCCC;
	margin: 0px 1px 0px 0px;
	height: 60px;
	width: 760px;
	text-align: right;
	font-size: 90%;
}
#footer p {
	margin:0 0 2px 0;
}
#footer ul {
	list-style: none;
	margin: 10px;
	text-align: right;
}
#footer ul li {
	padding-left: 5px;
	display: inline;
	text-align: right;
	border-right: 1px solid #666666;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 90%;
}
#footer address {
	font-style:normal;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.minasu {
	font-size: 10px;
	text-indent: -9999px;
	display: block;
	vertical-align: middle;
	margin: 0px;
}
#header h3 {
	margin: 2px 5px 2px 0px;
	padding: 0px;
	float: right;
}
.sabtitle{
	color: #006666;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	margin: 15px 10px 10px;
	font-size: 110%;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 1px solid #FFFFFF;
	text-indent: 0.5em;
	display: block;
	}
/*.arrowtitle {
	padding: 3px;
	margin-bottom: 0px;
	display: block;
	background: #006600;
	font-size: 110%;
	border: 1px solid #006600;
	color: #FFFFFF;
	margin-top: 0px;
	letter-spacing: 0.1em;
}*/
.arrowbox {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 550px;
	margin-left: 10px;
}
.arrowcoment {
	line-height: 1.5;
	margin-bottom: 0px;
	background: #FFFFFF url(image/downarr.gif) repeat-y left top;
	display: block;
	padding: 5px 5px 5px 20px;
}
.arrowcoment2 {
	line-height: 1.5;
	margin-bottom: 0px;
	background: #FFFFFF;
	display: block;
	padding: 5px 5px 5px 20px;
	margin-top: 0px;
}
.box01 {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 550px;
	margin-left: 10px;
}
.box02 {
	margin-top: 120px;
	margin-bottom: 10px;
	width: 660px;
	margin-left: 20px;
	padding: 0px;
}
.box03 {
	width: 610px;
	padding: 0px;
	background: #FFFFFF;
	margin: 10px 0px 10px 5px;
	text-align: center;
}
.box04 {
	width: 630px;
	padding: 5px;
	background: #FFFFFF;
	margin: 10px 0px;
}
.box04 ol {
	padding: 0px 0px 0px 5px;
	background: #FFFFFF;
	margin: 10px 0px 10px 10px;
	list-style: none;
	color: #333333;
	font-weight: bold;
}
.box04img {
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.twocolum {
	margin: 0px 0px 0px 10px;
	width: 550px;
	height: auto;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF;
	padding: 5px 10px;
}
.twocolum img {
	margin: 0px 0px 0px 7px;
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twocolum:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.twocolum {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .twocolum {height: 1%;}
.twocolum { display: block; 
}
.twocolumL {
	margin: 0px 0px 0px 10px;
	width: 596px;
	height: auto;
	line-height: 1.5;
	text-align: left;
	background: #FFFFFF;
	border-bottom: 2px dotted #CC3300;
	padding: 7px;
}
.twocolumL img {
	margin: 0px 0px 0px 7px;
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.twocolumL:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.twocolumL {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .twocolum {height: 1%;}
.twocolumL { display: block; 
}
#colum h2 {
	background: url(../css/images/title_bg04.gif) no-repeat left bottom;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 5px;
}
/* End hide from IE-mac */
.maesetu {
	padding: 5px;
	width: 550px;
	margin: 0px 0px 5px 10px;
	height: auto;
	line-height: 1.6;
}
.maesetu p {
	padding: 2px 0px;
	width: 550px;
	margin: 2px 2px 2px 0px;
	border-bottom: 1px dotted #666666;
	line-height: 1.6;
	letter-spacing: 0.1em;
	display: inline;
}
.maesetuL p {
	padding: 2px 0px;
	width: 630px;
	margin: 2px;
	display: inline;
	border-bottom: 1px dotted #666666;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.kyochoR {
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	color: #FF3300;
}
.kyochoR14 {
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	color: #FF3300;
}
.kyochoG {
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	color: #006600;
}
#topicPath {
	margin:10px 0;
}
#topicPath li {
	display:inline;
	list-style-type:none;
	padding-left: 5px;
	margin-left: 0px;
}
#topicPath li a {
	padding-right:10px;
	background:url(../css/images/topicpath.gif) no-repeat right center;
}
#footer a:link {
	display: inline;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#content2 a:hover {
	text-decoration: underline;
	color: #339900;
}
.maesetu ol {
	margin: 0px 0px 5px;
	list-style: none;
}
.maesetu li {
	margin: 0px 0px 10px;
	padding-left: 20px;
	font-size: 100%;
	font-weight: bold;
	float: left;
}
.maesetu a {
	margin: 0px;
	font-size: 100%;
}
.maesetu a:hover {
	margin: 0px;
	font-size: 100%;
	background: #FFFFFF;
	color: #339900;
}
.clear {
	clear: both;
}
.midasi1 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2em;
	display: block;
	margin-left: 2px;
	background: #FFFFFF url(../images/ic_03.gif) no-repeat left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.komidashi {
	font-size: 90%;
	color: #0099CC;
	display: block;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#colum2 dl 

{
	width: 555px;
	background: #FFFFE1;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#colum2 dd 

{
	width: 330px;
	color: #003333;
	font-size: 12px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-x-position: 0%;
	background-y-position: 0%;
	margin: 0px 0px 0px 220px;
	padding: 5px;
	background: #ffffff;

}
#colum2 dt

{
	float: left;
	width: 213px;
	clear: both;
	font-size: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0pt 5px 10px;

}
#histry dl 

{
	width: 555px;
	background: #CCCCCC;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#histry dd 

{
	width: 440px;
	color: #333333;
	font-size: 12px;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-x-position: 0%;
	background-y-position: 0%;
	margin: 0px 0px 0px 110px;
	padding: 5px;
	background: #ffffff;

}
#histry dt

{
	float: left;
	width: 100px;
	clear: both;
	letter-spacing: 0.1em;
	padding: 5px 0pt 5px 10px;
	margin: 0px;

}
.colum {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	width: 550px;
	height: auto;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	font-weight: bold;
}
.komidashi2 {
	font-size: 12px;
	font-weight: bold;
	background: url(images/bar-bg.gif) repeat-x left top;
	margin: 10px 0px 3px 10px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 550px;
	border-left: 10px solid #666666;
	border-right: 5px solid #666666;
}
.komidashi3 {
	font-size: 12px;
	margin: 0px 1px 0px 0px;
	color: #333333;
	background: #FFFFFF;
	display: block;
	padding: 1px;
	border-top: none;
	border-left: 10px solid #CC3300;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#colum h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0px 2px 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #FF9900;
	border-left: 7px solid #FF9900;
	width: 550px;
}
#colum2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.tdcoment {
	line-height: 120%;
	padding: 10px;
	background: url(../useful/image/tbgwhite.gif) no-repeat left center;
	margin: 0px;
	vertical-align: middle;
	font-size: 11px;
}
.tblcoment {
	margin: 10px 0px 10px 10px;
	padding: 5px;
	background: #FFFFFF;
	width: 550px;
}
#colum3 dt {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	display: block;
	padding-top: 7px;
	padding-bottom: 4px;
}
#colum3 dl {
	background: #FFFFCC;
	padding: 0px;
	width: 550px;
	margin: 0px 0px 0px 10px;
}
#colum3 dd {
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
	line-height: 130%;
	display: block;
	color: #000000;
	margin-left: 10px;
}
.arrowtitle {
	padding: 5px 3px 5px 5px;
	margin-bottom: 0px;
	display: block;
	font-size: 110%;
	color: #333333;
	margin-top: 0px;
	letter-spacing: 0.1em;
	background: #CCCC99;
	font-weight: bold;
	border-right: 5px solid #006600;
	border-left: 15px solid #999999;
	border-top: none;
	border-bottom: none;
}
.arrowbox {
	width: 550px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.arrowcoment {
	line-height: 1.6;
	margin-bottom: 0px;
	background: #FFFFFF url(../useful/image/downarr.gif) repeat-y left top;
	display: block;
	padding: 10px 10px 10px 20px;
}
.arrowcoment2 {
	line-height: 1.6;
	margin-bottom: 0px;
	background: #FFFFFF ;
	display: block;
	padding: 10px 10px 10px 20px;
}
#pickup {
	background: url(../trade/img/pickbg2-3.gif) no-repeat left top;
	margin: 0px 0px 0px 20px;
	width: 720px;
	height: 300px;
	list-style: url(none) none;
	padding: 25px 15px 5px;
}
.pickup01 {
	background: #CC0000;
	height: auto;
	width: 230px;
	border: 1px solid #0099CC;
	margin: 8px 20px 8px 10px;
	font-size: 120%;
	list-style: none;
	line-height: 1.4;
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.pickup02 {
	height: auto;
	width: 300px;
	margin: 15px 5px 5px 0px;
	float: left;
	padding-left: 0px;
	list-style: none;
	border-bottom: 1px solid #0099CC;
	border-left: 1px solid #0099CC;
}
#pickup .03 {
	background: #66CCCC;
	height: 80px;
	width: 175px;
	border: 1px solid #0099CC;
	margin: 5px;
	float: left;
}
#pickup .04 {
	background: #66CCCC;
	height: 80px;
	width: 175px;
	border: 1px solid #0099CC;
	margin: 5px;
	float: left;
}
#pictitle {
	background: #CCCCCC;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	clear: both;
	height: 20px;
	width: 720px;
}
#header .smenu {
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	clear: both;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header .smenu ul {
	list-style: none;
	margin: 0px;
}
#header .smenu li {
	display: inline;
	border-right: 1px solid #33CC00;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.seat {
	font-size: 12px;
	line-height: 1.6;
	color: #000000;
}
.printbu {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0px 0px 0px 420px;
	padding: 1px;
	background: #FF9933;
	width: 120px;
}
.yogo {
	list-style: none;
}
#yogo ul {
	list-style: none;
	margin: 0px;
}
#yogo li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 90%;
	line-height: 1.5;
	border-right: 1px solid #339900;
	letter-spacing: 0.1em;
	margin-left: 2px;
}
.itiran ol {
	line-height: 1.6;
	font-weight: bold;
	margin: 0px;
	padding-left: 100px;
}
.itiran ul {
	line-height: 1.6;
	margin: 0px 0px 0px 50px;
	color: #006600;
}
.komoku {
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	list-style: decimal;
	line-height: 1.6;
	padding-top: 10px;
}
.mawarikomih {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}
.mawarikomim {
	float: left;
	margin: 10px 10px 10px 1px;
}
.letter05 {
	letter-spacing: 0.5em;
	font-size: 12px;
}
.hyo td {
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-left: 2px;
}
.spaceb15 {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
#tradecolumn {
	background: #FFFFCC;
	width: 720px;
	height: 70px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px 20px;
}
#tradecolumn ul {
	list-style: none;
	margin: 0px;
	padding: 5px;
	line-height: 1.3;
}
#tradecolumn h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #006600;
	border-left: 5px solid #006600;
	background: #FFFFFF;
}
.place ul {
	width: 320px;
	float: left;
}
.place li {
	padding-left: 5px;
}
.syosai ul {
	width: 380px;
	background: #F0EBE1;
	float: right;
	height: auto;
}
.syosai li {
	margin: 0px;
	padding: 5px 12px;
	display: inline;
}
.dedail {
	margin: 0px;
	width: 720px;
	height: 30px;
	border-top: 1px #993300;
	border-right: 1px #993300;
	border-bottom: 1px #993300;
	border-left: 1px #993300;
}
#tcontents {
	padding: 1px 0px 20px;
	width: 720px;
	margin: 0px 0px 0px 20px;
	background: #efefef;
}
.pickbox {
	margin: 0px;
}
.t-column {
	background: #efefef;
	line-height: 1.6;
	padding: 0px;
	width: 680px;
	letter-spacing: 0.1em;
	margin-left: 40px;
	margin-top: 0px;
	clear: both;
}
.t-column h2 {
	background: url(../css/images/title_bgL.gif) no-repeat left bottom;
	font-size: 120%;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-top: 10px;
	margin: 5px;
	width: 620px;
}
.t-column h3 {
	background: url(images/bar-bg.gif) repeat-x left bottom;
	margin: 5px 0px;
	width: 620px;
	padding: 3px 0px 2px 10px;
	color: #333333;
	border-right: 5px solid #666666;
	border-left: 10px solid #666666;
	font-size: 100%;
	clear: both;
}
.t-column h4{
	margin: 10px 0px 2px 20px;
	padding: 3px 5px 2px;
	border-left: 5px solid #CC3300;
	display: inline;
	border-bottom: 1px dotted #CC3300;
	font-size: 100%;
}
.t-column p {
	letter-spacing: 0.1em;
	width: 620px;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 5px;
	text-indent: 1em;
	line-height: 1.6;
}
.t-column ul {
	list-style: none;
	letter-spacing: 0.2em;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#itiosi {
	width: 350px;
	margin-left: 50px;
	padding: 0px 5px 0px 0px;
	margin-top: 10px;
}

#pickup .L {
	float: left;
	width: 280px;
	margin: 0px 10px;
	height: 290px;
}
#pickup .R {
	float: right;
	width: 390px;
	margin: 0px;
}
.inden1 {
	text-indent: -1em;
}
#main th,td {
	padding: 6px;
}
#main table {
	margin: 5px;
	font-size: 12px;
}
#main .gaiyo ul {
	list-style: none;
	margin-left: 15px;
	font-size: 90%;
	line-height: 1.6;
}
.first ul {
	list-style: none;
	padding: 5px 0px 2px;
	margin: 3px 0px 5px;
}
.first li {
	list-style: none;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/ic-gr.gif) no-repeat left top;
}
.first li a:hover {
	color: #339900;
	margin: 0px;
	padding: 0px;
}
.pad {
	margin: 5px 0px;
}
.kyochoB {
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.howol {
	margin-left: 150px;
	list-style: decimal;
}


/*_____ ヘッダー部分右上のショルダーコピー指定　2008_11_11
___________________________________________________________________*/
#header .topshoulder {
	font: bold 80%;
	color: #333333;
	margin: 3px 10px 3px 0px;
	text-align: right;
	}

