/* 
   リセット
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


*html #mainvisual {
	padding-top:475px;
	margin:0;
}


/* 
   general 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #FFF;
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 
  
------------------------------------------------------------------- */

/* headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {
	font-size: 1.1em;
	background: #FFF url(../images/top/h5.jpg) repeat-x center top;
	padding: 7px 0 0 10px;
	width:95%;
	height: 23px;
	border: #CCC 1px solid;
	margin-left: 10px;
}
h2 {
	font-size: 1em;
	background: #FFF url(../images/top/h5.jpg) repeat-x center top;
	padding: 8px 0 0 5px;
	width:auto;
	height: 22px;
	border: #CCC 1px solid;
	text-align: center;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 1.2em;
	margin:0;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*h4 {
	font-size: 1.1em;
	background: #FFF url(../images/top/h5.jpg) repeat-x center top;
	padding: 7px 0 0 10px;
	width:97%;
	height: 23px;
	border: #CCC 1px solid;
}*/
h5 {
	font-size: 1.0em;
	padding: 7px 0 0 10px;
}

h6 {
	background: ;
	width:auto;
	color:#000;
	height: 25px;
	padding: 5px 0 0 10px;
	border-left: 5px solid #F74531;
	border-bottom: 1px solid #F74531;
	font-size: 1.3em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* text */

.textsmall{
	font-size:11px;
	color: #333;
	width: 100px;
	float: right;
}


p {margin-bottom: 1em;}


a :focus,a:hover {color: #099;text-decoration:underline;}

a {
	color: #246;
	text-decoration: underline;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}

/* テーブル */

table {
	margin-bottom: 1.4em;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tfoot {font-style: italic;}
caption {background: #EEE;}

#booktable td {
	text-align:center;
}

/* misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #FF0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.error, .notice, .answer  {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.answer {background: #f5f5f5;color: #333;  border-color:#c0c0c0;}
.answer a {color: #264409;}

div.more {padding-top: 6px;}
.more a, a.more {color: #666;}
.more a:hover, a.more:hover {color: #002;}

.faq_a { background: #f5f5f5 url(../images/faq/a.gif) no-repeat left top; padding-left:40px;}
.faq_q { background: #FBE3E4 url(../images/faq/q.gif) no-repeat left top; padding-left:40px;}


.pagetop {
	padding:5px;
	margin-top:15px;
	font-size:0.8em;
}
.pagetop a {color:#999; text-decoration:none;}
.pagetop a:hover,.pagetop a:focus {
	color:#D65939;
}

/* 
   alignment 
------------------------------------------------------------------- */
.spacer { clear:both; margin:5px 0;} 

.spacers { clear:both; height:15px; margin:10px 0;} 

/* general */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
	margin: 0;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* floats */   

.left,.alignleft {
	float: left;
}

.left_nav {float: left;}

.footer_nav {
	margin-right: auto;
	margin-left: auto;
	width: 520px;
}

.right,.alignright {
	float: right;
	margin: 5px 0 0 0;
}

.clear,.clearer {clear: both;}
.clearer {
	font-size: 0;
	line-height: 0;
	display: block;
}


/* columns */



.column {
	width: 690px;
	margin: 5px 0;
}

.maincolumn {
	background: #FFF url(../images/top/bg_top.jpg) no-repeat left bottom;
	width:100%;
	height: 17px;
}
	
.bottomcolumn {
	height: 17px;
	width: 100%;
	background:#FFF url(../images/top/bg_bottom.jpg) left top no-repeat;
}

.sidecolumn {
	width: 210px;
	text-align: center;
	margin-top: 5px;
}



/* 
   separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 5px 0 5px 0;
}
.archive-separator {margin: 0 0 14px;}

.separator-vertical {background: url('img/separator-vertical.gif') repeat-y center top;}


/* 
   posts 
------------------------------------------------------------------- */

.post {
	margin: 5px;
	width:47%;
}

.post a {text-decoration: none;}
.post a:hover, .post-body a {text-decoration: underline;}

.post-title {border-bottom: 1px solid #E5E5E5;}

.post-date {
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 0;
}
.post-date a {color: #444;}

.post-body {padding-top: 12px;}

.post-meta {
	background: #FCFCFC;
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}


#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {text-decoration: none;}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 0 1em -8px;}
.thumbnails a.thumb {	
	background: #DAD6D0;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 1px;
}
.thumbnails a.thumb:hover {background: #AAA;}
.thumbnails .thumb img {display: block;}


/* 
   box
------------------------------------------------------------------- */

.box {
	background: url('img/box.gif') no-repeat left top;
	border-top: 1px solid #FFF;
	padding: 0;
	display: inline;
	margin: 0;
}
.box a {color: #951;}
.box a:hover {color: #310;}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {padding: 8px 0;}

#sidebox {
	width: 100%;
	float: right;
	height: 78px;
}

#headerbox {
	height: 140px;
	width: 500px;
	float: left;
}



/* 
   comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #567;
	text-decoration: none;
}
.comment-date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   layout 
------------------------------------------------------------------- */

/* common */
.center-wrapper {
	width: 1100px;
	margin: 0 auto;
	height: auto;
}

/* header */

#header-wrapper {
	background: #FFF url('../images/top/header.jpg') no-repeat center top;
	height:auto;
}
#header-wrapper-2 {
	background: url('../images/top/head.jpg') no-repeat center top;
	height:auto;
}
#header {
	display: inline;
	padding: 0px 32px 0 46px;
}
#header div a {
	display: inline;
	height: 143px;
	width: 1022px;
}
#help {
	color: #666;
	font-size: 1.2em;
	padding: 120px 28px 0 32px;
	text-align: right;
	height: 23px;
}
#help a {
	color: #999;
	text-decoration: none;
}
#help a:hover {
	color: #000;
}

#help span.text-separator {
	color: #444;
	padding: 0 7px;
}

#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #B58361;
	font-size: 1.3em;
}


/* navigation */


#navigation-wrapper {
	background: #FFF url('../images/top/header_line.jpg') repeat-x left top;
	height: 6px;
}

#navigation li a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px 5px 0 0;
}
#navigation a:hover {color: #FFF;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
#navigation li.current_page_item a {background: url('img/navigation-arrow-2_hear.gif') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('img/navigation-arrow_hear.gif') no-repeat center bottom;}


/* content */

.content {
	font-size: 1.1em;
	margin: 0;
}
#content-wrapper {
	background:#FFF url('../../images/content-wrapper.gif') repeat-y center top;
}
.content#content-two-columns {background: url('img/content-two-columns.gif') repeat-y left top;}


/* main */


#mainvisual {
	width: auto;
	height: 75px;
	background:#FFF url(../images/top/main.gif) no-repeat center top;
	margin: 0;
	padding-top: 475px;
	padding-left:120px;
	padding-right:0;
	padding-bottom:0px;
}
#main-wrapper {
	float: right;
	width: 698px;
}
#main {
	padding: 5px 0 5px 0;
	margin: 0;
}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


/* footer */

#footer-wrapper {
	background: #FFF url('../images/top/header_line.jpg') repeat-x center top;
	height:auto;
	padding-top: 12px;
	width: 100%;
}
#footer {
	background: #FFF;
	font-size: 1.1em;
	padding: 12px 16px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	background-color: #FFF;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* featured Box */
#featured-wrapper {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
}
#featured {
	padding: 0px 5px 12px 0px;
}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
 
------------------------------------------------------------------- */

/* ボーダー */
.bottomborder {
	border-bottom:#CCC solid 1px;
	line-height: 10px;
	margin-bottom: 10px;
}


/* single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}.large span {
	color: #43B16C;
	font-weight: bold;
}
#list {
	float: left;
}
#nav {
	margin: 17px 0 0 0;
}
.mid {
	background: #FFF url(../images/top/bg_mid.jpg) left top repeat-y;
	width: 672px;
	margin-left: auto;
	margin-right: auto;
}


/* テーブル */

table {
	margin-bottom: 1.4em;
	width: auto;
}
th {font-weight: bold;}
th,td {padding: 4px 10px 4px 6px;}
td {background: #FFF;}

table.data-table {
	border: 1px solid #EEE;
	margin-bottom: 1em;
	width: 315px;
}
table.data-table th {
	background: #EEE;
	border: 1px solid #DDD;
	color: #555;
}


table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 5px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #E6E6E6;
}
table.data-table tr.even td {background: #FCFCFC;}

.tablespacer { margin:0 25px;}


/* IE6用 */
*html #.mid {
  width:690px;
  margin-left:3px;
  margin-right: 3px;

}
#icon_blog {
	text-align: left;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}
#img {
	margin-bottom: 10px;
	margin-right: 10px;
}


#line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 14px;
}
#mainvisual ol li {
	list-style-type: none;
	float: left;
	margin-right: 21px;
	margin-left: 21px;
}

#headerbox a {
	height: 140px;
	width: 500px;
}
.topixbox {
	width: 662px;
	margin-right: auto;
	margin-left: auto;
}
