/*  
Theme Name: Koikikukan
Theme URI: http://www.koikikukan.com/
Description: koikikukan template 3 column
Author: Yujiro Araki
Author URI: http://www.koikikukan.com/
Version: 3.0.11
*/

/*
 * File      : style.css
 * Version   : 3.00
 * Update    : 1.01 2007.01.24 fix textarea size for Mozilla.
 *           : 1.02 2007.02.11 add color property at ul element of sidebar.
 *           : 1.03 2007.02.24 fix top property for liquid layout.
 *           : 2.00 2007.07.22 for XHTML 1.0 Strict.
 *           : 2.01 2009.07.07 fix bug(for float image).
 *           : 3.00 2010.12.07 for WordPress 3.
 *           : 3.0.11 2011.03.10 change get_settings to get_option.
 *
 * Copyright (C) 2005-2011 www.koikikukan.com All rights reserved.
 */

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 140%;
	color:#666;
	margin:0;
	padding:0px;
	background: #fff; 
	background-image: url(/common/head-obi.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
html>body {
    font-size: 12pt;
}

#wrapper{width:100%; margin:0 auto; padding:0;}

/*------------------------------------------------------------------
  共通 
--------------------------------------------------------------------*/


.cap{ font-size:10px; line-height:130%;}

.n-cap{ font-size:10px; line-height:130%; font-weight:normal;}

.h12{ font-size:12px; line-height:140%;}

.bld{ font-weight:bold;}

.nml{ font-weight:normal;}

.red{ color:#cc0000;}

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 14px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liimdb { padding-right: 18px; background: url(images/link-icon_imdb.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-icon_pdf.png) no-repeat right;  }

.to-top{
	display:block;	
	width:130px;
	size:12px;
	line-height:13px;
	height:13px;
	margin:2px 0 0 0;
	padding:0 0 0 15px;
	background-image: url(/common/to-top.gif);
	background-position:left;
	background-repeat: no-repeat;
	float:right;
}

.to-top a{
	color:#666;
	text-decoration: none;
}

.to-top a:hover{
	color:#666;
	text-decoration: underline;
}






/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}


.searcharea { margin:15px 0 0 0; padding-left:3px;}

#searchtext{
  width:121px;
  height:15px;
  margin:2px 3px 0 0;
  padding:3px;
float:left;
}

#searchsubmit{/* これは[検索]ボタン */
  width:33px;
  height:21px;
  background: url(/common/searchsubmit.gif) no-repeat;
  font-size:10px;
  color:#444;
  text-align:center;
  line-height:21px;
  border: none;
  margin:0;
  padding:0;
}

/* banner title */
#header {
    padding: 5px 0 0 0;
    margin: 0;
padding:0;
    color: #999;
    text-align: left;
    height:127px;
    background: url(/common/head-obi.jpg) top repeat-x;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

#header .banner { margin:3px 0 0 0; float:right; width:635px;}

#header .head-right{ float:right; margin:10px 10px 0 0; padding:0;}

#header .head-inq a{
    background: url(/common/icon-inq.jpg) no-repeat center left;
    height:12px;
    width:90px;
    padding:0 0 0 14px;
    margin:0 0 2px 140px;
    text-align:left;
  font-size:12px;
    color:#999;
}


#header .logo { margin:10px 0 0 0; float:left; width:225px;}

#header h1 { margin:0; padding:3px 0 2px 0; font-size:10px; line-height:120%;}





/* description of blog */
#blog-description {
    color: #999999;
    font-size: 10px;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

/* comment color */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body { border-bottom: 1px solid #666;}

.entry-body h3{ font-size:14px; font-weight:bold; margin:15px 0 0 0; padding:0 0 0 3px; border-left: 5px solid #666;}

.entry-body p{margin:0; padding:0 0 15px 0;}

.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 0 0 20px 0;
    padding:0 0 1px 20px;
    width:430px;
    color: #444;
    font-size: 125%;
    font-weight: bold;
    background: url(/common/page-ttl.gif) bottom left no-repeat;

}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 83.3%;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* for hidden widget title */
.widget_calendar h2 {
    display: none;
}


/*------------------------------------------------------------------
 中央カラム　single-sp.php用
--------------------------------------------------------------------*/
.sp-btn{width:100%; text-align:center;}

/*------------------------------------------------------------------
  右サイド menu list of sidebar 
--------------------------------------------------------------------*/
#links-right .right-banner {
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
}

#links-right .right-banner img { 
	border:1px solid #999;
	padding:2px;
	margin:0;
	font-size:12px;
}




#links-right .right-cont h2{
	padding:0;
	margin:0;
	font-size:12px;
}

#links-right .right-ben h2{
	width:165px;
	padding-left:20px;
	margin:0;
	font-size:12px;
	line-height:130%;
	margin:5px 0 2px 0;
	background:url(/common/r-icon01.gif) no-repeat center left;
}


#links-right .right-pre h2 {
	width:165px;
	padding-left:20px;
	margin:0;
	font-size:12px;
	line-height:130%;
	margin:5px 0 2px 0;
	background:url(/common/r-icon02.gif) no-repeat center left;
}

#links-right .right-sem h2{
	width:165px;
	padding-left:20px;
	margin:0;
	font-size:12px;
	line-height:130%;
	margin:5px 0 2px 0;
	background:url(/common/r-icon03.gif) no-repeat center left;
}





#links-right .right-cont{
	width:185px;
	margin:30px 0 0 0;
	position:relative;
	display:block;
}

.right-read{
	width:185px;
	font-size:12px;
	line-height:150%;
	margin:0 0 20px 0;
	color:#666;
}





/*------------------------------------------------------------------
  左サイド menu list of sidebar2 
--------------------------------------------------------------------*/

.fb-box{ display:block; width:185px; padding:15px 0; border:none; clear:both;}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
	 width: 180px;
	padding-bottom:15px;
}

#links-left a{ color:#666;}


#links-left .left-cont{
	width:178px;
	margin:30px 0 0 0;
	position:relative;
	display:block;
}


#links-left .left-cont .stx{
	padding-left:20px;
	font-size:12px;
	color:#666;
	line-height:150%;
}


#links-left .left-cont ul{
	width:158px;
	list-style:none;
	margin:0 0 0 20px;
padding:0;
font-size:10px;
line-height:130%;
color:#666;
}

#links-left .left-cont li{
	height:13px;
	width:142px;
	list-style:none;
	padding-left:16px;
	font-size:12px;
	line-height:13px;
	margin:10px 0 2px 0;
	background:url(/common/icon01.gif) no-repeat center left;
	clear:both;
}

#links-left .left-cont li a{
	color:#666;
	font-weight:bold;
}

#links-left .left-cont2 .ichiran01 a{
	width:178px;
	margin:0 0 10px 0;
	position:relative;
	display:block;
	text-align:right;
	color:#cc0000;
	font-size:10px;
}



#links-left .left-cont2{
	width:178px;
	margin:30px 0 0 0;
	position:relative;
	display:block;
}

#links-left .left-cont2 .ichiran a{
	width:178px;
	margin:0 0 10px 0;
	position:relative;
	display:block;
	text-align:right;
	color:#ffb557;
	font-size:10px;
}


#links-left .left-cont2 ul{
	width:158px;
	list-style:none;
	margin:0 0 0 20px;
}

#links-left .left-cont2 li{
	width:142px;
	list-style:none;
	padding-left:16px;
	font-size:12px;
	line-height:130%;
	margin:7px 0 5px 0;
	background:url(/common/icon01.gif) no-repeat center left;
	clear:both;
}

#links-left .left-cont2 li a{
	color:#666;
}

#links-left .left-cont2 .stx{
	padding-left:20px;
	font-size:12px;
	color:#666;
	line-height:150%;
}


.left-read{
	width:158px;
	font-size:10px;
	line-height:130%;
	margin:0 0 20px 0;
	color:#666;
}

.left-mds{
	width:150px;
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	margin:15px 0 0 20px;
	padding:3px 0 0 3px;
	border-left:3px solid #ffce59;
	border-bottom:1px dotted #ffce59;
	color:#666;
}


#links-left p{
	margin:0 0 30px 0;
	padding:0;
}

#links-left .left-110{
	background: url(/common/left-110.jpg) no-repeat;
	width:178px;
	height:156px;
	position:relative;
	display:block;
}

#links-left .left-110 p{
	width:145px;
	padding:0 0 0 23px;
	margin:0;
	font-size:12px;
	position:relative;
	display:block;
	line-height:130%;
}

#links-left .left-110 ul{
	width:158px;
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	font-size:10px;
	line-height:130%;
	color:#666;
}

#links-left .left-110 li{
	width:142px;
	list-style:none;
	padding-left:16px;
	font-size:12px;
	margin:10px 0 7px 0;
	background:url(/common/icon01.gif) no-repeat center left;
	clear:both;
}

#links-left .left-110 li a{
	color:#666;
	font-weight:bold;
}



#links-left .left-caution{
	width:145px;
	padding:7px 0 0 23px;
	line-height:130%;
}




#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 2px;
    border: 1px solid  #666;
    color: #444;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
    height: 100%; /* for IE6 */
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    width:865px;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
    width: 865px;
    padding: 0 0 25px 0;
    margin-bottom:0;
	background: url(/common/boxbg.gif) repeat-y;

}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
}
.layout-three-column #content { /* for IE6 */
    width: 468px;
    margin-left: 95px;
}
html>body.layout-three-column #content {
    width: 478px;
    margin-left: 185px;
}

.layout-three-column #links-left-box {
    float: left;
    width: 185px;
position:relative;
display:block;

}
.layout-three-column #links-left-box { /* for IE6 */
    margin-left: -656px;
}
html>body.layout-three-column #links-left-box {
    margin-left: -665px;
}

.layout-three-column #links-right-box {
    float: left;
    width: 185px;
    margin-bottom: 0;
}
.layout-three-column #links-right-box { /* for IE6 */
    margin-left: 2px;
    margin-bottom: 0;
}
html>body.layout-three-column #links-right-box {
    margin-left: 0;
    margin-bottom: 0;

}

.layout-three-column #links-left {
    padding: 15px 15px 0 0;
}

.layout-three-column #links-right {
    padding: 15px 0 0 15px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 483px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
    width: 180px;
    margin-bottom:0;
}
.layout-three-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #content { /* for IE6 */
    margin-left: 92px;
}
html>body.layout-two-column-left #content {
    margin-left: 185px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left-box { /* for IE6 */
    margin-left: -663px;
}
html>body.layout-two-column-left #links-left-box {
    margin-left: -665px;
}

.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 10px 15px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* リキッドレイアウト共通 */
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-two-column-liquid-left #content,
.layout-three-column-liquid #links-left-box,
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-left-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box,
.layout-two-column-liquid-left #links-left-box {
    position: relative;
    display: inline;
    float: left;
}
.layout-three-column-liquid .blog,
.layout-three-column-liquid-right .blog,
.layout-two-column-liquid-right .blog,
.layout-two-column-liquid-left .blog,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left {
    position: static;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-two-column-liquid-left #content,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left,
.layout-three-column-liquid .entry,
.layout-three-column-liquid-right .entry,
.layout-two-column-liquid-right .entry,
.layout-two-column-liquid-left .entry {
    overflow-x: hidden;
}

/* ネガティブマージンで選択やクリックできない不具合の対処 */
.layout-three-column-liquid #links-left {
    position: relative;
    z-index: 2;
}

/* 3カラムリキッド */
.layout-three-column-liquid #content {
    width: 100%;
/*    margin: 0 -200px; */
margin: 0;
    height: 100%; /* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid .blog {
    margin: 0 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid .blog {
    padding: 10px 15px;
}

/* 3カラムリキッド(右サイドバー) */
.layout-three-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(右サイドバー) */
.layout-two-column-liquid-right #content {
    width: 100%;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-right .blog {
    margin-right: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(左サイドバー) */
.layout-two-column-liquid-left #content {
    width: 100%;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-left .blog {
    margin-left: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-left .blog {
    padding: 10px 15px;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid-right .blog,
*:first-child+html .layout-three-column-liquid .blog,
*:first-child+html .layout-two-column-liquid-right .blog,
*:first-child+html .layout-two-column-liquid-left .blog {
    padding-top: 18px;
}

/* リキッドレイアウト・サイドバー */
.layout-three-column-liquid #links-left-box {
    top: 15px;
    width: 200px;
    margin-left: -100%;
}
.layout-three-column-liquid-right #links-left-box {
    top: 15px;
    right: 0px;
    width: 185px;
}
.layout-three-column-liquid-right #links-right-box {
    top: 15px;
    width: 200px;
}
.layout-three-column-liquid #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    top: 15px;
    width: 200px;
    margin-left: -200px;
}
.layout-two-column-liquid-left #links-left-box {
    top: 15px;
    width: 200px;
    margin-left: -100%;
}
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-left {
    padding: 0 0 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}

/* リキッドレイアウト・フッタ */
.layout-three-column-liquid #footer,
.layout-three-column-liquid-right #footer,
.layout-two-column-liquid-right #footer,
.layout-two-column-liquid-left #footer {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px; /* for IE6 */
    border-top: 1px solid #669;
    height: 60px;
    color: #fff;
    background: #8fabbe;
    font-size: 75%;
    text-align: center;
    line-height: 2;
}
html>body.layout-three-column-liquid #footer,
html>body.layout-three-column-liquid-right #footer,
html>body.layout-two-column-liquid-right #footer {
    padding-bottom: 0;
}
/* for IE7 */
*:first-child+html .layout-three-column-liquid #footer,
*:first-child+html .layout-three-column-liquid-right #footer,
*:first-child+html .layout-two-column-liquid-right #footer {
    width: 100%; /* for IE7 フッタのレイアウト崩れを防止 */
}

/* 1カラムリキッド(ブログ記事全体) */
.layout-one-column-liquid .blog {
    padding: 15px;
}

/* 1カラムリキッド */
.layout-one-column-liquid #content {
    margin: 0 100px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッド */
/* タイトルバナー */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    width: 100%;
    padding-top: 10px;
    height: 60px;
    color: #ffffff;
    background: #000;
    font-size: 12px;
    text-align: center;
    line-height: 2;
margin:0;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 100%;
margin:0;
}

.layout-three-column #footer a,
.layout-three-column-right #footer a {
    color:#fff;}

.layout-three-column #footer p,
.layout-three-column-right #footer p {
    color:#999; font-size:10px;}



.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 665px;
}
.layout-one-column #footer {
    width: 478px;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}



/* --------メインカラム内中バナー-------- */
#main-banner {width:422px; margin:0 auto; font-size:12px;}

#main-banner img { border:1px solid #999; padding:2px; margin-bottom:10px;}



/* --------PICK UP TODAY　注目記事共通-------- */
.gfc-resultsRoot {width:422px; background-color:#6a6a6a; padding:0; margin:0;}
.gf-snippet { color:#cccccc; border-bottom:1px dotted #999999; padding-bottom:5px; margin-bottom:10px;}
.gfc-results {width:400px; margin:0 auto;}

/* --------PICK UP TODAY-------- */
#entry-body {width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}

#feed_pickup a {
	text-decoration: none;
	color: #fff;
	}

#feed_pickup a:hover {
	color: #c00;
	}

#feed_pickup h4 {
	width:422px; 
	height:49px; 
	background:url('/images/pick-ttl.jpg');
	background-repeat: no-repeat;
	margin:0;
	padding:0;
	font-weight:bold;
	}



#feed_pickup p {font-size:10px; margin:0; padding:0;}

#feed_pickup dt {padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}

#feed_pickup dl {width:410px; padding-bottom:5px; margin-bottom:0;}

#feed_pickup dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAYタイトル-------- */
.feed_pickup_title {
	width:422px; 
	margin:10px auto 0 auto;
	padding:0;
	}

/* --------PICK UP TODAY01-------- */
#feed_pickup01 { width:422px; margin:-5px auto 0 auto; padding:0; background-color:#6a6a6a; font-size:12px;}
#feed_pickup01 a { text-decoration: none; color: #fff; }
#feed_pickup01 a:hover { color: #c00;}
#feed_pickup01 h4 { display:none;}
#feed_pickup01 p { font-size:10px; margin:0; padding:0;}
#feed_pickup01 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup01 dl { width:410px; padding-bottom:5px; margin:0;}
#feed_pickup01 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY02-------- */
#feed_pickup02 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup02 a { text-decoration: none; color: #fff; }
#feed_pickup02 a:hover { color: #c00;}
#feed_pickup02 h4 { display:none;}
#feed_pickup02 p { font-size:10px; margin:0; padding:0;}
#feed_pickup02 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup02 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup02 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY03-------- */
#feed_pickup03 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup03 a { text-decoration: none; color: #fff; }
#feed_pickup03 a:hover { color: #c00;}
#feed_pickup03 h4 { display:none;}
#feed_pickup03 p { font-size:10px; margin:0; padding:0;}
#feed_pickup03 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup03 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup03 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY04-------- */
#feed_pickup04 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup04 a { text-decoration: none; color: #fff; }
#feed_pickup04 a:hover { color: #c00;}
#feed_pickup04 h4 { display:none;}
#feed_pickup04 p { font-size:10px; margin:0; padding:0;}
#feed_pickup04 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup04 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup04 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY05-------- */
#feed_pickup05 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup05 a { text-decoration: none; color: #fff; }
#feed_pickup05 a:hover { color: #c00;}
#feed_pickup05 h4 { display:none;}
#feed_pickup05 p { font-size:10px; margin:0; padding:0;}
#feed_pickup05 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup05 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup05 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY06-------- */
#feed_pickup06 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup06 a { text-decoration: none; color: #fff; }
#feed_pickup06 a:hover { color: #c00;}
#feed_pickup06 h4 { display:none;}
#feed_pickup06 p { font-size:10px; margin:0; padding:0;}
#feed_pickup06 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup06 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup06 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY07-------- */
#feed_pickup07 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup07 a { text-decoration: none; color: #fff; }
#feed_pickup07 a:hover { color: #c00;}
#feed_pickup07 h4 { display:none;}
#feed_pickup07 p { font-size:10px; margin:0; padding:0;}
#feed_pickup07 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup07 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup07 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY08-------- */
#feed_pickup08 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup08 a { text-decoration: none; color: #fff; }
#feed_pickup08 a:hover { color: #c00;}
#feed_pickup08 h4 { display:none;}
#feed_pickup08 p { font-size:10px; margin:0; padding:0;}
#feed_pickup08 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup08 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup08 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY09-------- */
#feed_pickup09 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup09 a { text-decoration: none; color: #fff; }
#feed_pickup09 a:hover { color: #c00;}
#feed_pickup09 h4 { display:none;}
#feed_pickup09 p { font-size:10px; margin:0; padding:0;}
#feed_pickup09 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup09 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup09 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------PICK UP TODAY10-------- */
#feed_pickup10 { width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}
#feed_pickup10 a { text-decoration: none; color: #fff; }
#feed_pickup10 a:hover { color: #c00;}
#feed_pickup10 h4 { display:none;}
#feed_pickup10 p { font-size:10px; margin:0; padding:0;}
#feed_pickup10 dt { padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 16px; font-weight:normal; line-height:130%;}
#feed_pickup10 dl { width:410px; padding-bottom:5px; margin-bottom:0;}
#feed_pickup10 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}




/* --------注目記事１-------- */
#feed_cyumoku {width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}

#feed_cyumoku a {
	text-decoration: none;
	color: #fff;
	}

#feed_cyumoku a:hover {
	color: #c00;
	}


#feed_cyumoku h4 {
	width:422px; 
	height:39px; 
	background:url('/images/cmk-ttl.jpg');
	background-repeat: no-repeat;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:0 0 0 170px;
	line-height:39px;
	}
#feed_cyumoku p {font-size:10px; margin:0; padding:0;}

#feed_cyumoku dt {padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 10px; font-weight:normal; line-height:130%;}

#feed_cyumoku dl {width:410px; padding-bottom:5px; margin:0 auto;}

#feed_cyumoku dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------注目記事２-------- */
#feed_cyumoku02 {width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}

#feed_cyumoku02 a {
	text-decoration: none;
	color: #fff;
	}

#feed_cyumoku02 a:hover {
	color: #c00;
	}


#feed_cyumoku02 h4 {
	width:422px; 
	height:39px; 
	background:url('/images/cmk-ttl.jpg');
	background-repeat: no-repeat;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:0 0 0 170px;
	line-height:39px;
	}
#feed_cyumoku02 p {font-size:10px; margin:0; padding:0;}

#feed_cyumoku02 dt {padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 10px; font-weight:normal; line-height:130%;}

#feed_cyumoku02 dl {width:410px; padding-bottom:5px; margin:0 auto;}

#feed_cyumoku02 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------注目記事３-------- */
#feed_cyumoku03 {width:422px; margin:0 auto; background-color:#6a6a6a; font-size:12px;}

#feed_cyumoku03 a {
	text-decoration: none;
	color: #fff;
	}

#feed_cyumoku03 a:hover {
	color: #c00;
	}


#feed_cyumoku03 h4 {
	width:422px; 
	height:39px; 
	background:url('/images/cmk-ttl.jpg');
	background-repeat: no-repeat;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:0 0 0 170px;
	line-height:39px;
	}
#feed_cyumoku03 p {font-size:10px; margin:0; padding:0;}

#feed_cyumoku03 dt {padding:0 0 0 5px; color:#fff; border-left:3px solid #000000; margin:0 0 12px 10px; font-weight:normal; line-height:130%;}

#feed_cyumoku03 dl {width:410px; padding-bottom:5px; margin:0 auto;}

#feed_cyumoku03 dd { color:#eee; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}

/* --------Blog street Journal-------- */
#feed_member {
	width392px; 
	margin:0 auto;  
	font-size:12px;
	}

#feed_member a {
	text-decoration: none;
	color: #000;
	}

#feed_member a:hover {
	color: #c00;
	}



#feed_member h4 {
	width:360px; 
	line-height:120%;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	background:url('/images/mem-ttl.jpg');
	background-repeat: no-repeat;
	padding:5px 25px 3px 7px;
	margin:10px 0 0 0;
	border-bottom:1px solid #999999;
	}

#feed_member p {font-size:10px; color:#000000; margin:0; padding:0;}

#feed_member dt {padding:0 0 0 5px; color:#000000; border-left:3px solid #cccccc; margin-left:2px;}

#feed_member dt a {color:#6e9a02;}

#feed_member dl {
	width:380px;
	height:160px;
	overflow:auto;
	padding:5px;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #efefee;
	scrollbar-darkshadow-color: #cccccc;
	}

#feed_member dd {color:#666666; border-bottom:1px dotted #999999; padding:0 0 5px 0; margin:0 10px 10px 10px;}


/* --------Ｂｌｏｇ　street　Ｊｏｕｒｎａｌ-------- */
#feed_member {
	width:392px; 
	margin:0 auto;  
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #efefee;
	scrollbar-darkshadow-color: #cccccc;
	}

#feed_member .gfc-resultsRoot {width:392px; height:200px; overflow:auto; background-color:#ffffff; padding:0; margin:0 0 20px 0; border-bottom:1px solid #cccccc;}

#feed_member .gfc-resultsHeader {
	width:375px; 
	height:25px; 
	line-height:25px;
	background:url('/imgages/mem-ttl.jpg');
	background-repeat: no-repeat;
	border:0;
	}

#feed_member .gf-relativePublishedDate { font-size:10px; color:#6e9a02;}

#feed_member .gfc-title {font-size:13px; font-weight:bold; color:#000000; padding-left:3px;}
#feed_member .gfc-results {width:360px; margin:0 auto}
#feed_member .gf-snippet {color:#666666;}

.top_topics {
	width:394px;
	font-size:12px;
	margin:20px auto 20px auto;
	}

.top_topicsbox{
	width:392px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding-bottom:20px;	
	clear:both;
}


.top_topics li{
	height:13px;
	width:358px;
	list-style:none;
	padding-left:35px;
	font-size:12px;
	line-height:13px;
	margin:10px 0 2px 10px;
	background:url(/common/new.jpg) no-repeat center left;
	clear:both;
}

.week_word {
	width:394px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	margin:10px auto 20px auto;
	}

.week_wordbox {
  	width:364px;
 	 padding:0;
 	 margin:15px auto;
 	 list-style-type: none;
}

.week_wordbox li {
	font-size:12px;
 	 float:left;
 	 padding:0 0 0 15px;
  	margin:0 0 10px 10px;
	background:url(/common/icon02.gif) no-repeat left;
}



.top_infottl {
	width:165px;
	border:1px solid #eee;
	margin:0 auto 20px auto;
	}


#top_info {
	width:165px;
	height:120px;
	font-size:12px;
	margin:0 auto;
	padding: 10px;
	overflow-y : auto;
	overflow-x : hidden;
	}

#top_info .date{
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;

	}

#top_info .tx{
	background-color:#fff;
	color:#666;
	}

/*-----貿易コラム-----*/
.column-mds{
	background: url(/column-img/crm-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.column-box{
	background-color: #f0f0f0;
	width:430px;
	padding:5px 0 20px 0;
	margin:0;
}

.column-tx{
	width:390px;
	padding:0 0 3px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}


/*-----用語集-----*/
.dict-mds{
	background: url(/dict-img/dict-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.dict-mds0{
	background: url(/dict-img/dict-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:-10px 0 0 0;
}


.dict-mds-s{
	background: url(/dict-img/dict-mds-s.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.dict-mds-s a{
	color:#fff;
}


.dict-box{
	background-color: #f0f0f0;
	width:430px;
	padding:5px 0 20px 0;
	margin:0;
}

.dict-box p{
	width:390px;
	padding:0;
	margin:10px auto 0 auto;
	line-height:140%;
	word-break:break-all;
}


.dict-tx{
	width:390px;
	padding:0 0 3px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}


/*-----翻訳-----*/
.trs-mds{
	background: url(/trs-img/trs-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.trs-mds-s{
	background: url(/trs-img/trs-mds-s.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.trs-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.trs-box p{
	width:390px;
	padding:0;
	margin:10px auto 0 auto;
	line-height:140%;
}

.trs-box h3{ color:#069;}



.trs-tx{
	width:390px;
	padding:0 0 3px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}


/*-----市場開拓-----*/
.dvp-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.dvp-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.dvp-tx h3{ color:#069;}


/*-----実務支援-----*/
.spt-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.spt-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}



/*-----webサービス-----*/
.web-mds{
	background: url(/web-img/web-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.web-mds-s{
	background: url(/web-img/web-mds-s.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:25px 0 0 0;
}

.web-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.web-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.web-tx h3{ color:#069;}

/*-----ネット通販一覧----*/
.netshop-mds{
	background: url(/sem-img/sem-mds.gif) no-repeat center left;
	width:410px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#444;
	font-weight:bold;
	padding:1px 0 0 20px;
	margin:25px 0 0 0;
}

.netshop-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.netshop-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.netshop-tx h3{ color:#069;}


/*-----便利サイト紹介-----*/
.site-mds{
	background: url(/site-img/site-mds.gif) no-repeat center left;
	width:410px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#444;
	font-weight:bold;
	padding:1px 0 0 20px;
	margin:25px 0 0 0;
}

.site-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.site-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

/*-----プレスリリース・新サービス-----*/
.pre-mds{
	background: url(/pre-img/pre-mds.gif) no-repeat center left;
	width:410px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#444;
	font-weight:bold;
	padding:1px 0 0 20px;
	margin:25px 0 0 0;
}

.pre-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.pre-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.pre-tx h3{ color:#069;}



/*-----セミナー情報-----*/
.sem-mds{
	background: url(/sem-img/sem-mds.gif) no-repeat center left;
	width:410px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#444;
	font-weight:bold;
	padding:1px 0 0 20px;
	margin:25px 0 0 0;
}

.sem-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0;
}

.sem-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.sem-tx h3{ color:#069;}


/*-----らくらく貿易セミナー-----*/

#semi-en{ font-size:12px; color:#666; line-height:140%;}

#semi-en .name{width:300px; font-size:12px;}

#semi-en .email{width:420px; font-size:12px;}

#semi-en.tel{width:200px; font-size:12px;}

#semi-en .tx{width:420px; height:100px; font-size:12px;}

#semi-en .koumoku{ border-left:5px solid #cc0000; padding:0 0 0 3px; margin:10px 0 2px 0; font-size:12px;}

#semi-en .button{
  width:66px;
  height:21px;
  background: url(/inq-img/form-submit.jpg) no-repeat;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:21px;
  border: none;
  margin:0;
  padding:0;
}

#semi-en .mds{ border-top:3px solid #cc0000; border-bottom:3px solid #cc0000; padding:3px 0; margin:10px 0 2px 0; font-size:14px; font-weight:bold; text-align:center;}

#semi-en .graybox{padding:10px 5px; margin-bottom:30px; background-color:#eee;}

#semi-en dl {
 border:1px solid #999;
 padding:10px;
width:400px;
margin:0 auto 20px auto;
background-color:#fff;
}
#semi-en dt {
 float:left;
 width:70px;
 padding:2px 0 2px 10px;
 clear:both;
 font-weight:bold;
margin-bottom:5px;
}
#semi-en dd {
margin-left:80px;
  padding:2px 5px 2px 10px;
 border-left:1px solid #999;
margin-bottom:5px;
}





/*-----貿易110番-----*/

#inq{ font-size:12px; color:#666; line-height:140%;}

#inq .name{width:300px; font-size:12px;}

#inq .email{width:420px; font-size:12px;}

#inq .tel{width:200px; font-size:12px;}

#inq .tx{width:420px; height:100px; font-size:12px;}

#inq .koumoku{ border-left:5px solid #cc0000; padding:0 0 0 3px; margin:10px 0 2px 0; font-size:12px;}

#inq .button{
  width:66px;
  height:21px;
  background: url(/inq-img/form-submit.jpg) no-repeat;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:21px;
  border: none;
  margin:0;
  padding:0;
}

/*-----掲載依頼-----*/

#pbs{ font-size:12px; color:#666; line-height:140%;}

#pbs .box{ margin:0 0 40px 0; padding:0 0 20px 0; border-bottom:1px dotted #999;}

#pbs .mds{ width:420px; border-top:3px double #89bf07; border-bottom:3px double #89bf07; padding:3px 0; font-size:14px; text-align:center; font-weight:bold;}

#pbs .name{width:300px; font-size:12px;}

#pbs .email{width:420px; font-size:12px;}

#pbs .tel{width:200px; font-size:12px;}

#pbs .add{width:420px; height:140px; font-size:12px;}

#pbs .koumoku{ border-left:5px solid #89bf07; padding:0 0 0 3px; margin:10px 0 2px 0;}

#pbs .button{
  width:66px;
  height:21px;
  background: url(/inq-img/form-submit.jpg) no-repeat;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:21px;
  border: none;
  margin:0;
  padding:0;
}

/*-----物流ナビ-----*/

#nav{ font-size:12px; color:#666; line-height:140%;}

#nav .box{ margin:0 0 40px 0; padding:0 0 20px 0; border-bottom:1px dotted #999;}

#nav .box-s{ margin:00; padding:0 0 20px 0; border-bottom:1px dotted #999;}


#nav .mds{ width:420px; border-top:3px double #89bf07; border-bottom:3px double #89bf07; padding:3px 0; font-size:14px; text-align:center; font-weight:bold;}

#nav .mds-air{ width:420px; border-top:3px double #89bf07; border-bottom:3px double #89bf07; padding:3px 0; font-size:14px; text-align:center; font-weight:bold; background-image:url(/dist-img/air.gif); background-repeat:no-repeat; background-position:center left; margin:0;}

#nav .mds-marine{ width:420px; border-top:3px double #89bf07; border-bottom:3px double #89bf07; padding:3px 0; font-size:14px; text-align:center; font-weight:bold; background-image:url(/dist-img/marine.gif); background-repeat:no-repeat; background-position:center left; margin:0;}

#nav .submds{ width:420px; background-color:#89bf07; color:#fff; padding:3px 0; font-size:12px; text-align:center; font-weight:bold; margin:15px 0 0 0;}

#nav .meisyo{ width:70px; float:left;}

#nav .subbox{ width:399px; border:1px dotted #89bf07; padding:0 10px;}

#nav .subbox-1{margin:0 0 7px 35px; width:305px; font-size:12px; }

#nav .year{width:80px; font-size:12px;}

#nav .day{width:40px; font-size:12px;}


#nav .name{width:300px; font-size:12px;}

#nav .email{width:420px; font-size:12px;}

#nav .tel{width:200px; font-size:12px;}

#nav .add{width:420px; height:60px; font-size:12px;}

#nav .add2{width:400px; height:60px; font-size:12px;}


#nav .koumoku{ border-left:5px solid #89bf07; padding:0 0 0 3px; margin:10px 0 2px 0;}

#nav .button{
  width:66px;
  height:21px;
  background: url(/inq-img/form-submit.jpg) no-repeat;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:21px;
  border: none;
  margin:0;
  padding:0;
}

/*-----今までいただいた問い合わせ一例-----*/
.faq_num{
  width:100%;
  font-size:14px;
  font-weight:bold;
  color:#000;
  line-height:140%;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px dashed #999;
}

.faq_tx{
  font-weight:normal;
  line-height:140%;
  padding-bottom:15px;
  margin-bottom:15px;
}

.faq_answer{
  font-size:14px;
  font-weight:bold;
  color:#f00;
  line-height:140%;
  border-bottom:1px dashed #f00;
  padding-bottom:5px;
  margin-bottom:5px;
}





/*-----運営会社｜個人情報保護ポリシー・著作権・免責｜広告掲載について-----*/
.camp-mds{
	background: url(/common/camp-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:0;
}

.camp-mds02{
	background: url(/common/camp-mds.jpg) no-repeat center left;
	width:395px;
	height:26px;
	line-height:26px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	padding:0 0 0 35px;
	margin:-20px 0 0 0;
}

.camp-box{
	background-color: #f0f0f0;
	width:390px;
	padding:5px 20px 20px 20px;
	margin:0 0 20px 0;
}

.camp-tx{
	width:390px;
	padding:0 0 10px 0;
	margin:10px auto 0 auto;
	border-bottom:1px dotted #999;
}

.camp-tx .mds{
	width:387px;
	padding:0 0 3px 3px;
	margin:10px auto 20px auto;
	border-bottom:1px dotted #666;
	border-left:5px solid #666;
	font-weight:bold;
	color:#000;
}

.camp-tx .mds02{
	width:387px;
	padding:0 0 3px 3px;
	margin:10px auto 10px auto;
	border-bottom:1px dotted #666;
	border-left:5px solid #666;
	font-weight:bold;
	color:#000;
}


.camp-tx ol{
	width:390px;
	padding:0;
	margin:-10px 0 20px 0;
}

.camp-tx li{
	padding:0;
	margin:5px 0 0 20px;
}





















/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
