@charset "UTF-8";

/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	line-height:100%;
}

h1
{
	line-height:120%;
}

h5
{
	margin:0 0 10px 0;
	font-size:90%;
}

h6
{
	width:530px;
	height:30px;
	font-size:90%;
	background: #ffffff url('http://www.caspo.jp/imgs/member/title.gif') no-repeat ;
	margin:0 0 10px 0;
	padding:7px 0 0 30px;
}

td
{
	font-size:80%;
	line-height:150%;
}

/* ----- float ----- */
.left
{
	float:left;
}

.right
{
	float:right;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0099cc;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#666666;
	background:#efefef;
	text-align:center;
}


/* ----- ブログ全体 ----- */

div#main-container
{
	width:920px;
	color:#666666;
	background:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0 auto;
	text-align:left;
}


/* ----- バナー部分 ----- */

div#banner
{
	position:relative;
	color:#ffffff;
	background:#ffffff;
	height:125px;
	padding:10px;
}
* html div#banner
{
	height:125px;
}

div#banner h1.blog-name
{
	font-size:180%;
	font-weight:bold;
	margin:12px 0 17px 0;
	width:150px;
	height:58px;
	background:#ffffff url('http://www.caspo.jp/imgs/logo.gif') repeat-x 0 100%  ;
	float:left;
}


div#banner h1.blog-name a
{
	color:#ffffff;
	font-size:0;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	width:150px;
	background:#ffffff url('http://www.caspo.jp/imgs/logo.gif') repeat-x 0 100%  ;
	height:58px;
 }


div#banner h1.blog-name a:hover
{
	text-decoration:underline;
}

div#banner h2.menu
{
	font-size:80%;
	color:#999999;
	line-height:25px;
	float:right;
	font-weight:normal;
	padding-top:53px;
}

div#banner h2.menu img
{
	border:0px;
}

div#banner h2.menu .home a
{
	width:35px;
	height:21px;
	border:0px;
	text-decoration: none;
	background: url(http://www.caspo.jp/imgs/menu_home.gif) repeat-x 0 100% ;
}

div#banner h2.menu .home a:hover
{
	width:35px;
	height:21px;
	border:0px;
	color: #ffffff;
	font-size: 0;
	text-decoration: none;
	text-indent: -9999px;
	background: url(http://www.caspo.jp/imgs/menu_home_r.gif) repeat-x 0 100% ;
}

div#banner h2.menu a
{
	line-height:25px;
}


div#banner h2.blog-description
{
	font-size:80%;
	color:#999999;
	font-weight:bold;
	line-height:25px;
	border-top:2px #ff9900 solid;
	border-bottom:2px #ff9900 solid;
	clear:both;
}
* html div#banner h2.blog-description
{
	margin-top:-10px;
}

/* ヘッダーお問い合わせ::::::::::::::::::::: */
div#banner .headerContact {
position:absolute;
top:12px;
right:12px;
width:312px;
}
div#banner .headerContact img.telnumber {
float:left;
}
div#banner .headerContact .header_btn {
float:right;
width:83px;
}
div#banner .headerContact .header_btn .headerMail,
div#banner .headerContact .header_btn .headerFax {
width:83px;
margin-bottom:2px;
}
div#banner .headerContact .header_btn .headerMail a,
div#banner .headerContact .header_btn .headerFax a {
display:block;
width:83px;
height:20px;
background-image:url(http://www.caspo.jp/images/header_btn.png);
background-repeat:no-repeat;
text-indent:-9999px;
}
div#banner .headerContact .header_btn .headerMail a {background-position:0 0;}
div#banner .headerContact .header_btn .headerMail a:hover {background-position:-83px 0;}
div#banner .headerContact .header_btn .headerFax a {background-position:0 -20px;}
div#banner .headerContact .header_btn .headerFax a:hover {background-position:-83px -20px;}


/* ----- コンテンツ全体 ----- */

div#container
{
	width:550px;
	float:left;
}
/* 570→550 */

/* ----- エントリー全体 ----- */

div.content
{
	padding:10px;
}
div.content .contentFooter {
margin-bottom:10px;
}
div.content .contentFooter img {
border:none;
}


/* ----- メンバー一覧の枠 ----- */

div#ichiran-waku
{
	width:100%;
	text-align:center;
	background:#ffcc99;
	margin-bottom:10px;
}

div#ichiran-waku img
{
	margin:5px;
}


/* ----- プロモーション部分 ----- */

div.content div.promotion
{
	margin:0 0 20px 0;
}

div.content h2.promo
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffddaa;
	padding:3px;
	margin:0 0 5px 0;
	font-weight:bold;
}

div.content h3
{
	font-weight:normal;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffddaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.content div.promo_body
{
	font-size:80%;
	background:#ddeeff;
	background-image: url(http://www.caspo.jp/imgs/promo_bg.gif);
	background-repeat: no-repeat;
}

div.content div.promo_body div.L
{
	width:260px;
	float:left;
	margin:0 0 10px 5px;
}

div.content div.promo_body div.R
{
	width:260px;
	float:right;
	margin:0 0 10px 0;
}

div.content div.promo_body div.L img,
div.content div.promo_body div.R img
{
	float:left;
	margin:0 5px 5px 0;
	border:1px #cccccc solid;
}

div.content div.promo_body div.L p,
div.content div.promo_body div.R p
{
	width:178px;
	float:right;
	line-height:130%;
}

div.content div.promo_body div.L b,
div.content div.promo_body div.R b
{
	color:#ff9900;
	line-height:130%;
}


/* ----- NEW登録メンバー部分 ----- */

div.content .casponews div.new_body {
font-size:100%;
background:none;
}
div.content .casponews div.new_body h6 {
font-size:11px;
margin-bottom:0;
background:url(http://www.caspo.jp/imgs/member/title_news.gif) no-repeat left top;
}
div.content .casponews div.new_body table {
width:510px;
margin-left:10px;
padding:0;
}
div.content .casponews div.new_body table td {
border-bottom:1px dotted #bbbbbb;
padding:4px 0 5px 0;
margin:0;
}
div.content .casponews div.new_body table td.newsDate {
width:70px;
}
div.content .casponews div.new_body table td.newsDate span {
font-family:Arial, Helvetica, sans-serif;
font-size:89%;
padding-left:10px;
background:url(http://www.caspo.jp/imgs/member/mk_arrow_news.gif) no-repeat left 5px;
}
div.content .casponews div.new_body table td.newsInfo {
width:320px;
}
div.content .casponews div.new_body table td.newsInfo span {
display:block;
font-size:90%;
padding-right:5px;
}
div.content .casponews div.new_body table td.newsInfo span a {
line-height:1.5em;
}
div.content .casponews div.new_body table td.newsInfo span img.new {
padding-left:4px;
}
*+html div.content .casponews div.new_body table td.newsInfo span {font-size:89%;}
* html div.content .casponews div.new_body table td.newsInfo span {font-size:89%;}
div.content .casponews div.new_body table td.newsProf span {
font-size:90%;
padding-left:21px;
background:url(http://www.caspo.jp/imgs/member/mk_profile.gif) no-repeat left center;
white-space:nowrap;
}
*+html div.content .casponews div.new_body table td.newsProf span {font-size:89%;}
* html div.content .casponews div.new_body table td.newsProf span {font-size:89%;}


/* ----- NEW登録メンバー部分 ----- */

div.content div.new
{
	margin:0 0 20px 0;
}

div.content h2.new
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffffee;
	padding:3px;
	margin:0 0 5px 0;
	font-weight:bold;
}

div.content h3
{
	font-weight:normal;
	color:#666666;
border-left:4px solid #ff9900;
	background:#ffffee;
	padding:3px;
	margin:0 0 5px 0;
}

div.content div.new_body
{
	font-size:72%;
	background:#eeffff;
}

div.content div.new_body span.description
{
	font-weight:normal;
	color:#333;
	line-height:1.4em;
}

div.content div.new_body div.L
{
	width:250px;
	float:left;
	margin:0 0 10px 10px;
}

div.content div.new_body div.R
{
	width:250px;
	float:right;
	margin:0 0 10px 10px;
}

div.content div.new_body div.L img,
div.content div.new_body div.R img
{
	float:left;
	margin:0 5px 5px 0;
	border:1px #cccccc solid;
}

div.content div.new_body div.L p,
div.content div.new_body div.R p
{
	width:160px;
	float:right;
	line-height:130%;
}

div.content div.new_body div.L b,
div.content div.new_body div.R b
{
	color:#ff9900;
	line-height:130%;
}

/* ----- NEW登録メンバー（新） ----- */
div.content .newMember .new_body {
padding:0;
margin:0;
background-color:#FFF;
}

div.content .newMember .new_body div.bL {float:left; position:relative;}
div.content .newMember .new_body div.bR {float:right; position:relative;}

div.content .newMember .new_body div.bL,
div.content .newMember .new_body div.bR {
width:260px;
padding:0 0 24px 0;
margin:0;
background:url(http://www.caspo.jp/imgs/newMember_bottom.gif) no-repeat left bottom;
}
div.content .newMember .new_body div.bL_top,
div.content .newMember .new_body div.bR_top {
padding:13px 13px 0 13px;
background:url(http://www.caspo.jp/imgs/newMember_top.gif) no-repeat left top;
overflow:hidden;
}
div.content .newMember .new_body div.bL_top img,
div.content .newMember .new_body div.bR_top img {
float:left;
border:1px solid #dadada;
padding:3px;
margin:0 10px 0 0;
background-color:#FFF;
}
div.content .newMember .new_body div.bL_top strong,
div.content .newMember .new_body div.bR_top strong {
display:block;
font-weight:normal;
margin-bottom:5px;
}
div.content .newMember .new_body div.bL_top span,
div.content .newMember .new_body div.bR_top span {
display:block;
color:#ff9900;
margin-bottom:5px;
}
div.content .newMember .new_body div.bL_top p,
div.content .newMember .new_body div.bR_top p {
line-height:1.4em;
}
div.content .newMember .new_body div.bL img.new,
div.content .newMember .new_body div.bR img.new {
position:absolute;
top:0;
right:0;
border:0;
padding:0;
margin:0;
}


/* ----- カテゴリトップ部分 ----- */

div.content div.category_top
{
	margin:0 0 20px 0;
}

div.content h2.category
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffddaa;
	padding:3px;
	margin:0 0 5px 0;
	font-weight:bold;
}

div.content h3
{
	font-weight:normal;
	color:#666666;
border-left:4px solid #ff9900;
	background:#ffddaa;
	padding:3px;
	margin:0 0 5px 0;
}


div.content div.category_body div.L
{
	width:260px;
	float:left;
	margin:0 0 10px 0;
}

div.content div.category_body div.R
{
	width:260px;
	float:right;
	margin:0 0 10px 0;
}

div.content div.category_body div.L h2
{
	font-size:80%;
}

div.content div.category_body div.R h2
{
	font-size:80%;
}

div.content div.category_body div.L img,
div.content div.category_body div.R img
{
	float:left;
	margin:0 5px 5px 0;
	border:1px #cccccc solid;
}

div.content div.category_body div.L p,
div.content div.category_body div.R p
{
	width:178px;
	float:right;
	line-height:130%;
}

div.content div.category_body div.L b,
div.content div.category_body div.R b
{
	color:#ff9900;
	line-height:130%;
}



/* ----- 旬キャスポ部分 ----- */

div.content div.shun_top
{
	margin:0 0 0px 0;
	background:#ddeeff;
}

div.content h2.shun
{
	font-size:80%;
	font-weight:normal;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffddaa;
	margin:0 0 5px 0;
	padding:3px;
	font-weight:bold;
}

div.content div.shun_body
{

}


div.content div.shun_body div.L
{
	width:260px;
	float:left;
	margin:0 0 10px 0;
}

div.content div.shun_body div.R
{
	width:260px;
	float:right;
	margin:0 0 10px 0;
}

div.content div.shun_body div.L h2
{
	font-size:80%;
}

div.content div.shun_body div.R h2
{
	font-size:80%;
}

div.content div.shun_body div.L img,
div.content div.shun_body div.R img
{
	float:left;
	margin:0 5px 5px 0;
	border:1px #cccccc solid;
}

div.content div.shun_body div.L p,
div.content div.shun_body div.R p
{
	width:178px;
	float:right;
	line-height:130%;
}

div.content div.shun_body div.L b,
div.content div.shun_body div.R b
{
	color:#ff9900;
	line-height:130%;
}


.new_body p b a {
  line-height: 130% }


/* ----- キャスポ特別企画 ----- */

div.special
{
	width:530px;
	margin:0 0 0 0;
}

div.special h3
{
	font-size:80%;
	font-weight:normal;
	margin:0;
}

div.special p
{
	padding:10px;
	background-color:#eeeeee;	
}

div.special p b img
{
	float:right;
}

div.special div.Left
{
	width:90px;
	float:left;
	margin:0;
	text-align:right;
}

div.special div.Right
{
	width:410px;
	float:right;
	margin:0;
	text-align:left;
}

div.special div.Right div.top
{
	margin:0;
	padding:0;
}

div.special div.Right div.content
{
	margin:0;
	padding: 5px 10px 10px 10px;
	font-weight:normal;
	border-right:2px solid #ff9900;
	border-left:2px solid #ff9900;
}

div.special div.Right div.content p
{
	margin:0;
	padding:0;
	background-color:#ffffff;
}

div.special div.Right div.bottom
{
	margin:0;
	padding:0;
	background-image:url("http://www.caspo.jp/imgs/special/bottom.gif");
	background-repeat : no-repeat ;
}

div.sp
{
	width:530px;
	margin:0 0 0 0;
}

div.sp div.Left {
	width:265px;
	float:left;
	margin:0;
	text-align:left;
}

div.sp div.Right {
	width:265px;
	float:right;
	margin:0;
	text-align:left;
}

div.sp2
{
	width:530px;
	margin:0 0 0 0;
}

div.sp2 div.Left {
	width:230px;
	float:left;
	margin:0;
	text-align:left;
}

div.sp2 div.Right {
	width:300px;
	float:right;
	margin:0;
	text-align:left;
}

div.sp3 {
	width:530px;
	margin:0;
	padding:0;
	background-image:url("http://www.caspo.jp/imgs/sp/r9_bg.gif");
	background-repeat : no-repeat ;
}

/* ----- アーカイブナビゲーション ----- */

div.content p.navi-link
{
	font-size:80%;
	margin:0 0 10px 0;
}


/* ----- アーカイブタイトル ----- */

div.content h2#archive-title
{
	margin:0 0 20px 0;
}


/* ----- エントリー日付 ----- */

div.content p.entry-date
{
	font-size:80%;
	color:#ffffff;
	background:#cccccc;
	line-height:100%;
	padding:3px;
	margin:0 0 15px 0;
}


/* ----- エントリータイトル ----- */

div.entry-content h2.entry-title
{
	color:#333333;
	background:#ffffff;
	line-height:100%;
	border-bottom:1px solid #cccccc;
	padding:10px 0 10px 15px;
	margin:0 0 15px 0;
	background:url(http://www.caspo.jp/imgs/mk_entry-title.gif) no-repeat left center;
}

div.entry-content h2.entry-title a
{
	color:#333333;
	background:#ffffff;
	text-decoration:none;
}

div.entry-content h2.entry-title a:hover
{
	text-decoration:underline;
}


/* ----- エントリー ----- */

div.entry
{
	margin:0 0 30px 0;
}

div.entry-content p
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div.entry-content blockquote
{
	font-size:80%;
	line-height:150%;
	padding:10px;
	border:dotted 1px #cccccc;
	margin:20px 0;
}

div.entry-body h2
{
	color:#006699;
	margin:0 0 10px 0;
}

div.entry-body h3
{
	color:#000000;
	margin:0 0 10px 0;
}

div.entry-body ul,
div.entry-body ol
{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

div.entry-body ul li,
div.entry-body ol li
{
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.entry-body div.nolist ol li
{
	list-style:none;
}

div.entry-body .imgL
{
	float:left;
	border:1px solid #DDD;
	padding:3px;
	margin:0 15px 10px 0;
}

div.entry-body .imgR
{
	float:right;
	border:1px solid #DDD;
	padding:3px;
	margin:0 0 10px 15px;
}

div.entry-body .imgN
{
	border:1px solid #DDD;
	padding:3px;
}

/* ----- タグ ----- */

div.entry-tags
{
	margin:0 0 20px 0;
}

div.entry-tags h3.entry-tags-header
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.entry-tags ul
{
	list-style:none;
}

div.entry-tags ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- エントリー情報 ----- */

div.entry ul.entry-info,
div.search-results-container ul.entry-info
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	line-height:130%;
}

div.entry ul.entry-info li,
div.search-results-container ul.entry-info li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}


/* ----- サイドバー ----- */

div#sidebar-left
{
	width:200px;
	float:left;
	background:#ffddaa;
        background-image:url("http://www.caspo.jp/imgs/sidebg_top.gif");
	background-repeat : no-repeat ;
}

/*	border-left:1px #cccccc solid; */
/*	border-right:1px #cccccc solid; */

div#sidebar-right
{
	width:160px;
	float: right;
	font-size:80%;
}

div#sidebar-right img
{
	border:0;
}

div.sidebar-inner
{
	padding:10px;
}

div.sidebar-innerR
{
	padding:5px;
	line-height:130%;
}

/***** ----- サイドバータイトル ----- *****/

div.sidebar-inner h3
{
	font-size:80%;
	font-weight:bold;
	color:#ffffff;
	border-left:4px solid #ff9900;
	background:#ff9900;
	padding:3px;
	margin:0 0 5px 0;
}

div.sidebar-inner h3 a
{
	color:#666666;
	background:#ffddaa;
}

div.sidebar-innerR h3
{
	font-weight:bold;
	color:#666666;
	border-left:4px solid #ff9900;
	background:#ffffff;
	padding:3px;
	margin:0 0 10px 0;
}

div.sidebar-innerR h3 a
{
	color:#666666;
	background:#ffddaa;
}

/* ----- サイト内検索 ----- */

div.search-form
{
	float:right;
	margin:0 0 5px 0;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
}
/*	margin:0 0 5px 0; */

div.search-form input.search-input
{
	width:160px;
	font-size:80%;
}
/*	margin:0 0 5px 0; */

div.search-form input.search-submit
{
	width:80px;
	font-size:60%;
}


/* ----- サイドコンテンツリストアロー ----- */
div.caspo360 ol li,
div.member ol li,
div.site-link ul li,
div.category-archives ul li {
padding:0 0 0 10px;
background:url(http://www.caspo.jp/imgs/mk_sideLink.gif) no-repeat left center;
}


/* ----- キャスポ360 ----- */

div.caspo360
{
	margin:0 0 20px 0;
}

div.caspo360 ol
{
	list-style:none;
	margin:0 0 0 5px;
}

div.caspo360 ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.caspo360 ol li a
{
	font-weight:normal;
}


/* ----- カテゴリー一覧 ----- */

div.category-archives
{
	margin:0 0 20px 0;
}

div.category-archives ul
{
	font-size:80%;
	list-style:none;
	margin:0 0 0 5px;
}

div.category-archives ul li
{
	line-height:140%;
}

div.category-archives ul li a
{
	font-weight:normal;
}

/* ----- 新着記事一覧 ----- */

div.recent-entry
{
	margin:0 0 20px 0;
}

div.recent-entry ol
{
	list-style:none;
}

div.recent-entry ol li
{
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.recent-entry ol li img.face
{
	float:left;
	clear:both;
	margin:0 5px 5px 0;
}


/* ----- お問い合わせ ----- */
div.recent-entry .readCopy {
margin-bottom:5px;
}
div.recent-entry .number {
width:180px;
padding-bottom:5px;
margin-bottom:5px;
background:url(http://www.caspo.jp/images/contact_line.gif) repeat-x left bottom;
}
*+html div.recent-entry .number {margin-bottom:0;}
* html div.recent-entry .number {margin-bottom:0;}
div.recent-entry .number .telephone,
div.recent-entry .number .fax {
color:#ff2400;
font-size:20px;
font-family:"Arial black";
padding:0 0 0 30px;
margin:0 0 3px 5px;
}
div.recent-entry .number .telephone {
background:url(http://www.caspo.jp/images/telephone.gif) no-repeat left center;
}
div.recent-entry .number .fax {
background:url(http://www.caspo.jp/images/FAX.gif) no-repeat left center;
}
div.recent-entry .number .faxPaper {
text-align:right;
font-size:79%;
}
div.recent-entry .number .faxPaper a {
color:#931500;
padding-left:11px;
background:url(http://www.caspo.jp/images/mk_arrow2.gif) no-repeat left center;
}

div.recent-entry .form {
width:180px;
padding-bottom:8px;
background:url(http://www.caspo.jp/images/contact_line.gif) repeat-x left bottom;
overflow:hidden;
}
*+html div.recent-entry .form {padding-bottom:3px;}
* html div.recent-entry .form {padding-bottom:3px;}
div.recent-entry .form .mailcontactCopy {
margin-bottom:5px;
}
div.recent-entry .form .btn_mailform {
float:left;
}
div.recent-entry .form .btn_mailform a {
display:block;
width:90px;
height:42px;
background:url(../images/btn_form.gif) no-repeat left top;
text-indent:-9999px;
}
div.recent-entry .form .btn_mailform a:hover {background-position:left -43px;}
div.recent-entry .form .btn_mail {
float:right;
}
div.recent-entry .form .btn_mail a {
display:block;
width:90px;
height:42px;
background:url(../images/btn_form.gif) no-repeat right top;
text-indent:-9999px;
}
div.recent-entry .form .btn_mail a:hover {background-position:right -43px;}

/* 無料です */
div.recent-entry .freeCopy {
color:#ff2400;
font-size:10px;
text-align:right;
}


/* ----- キャスポメンバー一覧 ----- */

div.member
{
	margin:0 0 20px 0;
}

div.member ol
{
	list-style:none;
	margin:0 0 0 5px;
}

div.member ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.member ol li a
{
	font-weight:normal;
}


/* ----- バックナンバー一覧 ----- */

div.monthly-archives
{
	margin:0 0 20px 0;
}

div.monthly-archives ol
{
	list-style:none;
}

div.monthly-archives ol li
{
	font-size:80%;
	margin:0 0 5px 0;
}


/* ----- 外部リンク ----- */

div.site-link
{
	margin:0 0 20px 0;
}

div.site-link ul
{
	list-style:none;
	margin:0 0 0 5px;
}

div.site-link ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.site-link ul li a
{
	font-weight:normal;
}


/* ----- クリエイティブ・コモンズ・ライセンス ----- */

div.cclicense
{
	margin:0 0 20px 0;
	font-size:60%;
	line-height:130%;
	text-align:center;
}

div.cclicense img
{
	margin:0 auto 5px auto;
}


/* ----- sidebar 下 バナー ----- */

div.sidebarBanner {
width:200px;
background-color:#FFF;
}
div.sidebarBanner img {
margin:15px 0 0 0;
}
div.sidebarBanner a img {
border:none;
}


/* ----- RSSリンク ----- */

div.syndicate
{
	margin:0 0 20px 0;
}

div.syndicate ul
{
	list-style:none;
}

div.syndicate ul li
{
	font-size:80%;
}


/* ----- powered ----- */

div.powered
{
	margin:0 0 20px 0;
}

div.powered ul
{
	list-style:none;
}

div.powered ul li
{
	font-size:60%;
	line-height:130%;
}


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

div#footer
{
	width:920px;
	padding:0 0 15px 0;
	margin:0 auto;
	font-weight:normal;
}

div#footer b
{
	font-weight:normal;
}

div#footer div#footerR
{
	float:right;
	color:#cbcbcb;
	font-size:72%;
	padding:12px 0px 0 0;
}
*+html div#footer div#footerR {font-size:71%;}
* html div#footer div#footerR {font-size:71%;}

div#footer div#footerL
{
	float:left;
	font-size:72%;
	margin:0 5px 0 0;
}
*+html div#footer div#footerL {font-size:71%;}
* html div#footer div#footerL {font-size:71%;}

div#footer div#footerM
{
	font-size:62%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:12px 0 0 0;
}


/* ----- トラックバック ----- */

div.trackbacks-body
{
	margin:0 0 20px 0;
}

div.trackbacks-body h3
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 5px 0;
}

div.trackbacks-body dt
{
	font-size:80%;
	font-weight:bold;
	margin:0 0 5px 0;
}

div.trackbacks-body p
{
	font-size:80%;
	margin:0 0 10px 0;
}

div.trackbacks-body ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.trackbacks-body ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.trackbacks-body input
{
	width:250px;
}


/* ----- コメント ----- */

div.comments
{
	margin:0 0 20px 0;
}

div.comments h3
{
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	background:#aaaaaa;
	padding:3px;
	margin:0 0 10px 0;
}

div.comments p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 10px 0;
}

div.comments ul
{
	list-style:none;
	border-top:1px solid #cccccc;
	padding:3px 0 0 0;
	margin:0 0 20px 0;
}

div.comments ul li
{
	display:inline;
	font-size:80%;
	margin:0 10px 0 0;
}

div.comments a img
{
	border:none;
}

/* ----- コメントフォーム ----- */

div.typekey-text
{
	font-size:80%;
	line-height:140%;
	margin:0 0 10px 0;
}

div.comments-post
{
	margin:0 0 20px 0;
}

div.comments-post h4
{
	font-size:80%;
	font-weight:normal;
	background:#cccccc;
	color:#ffffff;
	padding:3px;
	margin:0 0 5px 0;
}

div.comments-post-content p.comments-open-moderated
{
	font-size:80%;
	line-height:150%;
	margin:0 0 10px 0;
}

div#comments-open-data fieldset
{
	border:none;
}

div#comments-open-data legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

dl#name-email dt,
dl#comments-url-data dt
{
	font-size:80%;
}

dl#name-email dd,
dl#comments-url-data dd
{
	font-size:80%;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie
{
	list-style:none;
	margin:0 0 5px 0;
}

div#comments-open-data ul.cookie li
{
	font-size:80%;
}

dl#comments-open-text dt
{
	font-size:80%;
}

dl#comments-open-text dd textarea
{
	font-size:80%;
	margin:0 0 10px 0;
}

div#comments-open-data ul.comments-open-footer
{
	list-style:none;
}

div#comments-open-data ul.comments-open-footer li
{
	display:inline;
	font-size:80%;
}

div#comments-open-data ul.comments-open-footer li input
{
	width:80px;
}


/* ----- システムテンプレート ----- */

body.one-column div#container
{
	width:auto;
	margin:0 40px;
	float:none;
}


/* ----- 検索テンプレート ----- */

div.module-content
{
	margin:0 0 20px 0;
}

div.module-content p
{
	font-size:80%;
	line-height:130%;
	margin:0 0 5px 0;
}

div.module-content ul
{
	margin:0 0 0 20px;
}

div.module-content ul li
{
	font-size:80%;
	margin:0 0 5px 0;
}

div.entry-content h2.search-result-tit
{
	font-size:80%;
	font-weight:normal;
	background:#666666;
	color:#ffffff;
	padding:3px;
	margin:0 0 15px 0;
}

div.straight-search
{
	margin:0 0 20px 0;
}

div.straight-search fieldset
{
	border:none;
}

div.straight-search legend
{
	font-size:70%;
	color:#666666;
	background:#ffffff;
	margin:0 0 5px 0;
}

div.straight-search ul
{
	list-style:none;
	margin:0 0 5px 0;
}

div.straight-search ul li
{
	display:inline;
}

div.straight-search ul li label
{
	font-size:80%;
}

div.straight-search ul li input.search-input
{
	width:160px;
	font-size:80%;
	margin:0 0 5px 0;
}

div.straight-search ul li input.search-submit
{
	width:80px;
	font-size:60%;
	margin:0 0 10px 0;
}

/* ----- プロモーション部分 ----- */

table.company th,
table.company td {
border-bottom:1px dotted #ccc;
padding:5px 5px 5px 0;
}
table.company th {
font-size:13px;
font-weight:bold;
padding-right:20px;
vertical-align:top;
white-space:nowrap;
}
table.company td ul li {
font-size:12px;
}

/* ----- メンバープロフィール ----- */

table.profile_table th {
white-space:nowrap;
vertical-align:top;
padding:3px;
}
table.profile_table td {
font-size:13px;
padding:3px;
}

/* ----- プロフィール内リストスタイル ----- */

.memberProfile .listArea {
margin:10px 0 0 0;
}
.memberProfile .listArea li {
padding:0;
margin:0 0 10px 0;
}

/* ----- プロフィール内リストスタイル ----- */

.memberProfile .tableArea {
width:100%;
}
.memberProfile .tableArea th,
.memberProfile .tableArea td {
border-bottom:1px dotted #ddd;
font-size:13px;
line-height:1.3em;
vertical-align:top;
padding:6px 5px 5px 5px;
}
.memberProfile .tableArea th {
font-weight:bold;
}

/* ----- 個人情報保護方針（privacypolicy） ----- */
.privacyBoxwrap {
border-top:1px dotted #999999;
border-bottom:1px dotted #999999;
padding:10px 0;
margin:20px 0;
}
.privacyBox {
font-size:12px;
height:300px;
padding:0 15px 15px 15px;
overflow-y:scroll;
}
.privacyBox a img {
border:none;
}
.privacyBox h2 {
padding-top:20px;
}
.privacyBox h3 {
margin-top:15px;
}
.privacyBox .contact {
padding:15px 15px 5px 15px;
margin-bottom:15px;
background:#eee;
}
.privacyBox .contact p {
line-height:2em;
}


















