/*
Theme Name: Build
Description: This framework is intended to be used as a starting point for your custom themes. I originally created this framework to aid me in making my own premium themes and thought I should share it. If you are a fan of minimalistic design, it works as a great stand-alone theme too! 
Version: 1.13
Author: Pushkraj Dole
Author URI: http://www.pushkrajdole.com/
Tags: white,black,blue,fixed-width,threaded-comments,sticky-post,right-sidebar,custom-background,custom-menu
License: This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Follow me on Twitter : http://twitter.com/RajDole
Special thanks to : Abban Dunne (http://twitter.com/abbandunne) & Sonia (http://twitter.com/NudgeDesign)

*/

/* STYLE RESET*/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ol,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }body{line-height: 1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content: '';content: none }table{border-collapse:collapse;border-spacing: 0;}

/* FONTS */

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 1em;
  	line-height: 1.6em;
  	font-size: 100%;
  	font-size-adjust: none;
	font-variant: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p {
  	font-size: 1em;
  	line-height: 1.6em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: .75em;
	font-weight: bold;
}

h1, div#header h1 span, h2, h3, h4, h5, textarea#comment, input#author, input#email, input#url {
	color: #585858;
}

div#content small, div.postmeta, ul#sidebar, div#footer, p.commentloggedin, div.reply, div.feed {
	font-size: .75em;
}

#header span {
	font-size: 0.65em;
	font-weight: normal;
}

hr{
	border: 0;
	margin: 30px 0 30px 0;
	border-bottom:1px dotted #d1d1d1
}

h2.title {
	font-size: 1.5em;
	font-weight: normal;
}

/* SITE-WIDE */

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

p.right {
	text-align:right;
}

p.center {
	text-align:center;
}

p.admin {
	color: #aaa;
	font-size: 12px;
}

p.nocomments {
	padding: 0 20px;
	font-style: italic;
	color: #585858;
}

p.pagelink {
	word-spacing: 5px;
}

p.pagelink a {
	padding: 5px;
	border: 1px dotted #d1d1d1;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter img {
	margin:0 10px 8px 0 !important;
}

.alignleft {
	float: left;
}

.alignright{
	float: right;
}

img.alignleft{
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignright{
	margin-left: 15px;
	margin-bottom: 15px;
}

img.aligncenter{
	margin-bottom: 15px;
}

img.size-full {
	max-width: 660px;
}

img.alignnone {
	margin:0 !important;
	padding:0 !important;
}

.frame {
	padding: 5px;
	border: 1px dotted #d1d1d1
}

blockquote, .comment-field {
	padding: 10px 10px 0 10px;
	border: 1px dotted #d1d1d1;
	background-color:#fcfcfc;
	margin-bottom: 20px;
	font-style: italic;
}

blockquote p {
	margin-top: 0 !important;
}

div.gallery {
	margin-bottom: 14px;
}

img.attachment-thumbnail {
	border:0;
}

dd.gallery-caption {
	color: #585858;
	font-size: 0.75em;
	font-style: italic;
	margin-top: 8px;
}

table {
	border-top: 1px dotted #d1d1d1;
	border-left: 1px dotted #d1d1d1;
	padding: 15px;
	margin-bottom: 1.5em;
}

td{ 
	vertical-align:top;
	padding: 5px;
	border-right: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	word-break:break-all;
}

th{ 
	text-align:left;
	padding: 8px;
	background-color:#eee;
	border-right: 1px dotted #d1d1d1;
	border-bottom: 1px dotted #d1d1d1;
	line-height:150%;
}

table.border_none01 {
	border:none;
	width:99%;
}
table.border_none01 td,
table.border_none01 th {
	border:none;
	text-align:center;
}
table.border_none02 {
	border:none;
}
table.border_none02 td,
table.border_none02 th {
	border:none;
	text-align:left;
}


caption{ 
	font-weight: bold;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

/* LINKS */

a {
	color: #873C0F;
	text-decoration: none;

}

a:hover {
	color: #00a9da;

}

div.postmeta span.comments a {
	font-weight:bold;
	text-transform: uppercase;
	padding: 2px 5px 1px 0px !important;
	margin-right: 2px;
	border: 0;
	border-right: 1px dotted #d1d1d1;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 a:link, h1 a:active, h1 a:visited {
	color: #585858;
}

a.more-link, a.post-edit-link,div.reply a{
	padding: 5px;
	border: 1px dotted #d1d1d1;
}

/* HEADS */



div#content h1.listhead {
	font-size: 0.85em;
	text-transform: uppercase;
	background: #f8f8f8;
	margin: 0 0 20px 0;
	padding: 10px !important;
}

ul#sidebar h2, div.nav{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

ul#sidebar h2 {
	margin-bottom: 10px;
}

#header {
	margin-bottom: 3px;
}

#header .hedcont {
height:155px;
overflow:hidden;
}

#header p {
padding:5px;
font-size:0.8em;
font-weight:800;
}

h1.blog-title {
	font-size: 1.5em;
width:285px;
height:119px;
float:left;
background:url(./images/temp_03.gif) no-repeat 0 0;
text-indent:-9999px;
margin-right:20px;
}

h1.blog-title a:link, h1.blog-title a:active, h1.blog-title a:visited{
	border-bottom: none;
width:285px;
height:119px;
display:block;
}

#header .util {
width:650px;
float:left;
height:22px;
margin:5px 0 0 15px;
}

#header .util li {
float:left;
margin:0 0 0 30px;
height:22px;
list-style:none;
text-indent:-9999px;
}

#header .util li a{
float:left;
display:block;
height:22px;
list-style:none;
}

#header .util li.sitemap {
width:95px;
background:url(./images/temp_10.gif) no-repeat 0 0;
}
#header .util li.sitemap a{width:95px;}
#header .util li.sitemap a:hover {
background:url(./images/temp_10.gif) no-repeat -95px 0;
width:95px;
}

#header .util li.about{
width:125px;
background:url(./images/temp_12.gif) no-repeat 0 0;
}
#header .util li.about a{width:125px;}
#header .util li.about a:hover {
background:url(./images/temp_12.gif) no-repeat -125px 0;
width:125px;
}

#header .util li.contact{
width:213px;
background:url(./images/temp_14.gif) no-repeat 0 0;
}
#header .util li.contact a{width:213px;}
#header .util li.contact a:hover {
background:url(./images/temp_14.gif) no-repeat -213px 0;
width:213px;
}

#header .util li.eng{
width:92px;
background:url(./images/temp_16.gif) no-repeat 0 0;
}
#header .util li.eng a{width:92px;}
#header .util li.eng a:hover {
background:url(./images/temp_16.gif) no-repeat -92px 0;
width:92px;
}

#header .bnn {
float:left;
}

/* MENU */

#header .gnavi {
width:980px;
clear:both;
height:73px;
margin-bottom:4px;
}

#header .gnavi li {
list-style:none;
float:left;
height:73px;
text-indent:-9999px;
}

#header .gnavi li a{
display:block;
width:163px;
height:73px;
}

#header .gnavi li.tourist {
width:164px;
background:url(./images/temp_22.gif) no-repeat 0 0;
}
#header .gnavi li.tourist a:hover {
width:164px;
background:url(./images/temp_22.gif) no-repeat -164px 0;
}

#header .gnavi li.owner {
width:163px;
background:url(./images/temp_23.gif) no-repeat 0 0;
}
#header .gnavi li.owner a:hover {
width:163px;
background:url(./images/temp_23.gif) no-repeat -163px 0;
}

#header .gnavi li.kikaku {
width:163px;
background:url(./images/temp_24.gif) no-repeat 0 0;
}
#header .gnavi li.kikaku a:hover {
width:163px;
background:url(./images/temp_24.gif) no-repeat -163px 0;
}

#header .gnavi li.gallery {
width:163px;
background:url(./images/temp_25.gif) no-repeat 0 0;
}
#header .gnavi li.gallery a:hover {
width:163px;
background:url(./images/temp_25.gif) no-repeat -163px 0;
}

#header .gnavi li.specialist {
width:163px;
background:url(./images/temp_26.gif) no-repeat 0 0;
}
#header .gnavi li.specialist a:hover {
width:163px;
background:url(./images/temp_26.gif) no-repeat -163px 0;
}

#header .gnavi li.qa {
width:163px;
background:url(./images/temp_27.gif) no-repeat 0 0;
}
#header .gnavi li.qa a:hover {
width:163px;
background:url(./images/temp_27.gif) no-repeat -163px 0;
}

.menu {
	margin-bottom:1em;
	line-height: 1em;
}

.menu ul{
	clear:both;
	margin:0;
	padding:0;
	list-style: none;
	list-style-position:outside;
	position:relative;
	font-size: 0.95em;
}

.menu a {
	display:block;
	padding:19px 1em;
	color: #585858;
	border-bottom: 0;
}

.menu li li a {
	padding:0.75em 1em;
}

.menu li:hover, .menu li:hover a,
.menu a:focus, .menu a:hover, .menu a:active {
	background: #fff;
	color: #000;
}

.menu li li a:hover {
	background: #00a9da;
	color: #fff;
}

.menu li{
	float:left;
	list-style: none;
	position:relative;
}

.menu ul {
	position:absolute;
	display:none;
	width:12em;
	z-index:1;
}

.menu li ul a{
	width:12em;
	height:auto;
	float:left;
}

.menu ul ul{
	top:auto;
}	

.menu li ul ul {
	left:13em;
	margin:0px 0 0 12px;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul{
	display:none;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul{
	display:block;
}


/*LAYOUT*/


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


#wrapper {
	width: 100%;
	margin:0 auto;
background:url(images/temp_20.gif) repeat-x 0 155px;
}

#cont_wrap {
	width: 980px;
	margin:0 auto;
}
#cont_wrap_ssl {
	width: 700px;
	padding-left:20px;
	margin:0 auto;
}

#content {
	float: left;
	width: 665px;
}

#content img {
	padding: 0px;
}

#content .wp-smiley {
	padding: 0;
	border: 0;
}

#content ul li {
	line-height: 21px;
}

.entry ul{
	list-style: none;
}

#content ul, #content ol {
	margin-bottom: 20px;
}

#content ol li {
	margin-left: 30px;
	line-height: 21px;
	padding:3px 0 3px 0;
}

.wp-caption {
	font-size: 0.85em;
	border:1px solid #999;
	background:#eee;
	font-style: italic;
	text-align:left;
	padding: 10px 0px 8px 10px;
	max-width: 643px;
	margin: 5px !important;
}

.wp-caption-text {
	padding: 5px 15px 0px 5px;
	margin-top:-10px;
	text-align:justify;
}

.noCss {
	clear: both;
//	position: absolute;
//	left: -9999px;
}

p.page-link {
	display: inline;
	font-size: 0.75em;

	padding: 5px 10px;
}

p.page-link a {
	color: #bbb;
	border: none;
	padding: 0 10px;
	border-right: 1px dotted #d1d1d1;
}

p.page-link a:hover {
	color: #555;
}

p.page-link a:last-of-type {
	border-right: 0;
}

.post-link {
	margin-bottom:40px;
	overflow:hidden;
}

div#content embed, .embedded {
	text-align:center;
	margin: 0 0 14px 0;
}

div#content p span {
	background: #fcfcfc;
}

.sticky {
	padding: 20px;
	background-color: #fcfcfc;
	border: 1px dotted #d1d1d1;
	margin-bottom: 25px;
}

.sticky hr, .sticky .postmeta {
	display: none;
}

.sticky h2 a {
	border: 0;
}

.sticky h2 {
	margin-top: 0;
	padding-bottom: 15px;

}

h2.comments-title {
	margin-bottom: 25px !important;
}

div.comment-body p {
	margin-bottom: 10px !important;
}

div.postmeta {
	margin-bottom: 10px;
	line-height: 1.4;
}

ol.comment li div.comment-author, ol.comment li div.comment-meta,div.comment-meta {
	font-size: 0.75em;
	line-height: 16px;
}

span.says {
	display: none;
}

div.comment-author cite.fn {
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
}

div.comment-author cite.fn a {
	text-decoration: none;
}

div.comment-meta {
	margin-bottom: 45px;
}

div.comment-author {
	margin: 0 0 5px 0;
}

div.comment-author img {
	float: left;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}

li.comment {
	margin-bottom: 10px;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: 10px;
}

ul.commentlist li.bypostauthor {}

ol.comment li.pingback {
	font-size: 0.75em;
	color: #777;
	padding: 0 0 10px 5px;
}

ol.comment li.pingback a {
	font-size: 0.75em;
	font-weight:normal;
}

ol.comment li.pingback p, ol.comment li.pingback span, ol.comment li.pingback div.comment-meta, ol.comment li.pingback div.reply {
	display:none;
}

div.reply {
	display:block;
	overflow: hidden;
	padding: 5px 0 5px 0;
}

ol.children {
	margin: 45px 0 20px 20px;
}

ol.children li {
	margin: 10px 0;
	padding-left: 10px;
	border-left: 1px dotted #d1d1d1;
	border-bottom: 0;
	margin-left: 0 !important;
}

div#respond {
	margin-top: 20px;
}

table.commenttable {
	border:0;
	padding: 0;
}

table.commenttable tr td {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

input#author, input#email, input#url {
	margin-bottom: 5px;
	padding: 10px;
	width: 580px;
	border: 1px dotted #d1d1d1;
}

.serch {
	height:30px;
}

#searchform input.keyword{
	padding: 2px;
	width: 195px;
	color: #585858;
	border: 1px solid #d1d1d1
overflow:hidden;
	float:left;
}

img.search_l {
float:left;
margin:2px 4px 0 0;
}

#searchform .button {
	margin: 0 0 0 3px;
	background:url(images/temp_52.gif) no-repeat 0 0;
	width:65px;
	height:24px;
	float:left;
}

textarea#comment {
	width: 580px;
	height: 150px;
	padding: 10px;
	border: 1px dotted #d1d1d1;
}


/* twit */

#sidebar #twit {
	width:300px;
	margin:10px 0 0 0;
clear:both;
}

#sidebar #twit .twit_hed {

height:61px;
overflow:hidden;
}

#sidebar #twit .twit_btm {
	background:url(images/temp_66.gif) no-repeat 0 0;
height:10px;
overflow:hidden;
text-indent:-9999px;
}

#sidebar #twit #twit_cont {
	width:290px;
	padding:0 5px 0 5px;
	background:url(images/temp_65.gif) repeat-y 0 0;
	height:183px;
	overflow:hidden;
	overflow-y:auto;
}

#sidebar .splist {
	margin-top:5px;
}

#sidebar .btn_alj {
	height:22px;
	width:158px;
	text-indent:-9999px;
	margin:10px 0 10px 140px;
	background:url(images/temp_44.gif) repeat-y 0 0;
	clear:both;
}
#sidebar .btn_alj a {width:158px;height:22px;display:block;}
#sidebar .btn_alj a:hover {
	width:158px;
	background:url(images/temp_44.gif) repeat-y -158px 0;
}



/* side */

#sidebar {
	float: left;
	width: 300px;
	margin-left: 15px;
}


#sidebar .ad_side {
text-align:center;
background:url(images/temp_33.gif) 0 0;
width:300px;

border:1px solid #ddd;
padding-top:8px;
margin-bottom:5px;
}

#sidebar .ml {
height:117px;
background:url(images/hosigaki_01.gif) no-repeat 0 20px;
display:none;
}

#sidebar .tab {
margin-bottom:10px;
}

#sidebar .btbn {
text-align:right;
background:url(images/hosigaki_02.gif) no-repeat 0 127px;
}

#sidebar .sp_script {
text-align:left;
background:#f0f0f0;
padding:8px;
font-size:90%;
color:#000;
}

.sslmark {
padding:3px 0 3px 0;
}

#totop {
background:url(images/temp_109.gif) no-repeat 0 0;
width:104px;
height:21px;
margin:25px 0 0 880px;
float:left;
text-indent:-9999px;
}
#totop a {
display:block;
width:104px;
height:21px;
}
#totop a:hover {
background:url(images/temp_109.gif) no-repeat -104px 0;
}

.widget{
	margin-bottom: 20px;
}

ul#sidebar ul.children {
	margin: 5px 0 0 0;
}

ul#sidebar ul.children li {
	border: 0;
}

ul#sidebar li {
	list-style: none;
	margin: 0 0px 20px 0;
	line-height: 18px;
}

ul#sidebar li ul li {
margin-bottom: 5px;
}

ul#sidebar li ul li ul {
	margin: 5px 0 0 10px;
}

ul#sidebar li.widget_tag_cloud,li#tag_cloud {
	line-height: 28px !important;
	word-spacing: 5px
}

#calendar_wrap { 
	text-align:center;
}
#foot_bar {
	background:url(images/temp_113.gif) 0 0;
	height:4px;
	width:100%;
	overflow:hidden;
	text-indent:-9999px;
	margin-top: 20px;
}

#footer_wrap {
	background:url(images/temp_115.gif) 0 0;
	clear:both !important;
	width: 100%;
	padding: 15px 0 30px 0;
	height:100%;
	float:left;
}

#foot_logo {
	background:url(images/foot_logo.png) no-repeat 0 15px;
	height:102px;
	width:346px;
	float:right;
	text-indent:-9999px;
}

#footer {
	width:980px;
	margin:0 auto;
}

#footlist_a {
float:left;
width:210px;
}

#footlist_a li {
list-style:none;
font-size:105%;
}
#footlist_a li a{
color:#fff;
}
#footlist_a li a:hover{
color:#999;
}



/*  top */

.owners h3 {
	background:url(images/temp_45.gif) no-repeat 0 0;
	width:665px;
	height:30px;
	text-indent:-9999px;
	margin:8px 0 4px 0;
}
.mov h3 {
	background:url(images/temp_69.gif) no-repeat 0 0;
	width:665px;
	height:30px;
	text-indent:-9999px;
	margin:8px 0 4px 0;
}
.mov .top_mov {
	width:332px;
	margin:8px 0 4px 0;
	float:left;
	overflow:hidden;
}
.mov .top_spot {
	width:322px;
	margin:8px 0 0 10px;
	float:right;
}
.mov .top_spot p.text {
	padding:0 5px 7px 0;
}
.mov .spot {
	background:url(images/temp_77.gif) repeat-y 0 0;
	margin:0;
	overflow:hidden;
}
.mov .spot_hed {
	background:url(images/temp_74.gif) no-repeat 0 0;
	overflow:hidden;
	width:311px;
	height:13px;
	text-indent:-9999px;
}
.mov .spot_foot {
	background:url(images/temp_84.gif) no-repeat 0 0;
	overflow:hidden;
	width:311px;
	height:13px;
	text-indent:-9999px;
}
.mov .spot ul{
	margin:0;
}
.mov .spot li {
	list-style:none;
	padding:2px 20px 2px 25px;;
}

.blog {
	margin:8px 0 0 0;
	float:left;
}

.blog h3 {
	background:url(images/temp_87.gif) no-repeat 0 0;
	width:665px;
	height:30px;
	text-indent:-9999px;
	margin:8px 0 4px 0;
	clear:both;
}

.blog .list {
padding-left:10px;
width:322px;
float:left;
}
.blog .list li {
list-style:none;
padding:3px 0 2px 0;
}
.blog .list li a {
color:#543406;
text-decoration:underline;:
}

.blog .btn_blg {
	height:22px;
	width:161px;
	text-indent:-9999px;
	margin:2px 0 10px 140px;
	background:url(images/temp_101.gif) no-repeat 0 0;
}
.blog .btn_blg a {width:161px;height:22px;display:block;}
.blog .btn_blg a:hover {
	width:161px;
	background:url(images/temp_101.gif) no-repeat -161px 0;
}

.blog .btn_news {
	height:22px;
	width:168px;
	text-indent:-9999px;
	margin:2px 0 10px 140px;
	background:url(images/temp_103.gif) no-repeat 0 0;
}
.blog .btn_news a {width:168px;height:22px;display:block;}
.blog .btn_news a:hover {
	width:168px;
	background:url(images/temp_103.gif) no-repeat -168px 0;
}

.btn_more {
	width:69px;
	height:18px;
	background:url(images/temp_61.gif) no-repeat 0 0;
}
.btn_more  a{
	width:69px;
	height:18px;
	display:block;
}
.btn_more a:hover{
	width:69px;
	height:18px;
	background:url(images/temp_61.gif) no-repeat -69px 0;
}

/* content */

div.entry h1 {
background:url(images/icon_03.gif) repeat-y 0 0;
padding:7px 0 8px 30px;
margin:15px 0 10px 0;
font-size:180%;
color:#231815;
line-height:125%;
}

div.entry h2 {
background:url(images/icon_12.gif) repeat-y 0 0;
padding:2px 0 2px 23px;
margin:15px 0 8px 0;
font-size:120%;
color:#1a2131;
clear:both;
}

div.entry h3 {
background:url(images/icon_06.gif) no-repeat 0 0;
padding:5px 0 5px 25px;
margin:15px 0 8px 0;
font-size:100%;
color:#1a2131;
clear:both;
}

div.entry h4 {
background:url(images/icon_09.gif) no-repeat 0 1px;
padding:0 0 2px 25px;
margin:25px 0 3px 0;
font-size:100%;
color:#1a2131;
clear:both;
}

div.entry h5 {
background:url(images/english.gif) no-repeat -2px 0px;
padding:0 0 2px 25px;
margin:5px 0 5px 0;
font-size:100%;
color:#1a2131;
clear:both;
}

.kuzu {
font-size:80%;
margin-top:10px;
}

#sidebar ul.tab_c {
width:140px;
float:left;
}
#sidebar .tab_c li {
padding: 2px 0 2px 15px !important;
margin: 0 !important;
font-size:100%;
}

.similar li{
list-style:disc;
margin-left:25px;
}

.topown {
padding:2px 0 2px 10px;
margin:0 0 5px 0;
font-size:100%;
color:#3c1500;
font-weight:800;
line-height:105%;
border-left:6px solid #8a8483;
}

.topown a{
color:#3c1500;
}

.topownp {
font-size:90%;
line-height:130%;
float:left;
width:220px;
}

/* form */
.wpcf7-submit {
margin-top:10px;
width:150px;
height:40px;
font-size:120%;
border:1px solid #999;
background-color:#eee;
}

.catelist .categories {
font-size:120%;
}
.catelist li {
float:left;
padding:8px 10px 8px 0px;
}

.spotlist {
margin:0 !important;
padding:0 !important;
}

.spotlist li a{
color:#fff;
}
.spotlist li a:hover{
color:skyblue;
}

.soudan {
width:300px;
float:left;
margin:8px;
}
.soudan_h {
	height:39px;
	overflow:hidden;
	background:url(images/soudan_10.png) no-repeat 0 0;
	text-indent:-9999px;
}
.soudan_m {
width:300px;
float:left;
	background:url(images/soudan_12.png) repeat-y 0 0;
}
.soudan_b {
	text-indent:-9999px;
	height:4px;
float:left;
	overflow:hidden;
width:300px;
	background:url(images/soudan_13.png) no-repeat 0 0;
}



.soudan_l {
width:307px;
float:left;
margin:8px;
}
.soudan_h_l {
	height:37px;
	overflow:hidden;
	background:url(images/soudan_01.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
.soudan_m_l {
width:307px;
float:left;
	background:url(images/soudan_03.gif) repeat-y 0 0;
}
.soudan_b_l {
	text-indent:-9999px;
	height:5px;
float:left;
	overflow:hidden;
width:307px;
	background:url(images/soudan_08.jpg) no-repeat 0 0;
}

/* sns */
#sns {
margin:10px 0 10px 5px;
height:20px;
float:left;
}

#sns li {
float:left;
}
#sns li.hatena {
padding-right:5px;
}
#sns li.twt {
width:97px;
overflow:hidden;
}
#sns li.fb {
width:100px;

}
#sns li.mixi {
width:60px;
overflow:hidden;
}


/* sitemap */
.sitemap_li {
	padding:0 0 0 10px;
	list-style:disc;
	line-height:165%;
}
.sitemap_li li{
	list-style:disc;
	margin:2px 0 2px 16px;
}

/* bloglist */

.gray {
	font-size:85%;
	color:#4D5063;
}
h6 {font-size:95%; padding:12px 0 0 0;margin:0;}
