@charset "UTF-8";
/* @Style license ID.0462 */
/************************************************
*	Reset										*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */

.clear {
clear: both;
margin:0;
}
/************************************************
*	全体の設定									*
************************************************/
/* 画像ボーダー */
img {
	vertical-align: middle;
	border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: transparent;
}

strong.cafe {
	color: #336600;
	background-color: transparent;
}

/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: transparent;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}
/* リンク枠 */
a{
	outline:none;
}
/************************************************
*	レイアウト									*
************************************************/
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* 全体の枠 */
div#wrap {
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 954px;
}
/* ナビゲーション */
div#nav {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	clear: both;
}

/* コンテンツ枠 */
div#content {
	width: 954px;
}
/* 左側コンテンツ枠 */
div#content-inner {
	width: 700px;
	float: left;
}
/* メインコンテンツ（中央） */
div#main-content {
	width: 700px;
	float: left;
}

/* エキストラコンテンツ（右） */
div#ex-content {
	width: 254px;
	float: right;
}
/* フッタ */
div#footer {
	width: 100%;
}

/************************************************
*詳細の設定
************************************************/
/************************************************
*body
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #FFFFFF;
	background-color: #E7E7CD;
	background-image: url(blogimg/head_bg.png);
	background-repeat: repeat-x;
}

div#wrap {
	color: #000000;
	background-color: #E7E7CD;
	_background-color: #fff;
}

/************************************************
*	header*
************************************************/
/* ヘッダ */
div#header  {
	background-image: url(blogimg/header.png);
	background-position: center top;
	background-repeat: no-repeat;

}

div#header .inner {
	padding: 10px 10px 0 10px;
	_padding: 5px 10px 0 10px;
}

div#header .inner-l {
	float: left;
	margin-bottom: 5px;
}
div#header .inner-r {
	float: right;
	margin-bottom: 5px;
}

div#header .inner-r ul {
margin-top: 15px;
list-style-type:none;
text-align: right;
padding-right: 0px;
}

div#header .inner-r li {
margin-left: 10px;
display:inline;
}

div#header h1 {
	font-size: 75%;
	float: left;
	margin-bottom: 5px;
}
div#header p {
	font-size: 75%;
	margin-bottom: 5px;
	margin-left: 5px;
}


/************************************************
*メインコンテナ
************************************************/

/* コンテンツ */
div#content {
	background-image: url(blogimg/content_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
/* メインイメージ */
div#content-inner .image {
	margin-bottom: 20px;
}

/* メインコンテンツ */
div#main-content{
	font-size: 80%;
	line-height: 1.5;
}
/* メインコンテンツ余白調整 */
div#main-content .inner {
	padding-left: 20px;
	padding-right: 20px;
}
/* mainリンク設定 */

/* main-contentリンク基本色 */
div#main-content a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* main-contentリンクマウスオーバー時 */
div#main-content a:link:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}
/* main-contentリンククリック時 */
div#main-content a:link:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}
/* main-contentリンク訪問済み */
div#main-content a:visited {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* main-contentリンク訪問済みマウスオーバー */
div#main-content a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}
/* main-contentリンク訪問済みクリック時 */
div#main-content a:visited:active {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}

p.detail {
	background-image: url(blogimg/mk_maru.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 10px;
	margin-left: 5px;
}

p.right{
	text-align: right;
}

.pricelist {
	font-weight: bold;
	color: #ff6600;
	font-size: 120%;
}


/* パンくず */
ul.path {
	font-size: 91.66%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
/* main-content 見出し */
div#main-content h2 {
	font-size: 131%;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-top-color: #EEEEEE;
	padding-top: 4px;
	border-left-color: #EEEEEE;
	padding-left: 15px;
	border-right-color: #999999;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	clear: both;
}
div#main-content h3 {
	font-size: 116.66%;
	font-weight: bold;
	background-image: url(blogimg/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: .2em;
	clear: both;
}

div#main-content h3.wakulink {
	font-size: 116.66%;
	font-weight: bold;
	color: #ff6600;
	background-image: none;
	border-bottom: none;
	margin-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
div#main-content h3.wakulink a {
	color: #ff6600;
}

div#main-content h4 {
	font-size: 116.66%;
	font-weight: bold;
	background-image: url(blogimg/h4.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: none;
	padding-left: 15px;
}
/* main-content 段落 */
div#main-content p {
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

table.price {
	font-size: 100%;
        color: #000000;
        width: 660px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
        clear: both;
}
.price th{
        padding: 3px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #E1E2E6;
}
.price td{
        padding: 3px 3px 3px 6px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}
.price input {
        border: 1px solid #7F9DB9;
}
.price textarea {
        border: 1px solid #7F9DB9;
}

/* main 上へ */
.up {
float:right;
clear:both;
margin-top:20px;
}

.blog{
list-style:none;
}

/* 投稿者情報 */
div#main-content p.posted {
	font-size: 91.66%;
	text-align: right;
	margin-top: 0px;
}
/* 引用元情報 */
div#main-content cite {
	font-style: italic;
}
/* 引用 */
div#main-content blockquote {
	color: #333333;
	background-color: #FFFFcc;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
/* 整形済みテキスト */
div#main-content pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}

.photo-gallery {
	margin: 20px 0;
	clear: both;
}

.feature {
width: 660px;
clear:both;
}
.feature li {
display: block;
float:left;
overflow:hidden;
width: 294px;
_width: 315px;
margin:5px;
padding: 7px;
text-decoration: none;
zoom:1; /* Should be IE only */
}
.feature li img {
margin-bottom:5px;
}
.feature li.bl-hot {
background-image: url(blogimg/feature_bg01.jpg);
background-position: bottom right;
border: 6px solid #B1CBE4;
}
.feature li.bl-hover {
background-image: url(blogimg/feature_bg02.jpg);
background-position: bottom right;
border: 6px solid #ffcc66;
}
.feature h3 {
font-weight: bold;
font-size: 100% !important;
background-image:none !important;
margin:3px 0 !important;
padding-left: 0 !important;
border:none !important;
line-height:110% !important;
clear:none !important;
}
.feature h3 a {
color: #ff6600 !important;
}
.feature p {
line-height:110% !important;
}
.feature p.price {
margin-bottom:0;
_margin-bottom:30px !important;
}
.feature span {
padding-left:5px;
font-weight: bold !important;
line-height:100% !important;
font-size: 150% !important;
color: #ff6600 !important;
}

/* 写真ギャラリー */
.gallery {
width: 660px;
margin-bottom:20px;
clear:both;
}
.gallery li {
display: block;
float:left;
overflow:hidden;
width: 80px;
_width: 100px;
margin:4px;
padding: 5px;
text-align: center;
text-decoration: none;
zoom:1; /* Should be IE only */
}
.gallery li.bl-hot {
background-image: url(blogimg/feature_bg02.jpg);
background-position: top right;
border: 6px solid #B1CBE4;
}
.gallery li.bl-hover {
background-image: url(blogimg/feature_bg01.jpg);
background-position: top right;
border: 6px solid #6699cc;
}
.gallery h3 {
font-weight: normal !important;
background-image:none !important;
font-size: 80% !important;
margin:3px 0 1px 0 !important;
padding-left: 0 !important;
_margin-bottom:20px !important;
border:none !important;
line-height:110% !important;
}

/* 会社概要用 */
dl.info {
	margin: 0px 0px 25px 20px;
}

dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

dl.info dd {
	line-height: 1.6;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #e0e0e0;
}

.info2 {
width: 660px;
margin-bottom: 20px;
}
.info2 dl {
margin-top: -8px;
}

.info2 dl dt {
margin: 0;
padding: 5px 0 5px 5px;
width: 10em;
font-weight: bold;
line-height: 1.4em;
color: #666;
}

.info2 dl dd {
padding: 5px 5px 5px 11em;
margin-left: 0;
margin-top: -2.1em;
line-height: 1.4em;
border-bottom: 1px dotted #333;
}

.info2-1 {
margin-top:5px;
width: 100%;
}
.info2-1 dl {
margin-bottom:0px !important;
_margin-top:3px;
}

.info2-1 dl dt {
padding-left: 0px;
font-weight: normal;
color: #000;
width: 12em;
}

.info2-1 dl dd {
padding: 3px 5px 0px 12em;
border-bottom: none !important;
}

.linklist {
padding:5px 0px 4px 17px;
background-image: url("blogimg/icon_linklist.png"); 
background-position:center left;
background-repeat:no-repeat;
}


/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}
/* 順不同リスト（箇条書き）*/
div#main-content ul ol {
	padding-left: 30px;
}


div#main-content .ichiran
{
	width:660px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

div#main-content .ichiran h3
{
	font-size: 116.66%;
	font-weight: bold;
	background-image: url(blogimg/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: .2em;
	clear: both;
}


div#main-content .ichiran img
{
	margin: 5px 5px 5px 0px;
}

div#main-content .ichiran ul
{
	margin: 0;
	padding: 0;
}
div#main-content .ichiran ul li
{
	width:298px;
	height:250px;
	text-decoration: none;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	background-image: url(blogimg/list_block.gif);
	float: left;
	display: inline;
}

/* 画像左配置 */
.imageleft {
    float: left;
    margin: 0 10px 10px 0px;
}

.imageright {
    float: right;
    margin: 0 0 10px 10px;
}

div#main-content .mt-image-left {
float: left;
margin: 0 10px 10px 0;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}

div#main-content .mt-image-left-s {
float: left;
margin: 0 8px 7px 0;
_margin:0 0 20px 20px;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 6px 11px 11px 6px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}

/* 画像中央配置 */
div#main-content .mt-image-center {
display: block;
margin: 0 auto 10px;
text-align: center;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}
/* 画像右配置 */
div#main-content .mt-image-right {
float: right;
margin: 0 0 10px 10px;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}

/* 画像指定無し */
div#main-content .mt-image-none {
margin: 0;
background: url(blogimg/bg_shadow.gif) no-repeat right bottom;
padding: 8px 13px 13px 8px;
border-left: 1px solid #efefef;
border-top: 1px solid #f3f3f3;
}


div#main-content .imagewaku {

	float: left;
	padding: 10px;
	margin: 0px 10px 15px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	text-align: center;
	clear: both;
}

/* 続き */
div#main-content .extended {
	font-size: 91.66%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div#main-content textarea{
	width: 400px;
}
div#main-content input, div#main-content textarea {
	font-size: 100%;
}
div.comment-reply {
	margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}
div#main-content label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
label.yoyaku1 {
	margin-bottom: 0.5em !important;
	_margin-bottom: 0 !important;
	margin-right:30px;
	width: 6em !important;
	cursor: pointer;
	text-decoration: underline !important;
	clear: both;
}

.comments img{
margin-bottom:10px;
}

/* タグ */
.entry-tags {
	font-size: 100%;
	margin: 5px 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 5;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}



/* 新着情報 記事タイトル */
dl.news dd  {
	margin-top: -1.5em;
	margin-left: 5em;
	margin-right: 0;
	margin-bottom: .4em;
}

/************************************************
* Sitemap * 
************************************************/
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}

/************************************************
*	side bar
************************************************/
/* サイドバー */
div#sub-content .inner {
	font-size: 75%;
	padding-top: 0px;
	padding-left: 13px;
	padding-right: 12px;
	padding-bottom: 10px;
}

div#ex-content {
	color: #ffffff;
	background-color: #A1B06A;
}
div#ex-content .inner {
	font-size: 75%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div#yoyaku-content {
	width: 254px;
	float: right;
	background-color: #fff;
}

div#yoyaku-content .inner {
	font-size: 80%;
	line-height:135%;
	padding: 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div#yoyaku-content .inner h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-image: url(blogimg/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin:15px 0;
	padding:0 0 5px 20px;
}

/* サイドバー見出し */
div#sub-content h2 , div#ex-content h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
div#sub-content h3 , div#ex-content h3{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
}
/* サイドバー 段落 */
div#sub-content p ,div#ex-content p ,div#yoyaku-content p {
	margin-bottom: 1em;
}
/* ページリスト 枠2 */
div.page_list2 ul
{
	list-style-type:none;
	margin-bottom:10px;
}

div.page_list2 ul li
{
	color:#000000;
	background-color:inherit;
}

div.page_list2 ul li a
{
	text-decoration:none;
	color:#000000;
	background-image: url(blogimg/menu2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display:block;
	padding:3px 0px 3px 25px;
}

div.page_list2 ul li a:hover
{
	background-image: url(blogimg/menu2.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
	text-decoration:none;
}


/* ページリスト 枠 */
dl.page_list {
	line-height: 1;
	margin-bottom: 10px;
}
dl.page_list dt {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
dl.page_list dd {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
/* ページリスト リンク設定 */

dl.page_list a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:link:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited:hover {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
/* ページリスト */
dl.page_list ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
dl.page_list ul li {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-indent: 25px;
	padding-top: 0px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
/* ページリスト リンク */
dl.page_list ul li a{
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
/* ページリスト ホバー */
dl.page_list ul li a:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* ページリスト 訪問済み */
dl.page_list ul li a:visited {
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ページリスト 訪問済みホバー */
dl.page_list ul li a:visited:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}

.banner {
	margin-bottom: 0px;
}
.banner a{
	text-decoration: none;
	color: #A1B06A;
}


/* FEED */
.feed {
	margin-top: 0;
	margin-bottom: 10px;
}
.feed a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 234px;
	height: 40px;
	display: block;
}
.feed a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 234px;
	height: 40px;
	display: block;
}
/* Search */
div#ex-content label {
	font-size: 81.25%;
	display: block;
}
input#search {
	width: 150px;
}
/************************************************
*footer*
************************************************/
/* フッター */
div#footer {
background-color: #333333;
text-align: center;
margin: 0;
}

div.footer-inner {
color: #ffffff;
margin: 0 auto;
background-color: #333333;
font-size: 80%;
width:954px;
}

/* 下部ナビゲーション */
div.b_nav {
width:600px;
color: #ffffff;
text-align: left;
margin: 20px;
float: left;
}
div.b_nav a,div.b_nav a:visited {
color: #ffffff;
text-decoration: none;
background-color: transparent;
}

div.b_nav a:hover {
color: #ffffff;
text-decoration: underline;
background-color: transparent;
}

div.b_nav ul {
float: left;
margin: 0;
padding: 0;
margin-right: 60px;
margin-bottom: 20px;
}

div.b_nav ul li {
list-style: none;
}

div.b_nav p {
clear:both;
list-style: none;
}

/* フッター Copyright */
div#footer .copy {
margin: 20px 10px;
float: right;
}

div#map {
	border: 2px outset gray;
}
div#side_bar {
	border: 1px solid #666;
	padding: 4px;
	line-height: 2;
	overflow:auto;
}


.accordion_head {cursor:pointer;}
.accordion{
	font-weight: normal;
}
.table1{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	_width: 620px;
	font-size: 100%;
	table-layout: fixed;
	margin: 15px 0 10px 0;
	border-top: 2px solid #6699cc;
	border-left: 1px solid #eee;
}
.table1 th{
	font-weight:bold;
	color: #666;
	border-bottom: 2px solid #6699cc;
	border-right: 1px solid #eee;
	padding: 5px 0;
	line-height: 110%;
}
.table1 td{
	color: #666;
	font-size: 110%;
	padding: 5px 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #eee;
}
.table1 td.ttl{
	font-weight:bold;
	font-size: 100%;
	color: #666;
}
.table1 .common{
	color: #666;
	font-size: 82.5%;
	font-weight:normal;
	padding-right:.5em;
}
.table1 img{
	padding-right:5px;
	_margin-right:5px;
	padding-top:5px;
}

.table1 tbody tr:hover td{
	background-color: #eee;
	border-right: 1px solid #fff;
}

.fb-like-box{
margin:20px 0;
}

