@charset "UTF-8";
/* @Style license ID.0507 */
/************************************************
*	body										*
************************************************/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
        font-size:90%;
	background-color: #fff;
	text-align: center;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
}
/************************************************
*	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 */

/************************************************
*	全体の設定									*
************************************************/
/* 画像 */
img {
	vertical-align: middle;
	border-style: none;
}
/* 強調 */
strong {
	color: #ff6600;
	background-color: #FFFFFF;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	clear: both;
	display: none;
}
/* リンク枠 */
a{
	outline:none;
}
/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	padding: 0;
	margin: 0;
}

div#header {
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-bottom: 5px;
}

div#nav {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
        padding-bottom: 30px;
	width: 900px;
}

div#content {
	width: 620px;
	float: left;
}

/* サブコンテンツ */
div#sub-content {
	width: 250px;
	float: right;
}


div#footer {
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
        height: 70px;
}

/************************************************
*	header										*
************************************************/

div#header div.logo {
	width: 350px;
	float: left;
}

div#header div.h_ex {
	width: 550px;
        text-align: right;
	float: right;
}

div#header div.h_ex{
	margin: 0;
}

div.desc1 {
	margin-bottom: 10px;
        background-color: #ee6a7f;
background-image: url("img/common/navibg.gif");
}

div.desc1 {
background-image:url("img/common/bg_desc1.jpg");
background-position:center top;
background-repeat:repeat-x;
height:26px;
margin-bottom: 5px;
}


div.desc {
	width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
}

div.desc p {
	font-size: 90%;
}

/************************************************
*	nav											*
************************************************/

div#nav {
  background-image: url("img/common/navibg.gif");
}

#globalnavi{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 900px;
  height: 47px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 135px;
  margin: 0;
  padding: 0;
}

#globalnavi li.home{
  text-indent: -9999px;
  float:left;
  width: 90px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 47px;
  background-image: url("img/common/navi.gif");
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -90px 0;}
#menu3 a{background-position: -225px 0;}
#menu4 a{background-position: -360px 0;}
#menu5 a{background-position: -495px 0;}
#menu6 a{background-position: -630px 0;}
#menu7 a{background-position: -765px 0;}

#globalnavi a:hover{
  background-image: url("img/common/navi.gif");
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -47px;}
#menu2 a:hover{background-position: -90px -47px;}
#menu3 a:hover{background-position: -225px -47px;}
#menu4 a:hover{background-position: -360px -47px;}
#menu5 a:hover{background-position: -495px -47px;}
#menu6 a:hover{background-position: -630px -47px;}
#menu7 a:hover{background-position: -765px -47px;}


/************************************************
*	content										*
************************************************/

div#content {
	font-size: 100%;
}

/* content余白 */
div#content div.inner {
	padding-top: 20px;
}

/* contentリンク基本色 */
div#content a:link {
	text-decoration: underline;
	color: #C97586;
	background-color: transparent;
}
/* contentリンクマウスオーバー時 */
div#content a:link:hover {
	text-decoration: none;
	color: #C97586;
	background-color: transparent;
}
/* contentリンククリック時 */
div#content a:link:active {
	text-decoration: none;
	color: #C97586;
	background-color: transparent;
}
/* contentリンク訪問済み */
div#content a:visited {
	text-decoration: underline;
	color: #C97586;
	background-color: transparent;
}
/* contentリンク訪問済みマウスオーバー */
div#content a:visited:hover {
	text-decoration: none;
	color: #C97586;
	background-color: transparent;
}
/* contentリンク訪問済みクリック時 */
div#content a:visited:active {
	text-decoration: none;
	color: #C97586;
	background-color: transparent;
}
/* イメージ画像 */
div#content div#image {
	margin-bottom: 20px;
}
div#image h2.kuyo {
        background-image: url("img/common/kuyo.jpg") ;
        background-position:left top;
        background-repeat:no-repeat;
        height: 150px;
        width: 610px;
}
/* content見出し h2 */
div#content h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url("img/common/h2.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:35px;
	margin-bottom: 15px;
	height:60px;
	line-height:60px;
	width: 620px;
        clear: both;
}

/* content見出し h3 */
div#content h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url("img/common/h3.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:35px;
	height:40px;
	line-height:40px;
	width: 620px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.floatLeft{ float: left; margin: 0 15px 5px 0;}
.floatRight{ float: right; margin: 0 0 5px 15px;}
.textCenter{text-align: center;}
.textRight{text-align: right;}

/* パンくず */
ul.path {
	margin-left: -20px;
	font-size: 100%;
}
ul.path li {
	margin-right: 5px;
	display: inline;
}
ul.path li a {
	background-image: url(img/common/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}

/* content 段落 */
div#content p {
	margin-bottom: 1em;
}
div#content p.small{10px; font-size: 90%; margin-top: 10px;}

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

/* 新着情報 */
dl.news {
	margin: 0;
        border-bottom: 1px dotted #ccc;
        padding: 2px;
}
/* 新着情報 記事タイトル */
dl.news dd  {
	margin-top: -1.4em;
	margin-left: 10em;
	margin-right: 0;
}
dl.news dt  {
        padding: 0px;
}


/* 会社概要用 */
.company_table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width:100%;
	margin: 10px 0 15px 0;
}
.company_table tr {
}
.company_table tr td {
	text-align:left;
	border: 1px solid #CCCCCC;
	padding:8px 10px 8px 10px;
}
.company_table tr th {
	width:200px;
	font-weight:bold;
	border: solid 1px #CCCCCC;
	background-color: #FFF0F0;
	padding:8px 10px 8px 16px;
	color: #5B5959;
	text-align: left;
}
.company_table ul {
	margin:0;
}
.company_table ul li {
	line-height:1.7em;
}
.company_tablehead {
	padding: 0 0 0 9px;
}
.company_table dl {
	margin:0;
	padding:0;
	width:31em;
}
.company_table dl dt {
	width:7em;
	float:left;
	text-align: left;
	padding: 0 1em 0 0;
}
.company_table dl dd {
	width:;
}

/* お問い合わせ用 */
.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: 1.6;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
.form fieldset {
	margin-bottom: 10px;
}

/* お問い合わせform用 */

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(contact/images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(contact/images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(contact/images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(contact/images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(contact/images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(contact/images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(contact/images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	border: solid 1px #CCCCCC;
        border-collapse: collapse;
}
table.mailform tr th {
	padding: 7px;
	border: solid 1px #CCCCCC;
        border-collapse: collapse;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	width: 140px;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px;
	border: solid 1px #CCCCCC;
        border-collapse: collapse;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 560px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(contact/images/mfp_table_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='contact/images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(contact/images/mfp_table_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='contact/images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(contact/images/mfp_table_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='contact/images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/


/* 順不同リスト（箇条書き）*/
div#content ul {
	padding-left: 20px;
        font-size: 90%;
	margin-bottom: 1em;
}
div#content ul ol {
	padding-left: 30px;
}
/* 画像 */
div#content img{
	margin-top: 0;
	margin-bottom: 0;
}
/* 画像左配置 */
div#content img.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
div#content img.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
div#content img.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 続き */
div#content .extended {
	font-size: 91.66%;
	margin-top: 10px;
	clear: both;
}
div#content textarea{
	width: ;
}
div#content input, div#content textarea {
	font-size: 100%;
}
div.comment-reply {
	margin-left: 20px;
}
/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}
div#content label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}
/* タグ */
.entry-tags {
	font-size: 84.61%;
	margin: 0 0 10px 5px;
	clear: both;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list { 
    list-style:none;
    padding-left: 0;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}

/* 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: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* サイドバー見出し */
div#sub-content h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}
div#sub-content h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .3em;
}

/* サイドバー 段落 */
div#sub-content p {
	margin-bottom: 1em;
}

/* サイド バナー */
.detailSide{
	width:100%;
	margin: 0 0 10px 0;
	padding: 0px;
}

/* ページリスト 枠 */
dl.page_list {
	line-height: 1;
	margin-bottom: 10px;
}

dl.banner {
	line-height: 1;
	margin-bottom: 20px;
        height: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	background-color: #FFF9F1;
}
dl.banner dt {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
}
dl.banner dd {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
}
dl.banner img {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
}

dl.page_list dt {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/page_list_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-bottom: 5px;
}
dl.page_list dd {
	background-image: url(blogimg/page_list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
}


/* ページリスト リンク設定 */

dl.page_list a:link {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:link:hover {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
dl.page_list a:visited:hover {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;
}
/* ページリスト */
dl.page_list ul , dl.banner ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
dl.page_list ul li {
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 1px;
}
/* ページリスト リンク */
dl.page_list ul li a{
	background-image: url(blogimg/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 6px;
	display: block;
}
/* ページリスト ホバー */
dl.page_list ul li a:hover {
	background-image: url(blogimg/menu.png);
	background-position: 0px -100px;
	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 -100px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
dl.page_list ul ul {
	font-size: 100%;
	margin-top: 0px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* サブカテゴリーリスト */
dl.page_list ul ul li {
	background-image: none;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
dl.page_list ul ul li a {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-left: 35px;
	padding-right: 5px;
	margin-bottom: -1px;
	padding-bottom: 6px;
	display: block;
	border-left: none;
}
/* サブカテゴリーリスト ホバー */
dl.page_list ul ul li a:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済み */
dl.page_list ul ul li a:visited {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
/* サブカテゴリーリスト 訪問済みホバー */
dl.page_list ul ul li a:visited:hover {
	background-image: url(blogimg/menu_sub.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
/* タグクラウド */

dl.tags {
	margin-bottom: 10px;
}

dl.tags dt {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(blogimg/page_list_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	padding-bottom: 2px;
}
dl.tags dd {
	background-image: url(blogimg/page_list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px;
}


/* タグクラウドリンク基本色 */
dl.tags a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}
/* タグクラウドリンクマウスオーバー時 */
dl.tags a:link:hover {
	text-decoration: underline;
	color: #CC0000;
	background-color: transparent;
}
/* タグクラウドリンククリック時 */
dl.tags a:link:active {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
}
/* タグクラウドリンク訪問済み */
dl.tags a:visited {
	text-decoration: none;
	color: #3399CC;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みマウスオーバー */
dl.tags a:visited:hover {
	text-decoration: underline;
	color: #CC0000;
	background-color: transparent;
}
/* タグクラウドリンク訪問済みクリック時 */
dl.tags a:visited:active {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
}

/* タグクラウド表示 */
dl.tags .module-tagcloud {
	text-align: left;
}
dl.tags .module-tagcloud {
	list-style: none;
}
dl.tags .module-tagcloud .module-list-item {
	display: inline;
}
dl.tags .module-tagcloud li.taglevel1 {
	font-size: 180%;
}
dl.tags .module-tagcloud li.taglevel2 {
	font-size: 160%;
}
dl.tags .module-tagcloud li.taglevel3 {
	font-size: 130%;
}
dl.tags .module-tagcloud li.taglevel4 {
	font-size: 120%;
}
dl.tags .module-tagcloud li.taglevel5 {
	font-size: 100%;
}
dl.tags .module-tagcloud li.taglevel6 {
	font-size: 80%;
}


/* 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: 254px;
	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: 254px;
	height: 40px;
	display: block;
}
/* Search */
div#sub-content label {
position: absolute;
left: -9999px;
}
input#search {
	width: 160px;
}

.subMenu.formBox  {
padding: 5px;
width: 240px;
border: 1px solid #E1889E;
}

.formBox .bottom {
padding-bottom:7px;
padding-left:10px;
padding-right:0;
padding-top:0;
}

.formBox p {
font-size:11px;
margin-bottom:3px;
padding-left:10px;
border-left: 3px solid #E1889E;
}



/************************************************
*	b_nav										*
************************************************/
/* 下部ナビゲーション */
div#b_nav {
	font-size: 90%;
	text-align: left;
        background-color: #f2f2f2;
}
div#b_nav ul {
	margin: 0;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
div#b_nav ul li {
	display: inline;
	padding: 0 .5em;
}
/* 下部ナビゲーションリンク色 */
div#b_nav ul li a {
	text-decoration: underline;
	background-color: transparent;
	color: #C97586;
}
div#b_nav ul li a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #C97586;
}

/************************************************
*	footer										*
************************************************/
/* フッタ */
div#footer {
	background-color: #fff;
        clear: both;
}

/* フッター Copyright */
div#footer .copy {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
        text-align: right;
}
div#footer address {
	font-size: 90%;
}

/* totop */
div#totop {
	margin-top: 30px;
	margin-bottom: 20px;
	float: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E1889E;
	padding-top: 5px;
	width: 610px;
}
div#totop img {
	float: right;
}