/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 90%;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
}

form, input { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin: 0;
    padding: 0;
}

a, a:link, a:visited {
	color: #FF6633;
	padding-bottom: 1px;
	border-bottom: 1px dotted #FF6633;
	text-decoration: none;
}
a:hover, a:active {
	color:#CC0000;
}
a img { border: 0; }

.clr, .clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* page layout */

#container {
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 900px;
	background-image: url("http://www.finalhome.com/cms//image/line.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#header {
	text-align: left;
	margin: 0;
	padding: 0 15px 30px;
	height: auto;
	width: auto;
	background-color: #ffffff;
}
#header #top {
	float: left;
	width: 200px;
	height: 20px;
	margin: 10px 0;
	background-color: #ffffff;
	background-image:url(image/final_home.gif);
	background-repeat:no-repeat;
	background-position: 15px 5px;
}
#header #top p {
	text-indent: -9999px;
}
#header #top a {
	display: block;
	width: 180px;
	height: 20px;
	border: none;
	text-decoration: none;
}
#header #searchbox {
	float: right;
	width: auto;
	margin-right: 15px;
	margin-top: -0.5em;
	margin-left: 15px;
	background-color: #ffffff;
}
#searchbox input#search {
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Helvetica, Myriad, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
	width: 140px;
	height: auto;
}
#searchbox .findButton {
	font-family: Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
	width: auto;
}
#searchbox label {
	display: none;
}
#searchbox form {
	display: inline;
}
#header #language {
	width: auto;
	margin: 15px 15px 0 0;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Helvetica, Myriad, Verdana, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #999999;
	text-align: right;
	float: right;
}
#header #language a {a
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Helvetica, Myriad, Verdana, Arial, sans-serif;
	color: #999999;
	border: none;
}
#header #language a:hover {
	color: #000000;
	border: none;
}


#header #collection {
	clear: both;
	width: auto;
	height: 320px;
	background-color: #cccccc;
	border: 1px solid #999999;
}


#wrapper {
	text-align: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	position: relative;
}
#wrapper #mainMenu {
	margin: 0;
	height: auto;
	width: 130px;
	padding: 3px 0;
	position: absolute;
	top: 0px;
	left: 30px;
}
#mainMenu ul {
	list-style-type:none;
	margin-bottom: 2em;
}
#mainMenu li {
	list-style-position: inside;	
	margin-bottom: 0.5em;
	text-transform:uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family:Helvetica, Myriad, Verdana, Arial, sans-serif;
	color: #666666;
}
#mainMenu li a {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}
#mainMenu li a:hover {
	color: #000000;
}
#mainMenu #sitefeed {
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 10px;
}

#wrapper #mainBlock {
	text-align: left;
	padding-left: 170px;
	min-height: 140px;
	height: auto;
	width: 700px;
}
#wrapper #mainBlock #categoryTitle {
	margin: 0;
	padding: 0;
	height: auto;
	width: 110px;
	float: left;
}
#categoryTitle h1 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1em;
	font-family: Helvetica, Arial, Myriad, Verdana, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#categoryTitle ul {
	list-style-type: none;
	margin: 0 0 2em 0;
}
#categoryTitle li {
	list-style-position: inside;	
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Myriad, Verdana, sans-serif;
	color: #999999;
}
#categoryTitle li a {
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}
#categoryTitle li a:hover {
	color: #000000;
}

#categoryTitle p {
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",Helvetica, Myriad, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
#categoryTitle p a {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}


#wrapper #mainBlock #contents {
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
	height: auto;
	width: 560px;
	float: left;
}
#wrapper #mainBlock #contents .column {
	margin: 0 15px 0 0;
	height: auto;
	width: 250px;
	float: left;
}

#contents h2 {
	font-family: Helvetica, Arial, Myriad, Verdana, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
#contents h2 a {
	color: #CC0000;
	text-decoration: none;
	border: none;
}
#contents h2 a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}
#contents h3 {
	font-family: Helvetica, Arial, Myriad, Verdana, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 100%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
#contents p {
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Helvetica, Myriad, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}
#shop #contents p {
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Helvetica, Myriad, Verdana, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	font-size: 90%;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

#contents ul {
	list-style-type: none;
}
#contents li {
	list-style-position: inside;	
	margin-bottom: 0.5em;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Myriad, Verdana, sans-serif;
	color: #666666;
}
#contents li a {
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}
#contents li a:hover {
	color: #000000;
}

.photo-right {
	float: right;
	width: auto;
	height: auto;
	margin-left: 1em;
	margin-bottom: 1em;
}
.photo-left {
	float: left;
	width: auto;
	height: auto;
	margin-right: 1em;
	margin-bottom: 1em;
}
.photo-center {
	width: auto;
	height: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.clearCont {
width: auto;
height: 0;
clear: both;
border-bottom:1px dotted #c0c0c0;
margin-bottom:1em;
}

p#navi {
	font-size: 80%;
	text-transform: uppercase;
}
p#navi a {
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
p#navi a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

#news #contents p#navi, #history #contents p#navi, #shop #contents p#navi, #contact #contents p#navi {
	display: none;
}

#footer {
	clear:both;
	text-align: center;
	height: auto;
	width: auto;
	background-color: #ffffff;
	margin: 10px auto 0;
	padding: 20px 0 10px 0;
	text-transform:uppercase;
	font-size: 9px;
	font-weight: normal;
	font-family: Myriad, Verdana, Arial, sans-serif;
}

/* default style */

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}

