/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
.tj {
text-indent: -9999px;
text-align: left;
overflow: hidden;
display: block;
font-size: 0.1em;
}

.clearfix{
  display:block;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
div#hed {
	width:120%;
	background:#000;
	height:50px;
}
div#hed div#heshed {
	width:980px;
	margin:0 auto;
}
div#hed div#heshed img {
	float:left;
}
div#hed div#heshed ul {
	width:900px;
	float:right;
}



/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin:40px 0;
}




/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}





/*  ==========  共通書式  ==========  */

/* <<<<< div >>>>> */
div.face {
	width: 980px;
	margin: 0 auto 0 auto;
}
div.tori {
	float: left;
}
div.omo {
	float: right;
}
div.grayandbar {
	padding: 15px 10px 15px 10px;
	border-top: solid 5px #000;
	background: #efefef;
}
div#mid {
	margin-bottom: 100px;
}

/* <<<<< h2 >>>>> */
h2 {
	margin: 0;
	padding: 0;
}




/*  ==========  共通コンテンツ  ==========  */

/* <<<<<  >>>>> */


/* <<<<< ページャー >>>>> */
div.cont-list div#pager {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #101177;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
div.cont-list div#pager span {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 28px;
	margin: 0 5px 0 0;
	padding: 7px 0 7px 0;
	background: #fff;
	border: solid 1px #101177;
	text-align: center;
}
div.cont-list div#pager span.dots {
	width: auto;
	margin: 0;
	background: none;
	color: #101177;
	border: none;
}
div.cont-list div#pager a {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 28px;
	margin: 0 5px 0 0;
	padding: 7px 0 7px 0;
	background: #101177;
	color: #fff;
	border: solid 1px #101177;
	text-decoration: none;
	text-align: center;
}
div.cont-list div#pager a.prev,
div.cont-list div#pager a.next {
	width: 68px;
}
div.cont-list div#pager a:hover {
	color: #101177;
	background: #fff;
}



/*  ==========  headder.php ==========  */
div#hedders {
	border-bottom:1px solid #000;
}
div#hedders div#heddersman {
	width:100%;
	background:#000;
	margin:0 0 1px 0;
}
div#hedders div#heddersman div#hedbad {
	width:980px;
	margin:0 auto;
}
div#hedders div#heddersman div#hedbad h1 {
	font-size:10px;
	color:#FFF;
	margin-bottom:10px;
}
div#hedders div#heddersman div#hedbad div#machinomi {
}
div#hedders div#heddersman div#hedbad div#machinomi img {
	float:left;
}
div#hedders div#heddersman div#hedbad div#machinomi ul {
	float:right;
	text-align:right;
	margin:0 0 10px 0;
}
div#hedders div#heddersman div#hedbad div#machinomi ul li {
	display:inline;
	margin:0 0 0 10px;
	font-size:12px;
	color:#FFF;
}
div#hedders div#heddersman div#hedbad div#machinomi ul li a {
	color:#FFF;
	text-decoration:none;
}


/*  ==========  footer.php  ==========  */
div#fotters {
	border-top:1px solid #CCC;
}
div#fotters div#fote {
	margin:2px 0 0 0;
	background:#999;
}
div#fotters div#fote div#fotter {
	width:980px;
	margin:0 auto;
}
div#fotters div#fote div#fotter address {
	font-style:normal;
	font-size:12px;
	text-align:right;
	padding:20px 0;
}
div#fotters div#fote div#fotter address a {
	font-size:12px;
	color:#000;
}


/* <<<<<  >>>>> */




/*  ==========  サイドバー  ==========  */

/* <<<<< 検索 >>>>> */
div#sub div#search input {
	padding: 4px;
	border: solid 1px #ccc;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	line-height: 20px;
}
div#sub div#search input.textbox {
	float: left;
	width: 125px;
	font-weight: normal;
}
div#sub div#search input.button {
	float: right;
	width: 50px; height: 30px;
	font-weight: bold;
	background: #ccc;
}

/* <<<<< タグ >>>>> */
div#sub div#taglist {
	margin:0 0 30px 0;
}
div#sub div#taglist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#sub div#taglist ul li {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	font-weight: normal;
	line-height: 1.0;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#sub div#taglist ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #395d8c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#sub div#taglist ul li a:hover {
	color: #395d8c;
	background: #feeed4;
}
div#sub div#taglist ul li a span {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 15px 0 0;
	background: url(../../../img/rightarrow.png) right center no-repeat;
}



/*  ==========  トップページ  ==========  */

/* <<<<< トップイメージ or スライドバー >>>>> */
div#mid div#hellotop {
	margin-top: 10px;
	text-align: center;
}
div#mid div#hellotop img {
	margin: 0;
	padding: 0;
}

/* <<<<< メニューバー >>>>> */
div#mid div#hellomenu {
	height: 30px;
	border: solid 5px #ccc;
}

/* <<<<< バナー群(左) >>>>> */
div#mid div#hellomid {
	margin-top: 20px;
}
div#mid div#hellomid div#lbans {
	width: 210px;
}
div#mid div#hellomid div#lbans div#lban {
	padding: 5px;
	border: solid 3px #666;
	background: #feeed4;
}
div#mid div#hellomid div#lbans div#lban + div#lban {
	margin-top: 20px;
}
div#mid div#hellomid div#lbans div#lban img {
	margin: 0;
	padding: 0;
}
div#mid div#hellomid div#lbans div#lban img + img {
	margin-top: 10px;
}

/* <<<<< バナー群(中) >>>>> */
div#mid div#hellomid div#hellomain {
	width: 750px;
}
div#mid div#hellomid div#hellomain div#center {
	width: 530px;
}
div#mid div#hellomid div#hellomain div#center div#mban img {
	margin: 0;
	padding: 0;
}
div#mid div#hellomid div#hellomain div#center div#mban img.tori {
	float: left;
}
div#mid div#hellomid div#hellomain div#center div#mban img.omo {
	float: right;
}
div#mid div#hellomid div#hellomain div#center div#mban img + img {
	margin-top: 10px;
}

/* <<<<< サイト説明 >>>>> */
div#mid div#hellomid div#hellomain div#center div#about {
	margin-top: 10px;
	background: #f0c0c0;
}
div#mid div#hellomid div#hellomain div#center div#about h2 {
	background: #f59566;
	padding:5px;
	color:#333;
	font-size:15px;
	font-weight:bold;
}
div#mid div#hellomid div#hellomain div#center div#about p {
	padding:5px;
	font-size:12px;
	line-height:120%;
}

/* <<<<< カテゴリー別新着情報 >>>>> */
div#mid div#hellomid div#hellomain div#center div#cattopics {
	margin-top: 20px;
}
div#mid div#hellomid div#hellomain div#center div#cattopics h2 {
	background:#454545;
	color:#FFF;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori {
	width:170px;
	float:left;
	margin:10px 0 30px 0;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori + li.tori {
	margin-left: 10px;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori div#image {
	width:160px; height:80px;
	padding:4px;
	border:1px solid #C7972E;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori div#image div#image_in {
	width:160px; height:80px;
	overflow:hidden;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori div#image div#image_in img {
	margin: 0;
	padding: 0;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori h3 {
	color:#333;
	font-size:15px;
	font-weight:bold;
	margin:10px 0;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori h3 a {
	color:#333;
	text-decoration:none;
}
div#mid div#hellomid div#hellomain div#center div#cattopics ul li.tori p {
	font-size:12px;
	line-height:120%;
}

/* <<<<< バナー群(右) >>>>> */
div#mid div#hellomid div#hellomain div#sub {
	width: 200px;
}
div#mid div#hellomid div#hellomain div#sub div + div {
	margin-top: 30px;
}
div#mid div#hellomid div#hellomain div#sub div#rban img {
	margin: 0;
	padding: 0;
}
div#mid div#hellomid div#hellomain div#sub div#rban img + img {
	margin-top: 10px;
}

/* <<<<< トップ記事 >>>>> */
div#mid div#hellomid div#hellomain div#topkiji {
	width:750px;
	margin-top: 30px;
}
div#mid div#hellomid div#hellomain div#topkiji div.second {
	margin-top: 30px;
}
div#mid div#hellomid div#hellomain div#topkiji div#toptitle p {
	font-size:12px;
	margin:0 0 5px 0;
}
div#mid div#hellomid div#hellomain div#topkiji div#toptitle h2 {
	font-size:15px;
	font-weight:bold;
}
div#mid div#hellomid div#hellomain div#topkiji div#info {
	margin:10px 0;
}
div#mid div#hellomid div#hellomain div#topkiji div#info div#image {
	padding:5px;
	width:310px;
	float:left;
}
div#mid div#hellomid div#hellomain div#topkiji div#info div#text {
	width:410px;
	float:right;
}
div#mid div#hellomid div#hellomain div#topkiji div#info div#text h3 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
}
div#mid div#hellomid div#hellomain div#topkiji div#info div#text p {
	font-size:12px;
	line-height:120%;
}



/*  ==========  サイドバー ==========  */
ul.accordion { 
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
ul.accordion p {
	margin: 0;
	padding: 10px 0 15px 5px;
	cursor: pointer;
	border-bottom: dotted 1px #ccc;
}
ul.accordion li { 
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #ccc;
}
ul.accordion li a { 
	display: block;
	margin: 0;
	padding: 10px 0 15px 5px;
	text-decoration: none;
}
ul.accordion span { 
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-weight: bold;
	line-height: 12px;
}
ul.accordion span.name {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 12px; color: #333;
	background: url(../../../img/yazirushi.jpg) left center no-repeat;
}
ul.accordion span.count { 
	margin: 0;
	padding: 0;
	font-size: 10px; color: #999;
}
ul.accordion ul {
	display: none;
}
ul.accordion ul > li a {
	padding-left: 15px;
}
ul.accordion ul > li a span {
	font-weight: normal;
}
 ul.accordion > li > p { 
	background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); 
	background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));
	cursor: pointer;
	padding: 10px 0px;
	border-bottom:1px dotted #999;
}
 ul.accordion > li > p span { }
 ul.accordion > li > p span.open { }
 ul.accordion > li > ul > li { background:#999; border-bottom:1px solid #EEE;}
 ul.accordion > li > ul > li > p { }
 ul.accordion > li > ul > li > a { }
 ul.accordion > li > ul > li > ul > li { background:#FFF; 
	padding:10px 0 10px 5px;
	border-bottom:1px dotted #999;
	color:#666666;}
 ul.accordion > li > ul > li > ul > li:last-child { border:none;}
 ul.accordion li ul li {
	padding:10px 0 10px 0px;
	color:#666666;
}

/*  ==========  category.php  ==========  */
div#confing {
	width:980px;
	margin:20px auto 60px auto;
}

div#confing div#left {
	width:250px;
	float:left;
}
div#confing div#left h2 {
	background:#E6E6E6;
}
div#confing div#left div#taglist {
	margin:30px 0 30px 0;
}
div#confing div#left div#taglist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#confing div#left div#taglist ul li {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	font-weight: normal;
	line-height: 1.0;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#left div#taglist ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #395d8c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#left div#taglist ul li a:hover {
	color: #395d8c;
	background: #feeed4;
}
div#confing div#left div#taglist ul li a span {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0 15px 0 0;
	background: url(../../../img/rightarrow.png) right center no-repeat;
}
div#confing div#right {
	width:710px;
	float:right;
}
div#confing div#right div#title {
	border-top:3px solid #000;
	background:#EFEFEF;
	padding:10px;
}
div#confing div#right div#title p {
	font-size:12px;
	margin:0 0 10px 0;
}
div#confing div#right div#title h2 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}
div#confing div#right div#honbunhakore {
	margin:20px 0 100px 0;
}
div#confing div#right div#honbunhakore h2 {
	color:#395D8C;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:normal;
	margin:40px 0 10px 0;
}
div#confing div#right div#honbunhakore p {
	color:#666;
	font-size:12px;
	line-height:120%;
}
div#confing div#right div#honloop ul li {
	border-top:2px solid #666;
	padding:10px 0;
	margin:20px 0;
}
div#confing div#right div#honloop ul li div#titler {
}
div#confing div#right div#honloop ul li div#titler p {
	font-size:12px;
	margin:0 0 10px 0;
}
div#confing div#right div#honloop ul li div#titler h2 {
	font-size:15px;
	font-weight:bold;
}
div#confing div#right div#honloop ul li div#titler h2 a {
	color:#052B5D;
}
div#confing div#right div#honloop ul li div#tag {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
}
div#confing div#right div#honloop ul li div#tag ul {
	margin:0px;
}
div#confing div#right div#honloop ul li div#tag ul li {
	float: left;
	margin: 10px 5px 5px 0px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	font-weight: normal;
	line-height: 1.0;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#honloop ul li div#tag ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #395d8c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#honloop ul li div#tag ul li a:hover {
	color: #395d8c;
	background: #feeed4;
}
div#confing div#right div#honloop ul li div#honbun {
	margin:10px 0;
}
div#confing div#right div#honloop ul li div#honbun div#img {
	padding:5px;
	width:290px;
	border:1px solid #C7972E;
	float:left;
}
div#confing div#right div#honloop ul li div#honbun div#img img {
	width:290px;
	height:180px;
	max-width:290px;
	max-height:180px;
	overflow:hidden;
}
div#confing div#right div#honloop ul li div#honbun div#right {
	width:390px;
	float:right;
}
div#confing div#right div#honloop ul li div#honbun div#right h3 {
	font-size:15px;
	line-height:120%;
	font-weight:bold;
}
div#confing div#right div#honloop ul li div#honbun div#right p {
	margin:25px 0;
	font-size:12px;
	line-height:120%;
}
div#confing div#right div#category {
	margin:10px 0;
}
div#confing div#right div#category ul {
	margin:0px;
}
div#confing div#right div#category ul li {
	float: left;
	margin: 10px 5px 5px 0px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	font-weight: normal;
	line-height: 1.0;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#category ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #395d8c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#category ul li a:hover {
	color: #395d8c;
	background: #feeed4;
}


div#confing div#right div#tag {
	margin:10px 0;
}
div#confing div#right div#tag ul {
	margin:0px;
}
div#confing div#right div#tag ul li {
	float: left;
	margin: 10px 5px 5px 0px;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px; color: #333;
	font-weight: normal;
	line-height: 1.0;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#tag ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #395d8c;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#confing div#right div#tag ul li a:hover {
	color: #395d8c;
	background: #feeed4;
}