/* Base Theme (blog.css)=================================================== */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    /*text-decoration: underline;*/
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content,/* #alpha, #beta, #gamma,*/ #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    margin-left: 190px;
    width: 560px;
}

.layout-twt #beta {
    margin-left: -750px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    /*text-decoration: underline;*/
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    /*text-decoration: underline;*/
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* Style Theme (style.css)================================================= */

header-content/*

A Six Apart theme adapted for Movable Type default templates 
name: Hills Green  
designer: Mena Trott  
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/

/*
----------------------------------------------------------------
Default
----------------------------------------------------------------
*/

/*
----------------------------------------------------------------
Global
----------------------------------------------------------------
*/

html {
	height:100%;
	width:100%;
}

body {
	height:100%;
	width:100%;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.5em;
}

a, a:link {
	text-decoration: none;
	color:#333;
	font-weight:normal;
}

a:hover, a:active {
	text-decoration: underline;
	color:#333;
	font-weight:normal;
}

table {
	border:none;
	border-collapse:collapse;
	empty-cells:show;
	font-size:1em;
	letter-spacing:0.1em;
	line-height:1.5em;
}

/*
----------------------------------------------------------------
Header
----------------------------------------------------------------
*/

#header {
	/*border-color: #5283b1;*/
	background-image:url(img/bg_head.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:100px;
	/*margin-bottom: 10px;*/
}

#header-inner {
	position: relative;
	/*padding-bottom: 20px;
	padding-left: 27px;*/
}

#header-name {
	margin: 0 0 5px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
}

#header-description {
	margin: 0;
	font-size: 12px;
	line-height: 1.125;
	font-weight: normal; 
}

* html #header-content {  /*HACK targets IE6 but not 7, instead of min-height*/
	/*height: 74px;*/
	height:100px;
}

#header-content {
	/*width: 770px;*/
	/*min-height: 74px;*/
	/*margin: 20px 0 116px 20px;*/
	height:100px;
}

#header h1 {
	font-size:12px;
	line-height:1em;
	padding:2px 0 6px 10px;
	margin:0;
	color:#666;
	display:block;
}

/*
----------------------------------------------------------------
Content
----------------------------------------------------------------
*/

.asset {
	/*background: url(post-ornament.gif) no-repeat 0 0;*/
	margin-bottom: 0;
}

.asset-name {
	font-weight: bold;
}

.asset-content {
	margin: 10px 0 5px 0;
	font-size:12px;
}

.asset-more-link {
	/*font-weight: bold;*/
	text-align:right;
	color:#666;
}

.asset-meta {
	border-top: 1px solid #999;
}

.asset-footer {
	border-top: 1px solid #999;
}

.asset-header {
	margin-top: 15px;
	margin-bottom: 0px;
}

.asset-header,
.asset-footer {
	margin-left:15px;
	margin-right:15px;
}

.asset-content {
	margin-left: 15px;
	margin-right: 15px;		
}  

.asset-name,
.archive-title {
}

.archive-list-item {
	margin-bottom: 5px;
}

.content-nav {
	margin: 5px 0 10px;
	font-size:11px;
	font-weight:normal;
}

.archive-title {
	margin: 5px 0 0 0;
	font-weight: bold;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.search-results-header {
	margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
	font-size: 11px;
}

.comment-footer,
.trackback-footer {
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
}

/*
----------------------------------------------------------------
Footer
----------------------------------------------------------------
*/

#footer { 
	/*background-color: #5283b1;*/
	background-image:url(img/bg_foot.gif);
	background-position:center top;
	background-repeat:repeat-y;
	height:100px;
}

#footer-content {
	margin: 20px 0;
}

#footer-content {
}

#footer-inner {
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFF66;
	color:#000;
	line-height:1.5em;
}

/*
----------------------------------------------------------------
Layout
----------------------------------------------------------------
*/

#container-inner,
#content {
	/*background-color: #fff;*/
}

#container {
	background-image:url(img/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#content {
	background-image:url(img/bg_main.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

#header-inner, #content-inner, #footer-inner {
	padding-top: 0;
	padding-bottom: 0;
}

#header-inner, #alpha-inner, #beta-inner, #gamma-inner {
	padding-right: 0;
	padding-left: 5px;
}

/*
----------------------------------------------------------------
Utility
----------------------------------------------------------------
*/

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
}

*/

#header:after,
#header2:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
	height: 1%;
}

/*.asset-body,
.asset-more {
	margin-left:15px;
}*/

/*
----------------------------------------------------------------
Widget
----------------------------------------------------------------
*/

.layout-wtt #content-inner { background: transparent url(img/content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(img/content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner { background: transparent url(img/content-wt.gif) repeat-y scroll right top; }
.layout-tw #content-inner { background: transparent url(img/content-tw.gif) repeat-y scroll left top; }

#content .widget {
	/* border-bottom: 1px solid #45331C;*/
}

.widget-header,
.widget-content {
	margin-right: 15px;
	margin-left: 15px;
}

.widget-header {
	/*margin-top: 10px;*/
}

.widget-header {
	font-weight: bold;
}

.widget-content {
	margin-bottom: 15px;
}

.widget-about .widget-header {
	margin-bottom: 10px;
}

#content .widget-powered .widget-content {
	margin: 0;
	background-color: #f0f6fa;
}

.layout-wtt #content #beta .widget-powered .widget-content,
.layout-twt #content #gamma .widget-powered .widget-content,
.layout-wt #content #beta .widget-powered .widget-content {
	margin-left: 1px;
}

.layout-twt #content #beta .widget-powered .widget-content,
.layout-tw #content #beta .widget-powered .widget-content {
	margin-right: 1px;
}

.widget-email .widget-content,
.widget-subscribe .widget-content,
.widget-syndicate .widget-content {
	margin-top: 15px;
} 

.widget-header {
	font-size: 14px;
}

.widget-content {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
}

/*
----------------------------------------------------------------
"Powered By" Widget
----------------------------------------------------------------
*/

.widget-powered .widget-content {
	padding: 10px;
	text-align: center;
}

/*
----------------------------------------------------------------
Calendar Widget
----------------------------------------------------------------
*/

.widget-calendar .widget-content table {
	font-size: 10px;
}

/*
----------------------------------------------------------------
Footer Widgets
----------------------------------------------------------------
*/

#footer .widget {
	margin: 10px 0;
}

#footer .widget-content {
	padding-right: 0;
	padding-left: 0;
}

#footer .widget-powered .widget-content {
	padding: 0;
	text-align: left;
}

/*
----------------------------------------------------------------
Custom Styles
----------------------------------------------------------------
*/

.asset-stream  .asset-header-content {
	padding: 15px 0 0 27px;
}

/*
----------------------------------------------------------------
各種設定
----------------------------------------------------------------
*/

p,ul,dl {
	margin:0;
}

li,dt,dd {
	margin-bottom:0;
}

li {
	list-style:none;
}

/* Bottom量 */

p.mb0, dl.mb0, ul.mb0, li.mb0, dt.mb0, dd.mb0, table.mb0 {
	margin-bottom:0em;
}

p.mb1, dl.mb1, ul.mb1, li.mb1, dt.mb1, dd.mb1, table.mb1 {
	margin-bottom:1em;
}

p.mb2, dl.mb2, ul.mb2, li.mb2, dt.mb2, dd.mb2, table.mb2 {
	margin-bottom:2em;
}

p.mb3, dl.mb3, ul.mb3, li.mb3, dt.mb3, dd.mb3, table.mb3 {
	margin-bottom:3em;
}

p.mb4, dl.mb4, ul.mb4, li.mb4, dt.mb4, dd.mb4, table.mb4 {
	margin-bottom:4em;
}

p.mb5, dl.mb5, ul.mb5, li.mb5, dt.mb5, dd.mb5, table.mb5 {
	margin-bottom:5em;
}

p.mb6, dl.mb6, ul.mb6, li.mb6, dt.mb6, dd.mb6, table.mb6 {
	margin-bottom:6em;
}

/* Left量 */

p.ml0, dl.ml0, ul.ml0, li.ml0, dt.ml0, dd.ml0, table.ml0 {
	margin-left:0;
}

p.ml1, dl.ml1, ul.ml1, li.ml1, dt.ml1, dd.ml1, table.ml1 {
	margin-left:18px;
}

p.ml2, dl.ml2, ul.ml2, li.ml2, dt.ml2, dd.ml2, table.ml2 {
	margin-left:36px;
}

p.ml3, dl.ml3, ul.ml3, li.ml3, dt.ml3, dd.ml3, table.ml3 {
	margin-left:54px;
}

p.ml4, dl.ml4, ul.ml4, li.ml4, dt.ml4, dd.ml4, table.ml4 {
	margin-left:72px;
}

p.ml5, dl.ml5, ul.ml5, li.ml5, dt.ml5, dd.ml5, table.ml5 {
	margin-left:90px;
}

p.ml6, dl.ml6, ul.ml6, li.ml6, dt.ml6, dd.ml6, table.ml6 {
	margin-left:108px;
}

/* H
----------------------------------------------------------------*/

/*h2, h3, h4, h5, h6 {
	padding-bottom:10px;
}*/

h2 {
	clear:both;
}

h3 {
	clear:both;
}

h4 {
	clear:both;
}

h2.ttl {
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#ffd900;
	padding-left:5px;
	line-height:3em;
	font-size:16px;
	font-weight:bolder;
}

h3.ttl {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#ddd;
	margin-left:5px;
	line-height:2em;
	font-size:14px;
	font-weight:bolder;
	color:#dc143c;
}

h4.ttl {
	margin-left:10px;
	line-height:2em;
	font-size:12px;
	font-weight:bolder;
	color:#999;
}


/*h4, h5, h6 {
	padding-bottom:8px;
	clear:none;
}*/

/* A
----------------------------------------------------------------*/

/*戻る*/
a.return {
	display:block;
	clear:both;
	text-align:right;
}

/* BR
----------------------------------------------------------------*/

/*スペース*/
br.clear {
	float:none;
	clear:both;
	width:100%;
}

/* P
----------------------------------------------------------------*/

.txtR {
	text-align:right;/*右寄せ*/
	padding-right:10px;
}

.txtC {
	text-align:center;/*中央*/
}

p#cp {
	font-size:10px;
	color:#eeeeee;
	text-align:right;
}

p#cp a {
	color:#eeeeee;
}

/* DL,DT,DD
----------------------------------------------------------------*/

/*DLスタイル設定*/
.styleDtd dt {
	font-weight:bolder;
	border-bottom-width:1px;
	border-bottom-style:dotted;/*ドット*/
	border-bottom-color:#999999;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}

.styleDtd dd {
	margin-left:18px;
	padding-bottom:2em;
}

.styleSld dt {
	font-size:1em;
	font-weight:bolder;
	border-bottom-width:1px;
	border-bottom-style:solid;/*ソリッド*/
	border-bottom-color:#999999;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}

.styleSld dd {
	margin-left:18px;
	padding-bottom:2em;
}

/*カテゴリ一覧*/
dl.ichiran {
	float:left;
	clear:none;
	width:180px;
	display:block;
}

dt.ichiran {
	padding:0 5px;
}

dd.ichiran {
	padding:0 5px 10px 5px;
}

.icBox {
	height:110px;
	display:block;
}

/* UL,LI
----------------------------------------------------------------*/

/*リストスタイル設定*/
.styleDe li {
	margin-left:24px;
	list-style-type:decimal;/*数字*/
}

.styleDi li {
	margin-left:24px;
	list-style-type:disc;/*●*/
}

.styleCi li {
	margin-left:24px;
	list-style-type:circle;/*○*/
}

.styleSq li {
	margin-left:24px;
	list-style-type:square;/*■*/
}

.styleAl li {
	margin-left:24px;
	list-style-type:lower-alpha;/*アルファベット小文字*/
}

.styleAu li {
	margin-left:24px;
	list-style-type:upper-alpha;/*アルファベット大文字*/
}

.styleNo li {
	margin-left:12px;
	list-style-type:none;/*無*/
}

/*メニュー*/
ul.menu {
	width:170px;

	margin:0px;
	padding:0px;
	font-size:12px;
}

li.menu {
	float:left;
	clear:none;
	width:190px;
	height:60px;
	margin:0px;
	padding:0px;
	display:block;
}

/* TABLE,TH,TD
----------------------------------------------------------------*/

th {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	background-color:eeeeee;
	padding:5px;
}

td {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	padding:5px;
}

/* IMG,OBJECT
----------------------------------------------------------------*/

img.styleL {
	float:left;
	clear:both;
	margin:0 10px 10px 10px;
}

img.styleR {
	float:right;
	clear:both;
	margin:0 10px 10px 10px;
}

/* IFRAME
----------------------------------------------------------------*/

iframe.gMap {
	width:730px;
	height:500px;
	margin:0 10px;
}

/* ADDRESS
----------------------------------------------------------------*/

address.footer {
	margin-left:5px;
	padding-top:5px;
	font-size:12px;
	line-height:1.5em;
	color:#FFF;
	background-color:#5D3525;
}

/*
----------------------------------------------------------------
文字装飾
----------------------------------------------------------------
*/

/*
文字サイズ
----------------------------------------------------------------*/

.f08 {
	font-size:8px;
}

.f10 {
	font-size:10px;
}

.f12 {
	font-size:12px;
}

.f14 {
	font-size:14px;
}

.f16 {
	font-size:16px;
}

/*
文字色
----------------------------------------------------------------*/

.red {
	color:#F00;
}

.pink {
	color:#ff1493;
}

.green {
	color:#090;
}

.orange {
	color:#f08300;
}

.blue {
	color:#06F;
}

.gray {
	color:#808080;
}

.yellow {
	color:#d2d23c;
}

/*
背景色
----------------------------------------------------------------*/

.bg51 {
	background-color:#8CD1FF;
}

.bg52 {
	background-color:#D2EDFF;
}

.bg91 {
	background-color:#90ee90;
}

.bg92 {
	background-color:#dbebc4;
}

.bg81 {
	background-color:#ffa500;
}

.bg82 {
	background-color:#ffd700;
}

/*
パンくずリスト
----------------------------------------------------------------*/

.breadcrumbs {
	margin-bottom:15px;
	font-size:83.3%;
}

/*
メニュー
----------------------------------------------------------------*/

#menu {
	width: 940px;
	height:100px;
	background-image:url(img/bg_menu.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#menu ul {
	margin-left:5px;
	height:100px;
}

#menu li {
	float:left;
	clear:none;
	height:100px;
}
	
/*#menu li a {
	height: 32px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(../img/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #000000;
	background: url(../img/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
	
#menu li a:active {
	color: #000000;
	background: url(../img/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}*/

/*
物件
----------------------------------------------------------------*/

.bukken {
	background-image:url(img/bg_menu_bukken.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin-bottom:10px;
}

.bukken li {
	font-size:14px;
}

/*
マルチブログ用ボックス
----------------------------------------------------------------*/

.mbBox {
	width:550px;
	/*padding:0 15px;*/
	padding-bottom:10px;
	float:left;
	clear:none;
}

.mbBox h2 {
	
}

.bl5 {
	font-size:20px;
	font-weight:bolder;
	line-height:2em;
	padding-left:5px;	
	border-left-color:#0099ff;
	border-left-style:solid;
	border-left-width:5px;
	color:#333;
	font-weight:bolder;
}

.bl9 {
	font-size:20px;
	font-weight:bolder;
	line-height:2em;
	padding-left:5px;	
	border-left-color:#228b22;
	border-left-style:solid;
	border-left-width:5px;
	color:#333;
	font-weight:bolder;
	margin-top:30px;
}

.bl8 {
	font-size:20px;
	font-weight:bolder;
	line-height:2em;
	padding-left:5px;	
	border-left-color:#ffa500;
	border-left-style:solid;
	border-left-width:5px;
	color:#333;
	font-weight:bolder;
	margin-top:30px;
}

.mbBox dl {
	float:left;
	clear:none;
	width:180px;
	margin-bottom:5px;
}

.mbBox dt {
	margin:0 5px;
	padding:5px;
}

.mbBox dd {
	padding:5px;
	margin:0 5px 5px 5px;
}

/*
イチオシ物件
----------------------------------------------------------------*/

h2#i5 {
	background-image:url(img/bg_ichioshi_blue.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 10px;
	line-height:3.5em;
	letter-spacing:0em;
	color:#FFF;
}

h2#i8 {
	background-image:url(img/bg_ichioshi_orange.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 10px;
	line-height:3.5em;
	letter-spacing:0em;
	color:#FFF;
}

h2#i9 {
	background-image:url(img/bg_ichioshi_green.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 10px;
	line-height:3.5em;
	letter-spacing:0em;
	color:#FFF;
}

h2#i5 a, h2#i8 a, h2#i9 a {
	color:#FFF;
}

dt.ilist, dd.ilist {
	padding:0 10px;
}

/*
同一カテゴリ記事一覧
----------------------------------------------------------------*/

.same {
	margin-bottom:20px;
}

.same h2 {
	margin-bottom:10px;
}

.same ul {
	margin:0;
	padding:0;
}

.same li {
	margin:0;
	padding:5px 0;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	font-size:12px;
	list-style-type:none;
}

/*
その他
----------------------------------------------------------------*/

/*alpha h2 {
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#45331C;
	background-color:#F0EDE6;
	padding:10px 5px 10px 5px;
	font-size:14px;
}

alpha h3 {
	font-size:12px;
	line-height:1.5em;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#45331C;
}*/

.entry-categories,
.entry-tags {
	text-align:right;
}

.trackbacks-info,
.comments-open-content {
	font-size:12px;
}

.trackbacks-info,
#comments-open-data,
#comments-open-text {
	margin-left:15px;
	margin-right:15px;
}

#comments-open-footer {
	text-align:right;
}
