/* CSS Document */ /*
Theme Name: Straight Press
Theme URI: http://smartshare.jp/
Description: ニュースポータル用Word Press テーマ
Author: Akiya Midori
Author URI: http://smartshare.jp/
Version: 1.0.0
Tags: black, white, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
	/* =Reset default browser CSS. Based on work by Eric Meyer: http://smartshare.jp/
-------------------------------------------------------------- */
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,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,table,tbody,tfoot,thead,tr,th,td
	{
	border: 0;
	/*font-family: inherit;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	color: #090908;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 12px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background: #fff;
	color: #333;
	line-height: 1.5;
}

ol,ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: 0;
	vertical-align: text-bottom;
}

/* 構造
----------------------------------------------- */
body { /*padding: 0 3.8%;*/

}

#header {
	float: left;
	width: 943px;
}

#container {
	clear: both;
	margin: 0 auto;
}

#content-container {
	width: 615px;
	padding-left: 10px;
}

#main-sidebars {
	max-width: 450px;
	width: 45.5%;
}

#feature {
	width: 100%;
}

#primary,#secondary {
	overflow: hidden;
}

#footer {
	clear: both;
	width: 100%;
}

/* 2-column layouts */
.two-column #container {
	max-width: 963px;
	min-width: 963px;
	border: 1px solid #CCCCCC;
	/*margin-top:20px;
	margin-bottom:20px;*/
}

.two-column #content { /*width: 64.99%;*/

}

.two-column #primary,.two-column #secondary {
	float: right;
	width: 300px;
	padding-right: 10px;
}

/* 3-column layouts */
.three-column #container {
	max-width: 990px;
}

.three-column #content {
	width: 50.5%;
}

.three-column #primary {
	width: 50.15%;
}

.three-column #secondary {
	width: 39.89%;
}

/* Content-Sidebar layouts */
.content-sidebar #content-container {
	float: left;
	margin: 0 -30.4% 0 0;
}

.content-sidebar #content { /*margin: 0 35.1% 0 0;*/

}

.content-sidebar #primary,.content-sidebar #secondary {
	float: right;
}

.content-sidebar #secondary {
	clear: right;
}

/* Sidebar-Content layouts */
.sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -30.4%;
}

.sidebar-content #content {
	margin: 0 0 0 35.1%;
}

.sidebar-content #primary,.sidebar-content #secondary {
	float: left;
}

.sidebar-content #secondary {
	clear: left;
}

/* Content-Sidebar-Sidebar layouts */
.content-sidebar-sidebar #content-container {
	float: left;
	margin: 0 -45.5% 0 0;
}

.content-sidebar-sidebar #content {
	margin: 0 49.5% 0 0;
}

.content-sidebar-sidebar #main-sidebars {
	float: right;
}

.content-sidebar-sidebar #feature,.content-sidebar-sidebar #primary,.content-sidebar-sidebar #secondary
	{
	float: left;
}

.content-sidebar-sidebar #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Sidebar-Content layouts */
.sidebar-sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -45.5%;
}

.sidebar-sidebar-content #content {
	margin: 0 0 0 49.5%;
}

.sidebar-sidebar-content #feature,.sidebar-sidebar-content #primary,.sidebar-sidebar-content #secondary
	{
	float: left;
}

.sidebar-sidebar-content #secondary {
	margin: 0 0 0 9.88%;
}

/* Sidebar-Content-Sidebar layouts */
.sidebar-content-sidebar #content-container {
	float: left;
}

.sidebar-content-sidebar #content {
	margin: 0 24.8%;
}

.sidebar-content-sidebar #primary,.sidebar-content-sidebar #secondary {
	width: 20.69%;
}

.sidebar-content-sidebar #primary {
	float: left;
	margin: 0 0 0 -100%;
}

.sidebar-content-sidebar #secondary {
	float: right;
	margin: 0 0 0 -20.7%;
}

/* Full width content with no sidebar; used for attachment pages */
.full-width #content,.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 11px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 11px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Typography
----------------------------------------------- */
body,input,textarea {
	color: #333;
	font: 14px Georgia, "Bitstream Charter", serif;
	line-height: 1.7;
}

/* Headings */
h1,h2,h3 {
	color: #090908;
	font-weight: bold;
	text-rendering: optimizelegibility;
}

h1 {
	letter-spacing: -0.03em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.7em;
}

/* Text elements */
p {
	margin-bottom: 16px;
}

ul,ol { /*margin: 0 0 1.7em 2.5em;*/

}

ul { /*list-style: square;*/

}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.7em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.7em;
}

strong {
	font-weight: bold;
}

cite,em,i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	margin: 0 30px 1.7em;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	padding: 0.85em 1.7em;
}

code {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
		monospace;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	margin-top: 3px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type=text],textarea {
	border: 1px solid #888;
}

textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #090908;
	text-decoration: none;
}

a:visited {
	color: #090908;
}

a:active,a:hover {
	color: #090908;
	text-decoration: underline;
}

h1 a,h2 a,h3 a {
	color: #090908;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover {
	color: #090908;
	text-decoration: underline
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Header
----------------------------------------------- */
#header {
	margin: 0 0 18px;
	padding: 10px;
}

#masthead {
	padding: 10px 0 0 0;
	float: left;
}

#site-title {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	font-size: 36px;
	letter-spacing: -0.03em;
	line-height: 42px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 18px;
}

#site-title a {
	background-image: url("images/logo_top.jpg");
	width: 425px;
	height: 39px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -99999px;
	t
}

#site-description {
	display: none;
}

#branding img {
	border: 1px solid #000;
	border-width: 3px 0 1px;
	max-width: 100%;
	width: auto;
	height: auto;
}

/* =Menu
----------------------------------------------- */
#access {
	border-bottom: 1px solid #969696;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 1px 0 0;
	width: 100%;
}

#access ul {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#access li {
	float: left;
	position: relative;
	text-indent: -99999px;
	background-repeat: no-repeat;
}

#access a {
	color: #090908;
	display: block;
	line-height: 2em;
	margin: 0 1px 0 0;
	/*padding: 3px 15px 3px 7px;*/
	text-decoration: none;
	height: 29px;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	font-weight: normal;
	position: absolute;
	top: 29px;
	left: 0;
	text-transform: none;
	z-index: 99999;
	width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	color: #eee;
	line-height: 1em;
	margin: 0;
	padding: .66em .5em .5em 1em;
	min-width: 180px;
	height: auto;
}

#access li:hover>a,#access ul ul :hover>a {
	color: #090908;
}

#access ul ul a:hover {
	background: #222;
}

#access ul li:hover>ul {
	display: block;
}

#access .current_page_item a {
	color: #090908;
}

/* =Content
----------------------------------------------- */
.eyecatch-top {
	float: left;
	border: 1px solid #dcdddd;
	padding: 1px;
	line-height: 50%;
}

.eyecatch-top img {
	width: 284px;
	height: auto;
}

.eyecatch01 {
	float: left;
	border: 1px solid #dcdddd;
	padding: 1px;
	line-height: 50%;
	margin: 5px 0px 0px 0px;
}

.eyecatch01 img {
	width: 99px;
	height: auto;
}

.eyecatch {
	float: left;
	border: 1px solid #dcdddd;
	padding: 1px;
	line-height: 50%;
	margin: 0px 10px 0px 0px;
}

.eyecatch img {
	width: 64px;
	height: auto;
	float: left;
}

.page-title {
	border-bottom: 1px solid #ccc;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 24px 0;
	padding: 2px;
	text-transform: uppercase;
}

.hentry { /*margin-bottom:15px;*/

}

.single .hentry {
	margin: 0 0 1.7em;
}

.sticky {
	background: #fff9c0;
	border-top: 3px solid #d9d4a3;
	border-bottom: 1px solid #D9D4A3;
	padding: 1.7em;
}

.sticky .entry-meta {
	display: none;
}

.entry {
	float: right;
	width: 535px;
}

.entry-title01 {
	letter-spacing: 0;
	line-height: 25px;
	padding: 0 0 3px;
}

.entry-title01 a {
	color: #090908;
	font-size: 22px;
}

.entry-title02 {
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0 0 3px;
}

.entry-title02 a {
	color: #090908;
	font-size: 14px;
}

.entry-title {
	letter-spacing: 0;
	padding: 0 0 13px;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

.entry-title a {
	color: #090908;
	font-size: 13px;
	font-weight: normal;
}

.entry-meta {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
}

.entry-meta a {
	color: #888;
}

.entry-meta a:hover {
	color: #df0000;
}

.byline {
	display: block;
	position: absolute;
	left: -9000px;
}

.entry-content,.entry-content p,.entry-summary {
	/*margin: 0.85em 0 0 0;*/
	font-size: 14px;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4
	{
	margin-bottom: 0.425em;
}

.entry-content h1,.entry-content h2 {
	font-size: 28px;
	line-height: 34px;
}

.entry-content h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.425em;
}

.entry-content h3 {
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.entry-content h4 {
	color: #888;
	font-size: 17px;
	font-style: italic;
}

.entry-content h5,.entry-content h6 {
	font-weight: bold;
}

.entry-content h5 {
	font-size: 12px;
}

.entry-content h6 {
	font-size: 10px;
}

.entry-content table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
}

.entry-content tr th,.entry-content thead th {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 12px;
}

.entry-content tr td {
	border-top: 1px solid #ccc;
	padding: 6px 12px;
}

.entry-content tr.odd td {
	background: #f2f7fc;
}

.entry-content table dl {
	margin: 0;
}

.entry-content .gallery {
	margin: 0 auto 1.7em;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33.333%;
}

#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 0.7em 0;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery img {
	padding: 4px;
}

#content .gallery br+br {
	display: none;
}

#content .attachment img {
	/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.page-link {
	font-weight: bold;
	margin: 0 0 1.7em;
	word-spacing: 0.25em;
}

.page-link a {
	font-weight: normal;
}

.entry-info {
	clear: both;
	color: #888;
	font-size: 13px;
	position: relative;
}

.entry-info a {
	color: #888;
}

.entry-info a:hover {
	color: #df0000;
}

.entry-info p {
	margin: 0;
}

.entry-info .comments-link a {
	color: #333;
	display: block;
	float: right;
	font-weight: bold;
	margin: -2px 1px 0 5px;
	padding: 2px 10px;
	text-decoration: none;
}

.entry-info .comments-link a:hover {
	background: #222;
	background-image: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333),
		to(#111) );
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.entry-info .edit-link {
	clear: both;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.entry-meta {
	float: left;
}

.image-attachment #image-navigation {
	float: right;
	margin: -1px 0 0.85em 0;
}

.image-attachment .entry-content {
	clear: both;
}

.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
	text-align: center;
}

.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.image-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 0.85em 0 0;
}

/* =Images
----------------------------------------------- */
#content img.size-auto,#content img.size-large,#content img.size-full,#content img.size-medium,#content img.size-thumbnail,.attachment img
	{
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 1px;
	border: 1px solid #DCDDDD;
}

#content img.wp-smiley {
	margin: 0;
}

img.alignleft,img.alignright,img.aligncenter {
	margin-bottom: 2px;
}

.wp-caption { /*background: #eee;*/
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	margin-bottom: 1.7em;
	padding: 1px;
	text-align: center;
	max-width: 96%;
}

.wp-caption img,#content .wp-caption img {
	margin: 1px 0;
	max-width: 99%;
	width: auto;
	height: auto;
}

.wp-caption .wp-caption-text {
	margin: .5em 0 0 0;
}

.wp-caption-text {
	display: none;
}

#content object,#content embed {
	max-width: 100%;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .aside {
	border-left: 1px solid #ccc;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 0.85em;
}

/* =Gallery listing
-------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #eee;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right: 0.85em;
}

.home #content .category-gallery .entry-info {

}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	margin: 0 0 1.7em 0;
	overflow: hidden;
}

.navigation a:visited {
	color: #0060ff;
}

.navigation a:visited,.navigation a:active,.navigation a:hover {
	color: #090908;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {

}

#nav-above,.single #nav-below {
	display: none;
}

.paged #nav-above,.single #nav-above {
	display: block;
}

/* =Widgets
----------------------------------------------- */
.widget-area {
	overflow: hidden;
}

.widget-area,.widget-area input {
	font-size: 12px;
	line-height: 18px;
}

.widget-area ul ul a {
	text-decoration: none;
}

.widget-area ul ul a:hover {
	text-decoration: underline;
}

.widget-area ul {
	list-style: none;
	margin: 0;
}

.widget-area ul ul {
	list-style: square;
	/*margin: 0 0 1.5em 1.5em;*/
	margin: 0;
}

.widget-area ul ul ul {
	margin-bottom: 0;
}

.widget-area ul ul li { /*padding: 4px 0;*/

}

.widget-title {
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 7px 0px 7px 10px;
	background-color: #969696;
}

.widget-container { /*margin: 0 0 1.5em 0;*/
	clear: both;
	margin: 0;
	padding: 0;
}

div#item_footer {
	margin-top: 50px;
}

/* Search Widget */
#s {
	width: 60%;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font: 13px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 0 2px 6px;
}

#wp-calendar th {
	color: #888;
	font-size: 11px;
	text-align: center;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar tfoot td {
	padding-top: .2em;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tbody a {
	text-decoration: underline;
}

#wp-calendar a:visited {
	color: #0060ff;
}

#wp-calendar a:visited:hover {
	color: #df0000;
}

/* Flickr Widget (WP.com) */
#flickr_badge_wrapper {
	background-color: transparent !important;
	border: none !important;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,.widget_tag_cloud div {
	line-height: 1.7em;
	padding: 0.2em 0;
}

/* =Comments
----------------------------------------------- */
#comments {
	word-wrap: break-word;
}

#comments h3 {
	border-bottom: 1px solid #ccc;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.025em;
	margin: 0 0 8px 0;
	padding: 2px;
	text-transform: uppercase;
}

#comments ol {
	list-style: none;
	margin-left: 0;
}

#comments ul {
	list-style: none;
	margin-left: 0.425em;
}

#comments li {
	position: relative;
}

#comments li.pingback {
	background: #eee;
	margin: 0 0 1.7em;
	padding: 0.85em;
}

#comments li.pingback+li.pingback {
	margin-top: -1.65em;
}

#comments li.pingback p {
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
	margin: 0;
}

#comments ul li {
	border-left: 1px solid #ccc;
	border-bottom: none;
	padding: 0 0 0 0.85em;
}

#comments .comment-author {
	margin: 0 66px 0.85em 0;
}

#comments .comment-author cite {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

#comments .comment-meta,#comments .comment-meta a {
	color: #888;
	font: 12px "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L",
		sans-serif;
}

#comments .comment-meta a:hover {
	color: #df0000;
}

#comments .avatar {
	border: 1px solid #ccc;
	padding: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

#comments .comment-body {
	margin-right: 66px;
}

#respond input[type=text] {
	float: left;
	margin: 0 10px 0 0;
}

#respond .comment-form-comment {
	margin: 0;
}

#respond .comment-form-comment label {
	display: none;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

.bypostauthor {

}

/* =Footer
----------------------------------------------- */
#footer {
	margin-top: 30px;
	border-top: 3px #000000 solid;
}

#footer .widget-area {
	float: left;
	margin: 0 4.04% 0 0;
	width: 21.9699%;
}

.two-column #footer .widget-area {
	margin: 0 5.19% 0 0;
	width: 47.4%;
}

.two-column #footer #second,#footer #fourth {
	margin: 0;
}

#colophon {
	clear: both;
	color: #090908;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 20px;
}

#colophon a {
	color: #888;
	text-decoration: none;
}

#colophon a:hover {
	color: #df0000;
}

#colophon .generator-link {
	display: inline-block;
}

#footer img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Print Style
--------------------------------------------------------------

@media print {
	body,
	pre,
	ins {
		background: none !important;
	}
	body, input, textarea {
		font: 12pt Georgia, "Bitstream Charter", serif;
		line-height: 1.5;
	}
	#container {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#content {
		width: 100% !important;
	}
	#header {
		border-bottom: 1pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 1pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-description {
		font-size: 10pt;
	}
	.entry-content {
		font-size: 10pt;
		line-height: 1.5em;
		padding-top: 15pt;
	}
	.entry-title {
		font-size: 16pt;
		padding-top: 36pt;
	}
	#access,
	#header img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.sharing,
	#wpl-likebox {
		display: none !important;
	}
	.sidebar-content #content-container {
		float: none;
		margin: 0 0 0 -35.4%;
	}
	.sidebar-content-sidebar #content-container {
		float: none;
		margin: 0 0 0 -24.8%;
	}
	.sidebar-sidebar-content #content-container {
		float: none;
		margin: 0px 0px 0px -49.5%;
	}
	#content-container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.full-width #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	#comments {
		font-size: 10pt;
		line-height: 1.5em;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	.generator-link {
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#content-box {
		display: inline;
	}
	.home .sticky {
		border: none;
		background: transparent;
	}
}
 */ /* =IE6
--------------------------------------------------------------

#ie6 .two-column #container {
	overflow: hidden;
	width: 770px;
}
#ie6 .three-column #container {
	width: 990px;
}
#ie6 #content {
	overflow: hidden;
}
#ie6 #main-sidebars {
	max-width: 450px;
	width: 45.2%;
}
#ie6 .content-sidebar-sidebar #secondary,
#ie6 .sidebar-sidebar-content #secondary {
	margin: 0 0 0 4%;
}
#ie6 .sidebar-content-sidebar #primary {
	margin: 0 0 0 -100%;
}
*/ /* =カテゴリ
-------------------------------------------------------------- */
.widget_mycategoryorder {
	margin: 0;
	padding: 0;
}

.widget_mycategoryorder h3 {
	display: none;
	margin: 0;
	padding: 0;
}

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

*+html .widget_mycategoryorder ul {
	margin-top: -15px !important;
}

.widget_mycategoryorder a {
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	display: block;
	text-decoration: none;
	width: 160px;
	padding: 15px 20px;
	background-image: url("images/point.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #545454;
}

.widget_mycategoryorder a:active {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none !important;
	background-image: url("images/point_on.gif");
}

.widget_mycategoryorder a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none !important;
	background-image: url("images/point_on.gif");
}

.widget_mycategoryorder li {
	list-style: none;
	float: left;
	padding: 0 !important;
}

/* =人気キーワード
-------------------------------------------------------------- */
.widget_search_meter { /*border:1px solid #828282;
	padding:10px;*/

}

.widget_search_meter h3 {
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 7px 0px 7px 10px;
	background-color: #969696;
}

.widget_search_meter a {
	line-height: 180%;
	margin-right: 10px;
	color: #090908;
	text-decoration: underline;
}

.widget_search_meter a:visited {
	color: #090908;
}

.widget_search_meter a:active {
	color: #090908 !important;
	background: none !important;
}

.widget_search_meter a:hover {
	color: #090908 !important;
	background: none !important;
}

/* =人気タグ
-------------------------------------------------------------- */
.widget_social_fans {
	border: 1px solid #828282;
	padding: 10px;
}

.widget_social_fans h3 { /*display:none;*/
	border: none;
	padding: 0;
	color: #545454;
}

.widget_social_fans a {
	font-size: 18px;
	line-height: 180%;
	margin-right: 5px;
	color: #545454;
}

.widget_social_fans a:visited {
	color: #333;
}

.widget_social_fans a:active {
	color: #df0000 !important;
	background: none !important;
}

.widget_social_fans a:hover {
	color: #df0000 !important;
	background: none !important;
}

/* =RSSフィード
-------------------------------------------------------------- */
#rss_li {
	list-style-image: url("images/icon_rss.jpg");
	padding-left: 20px;
}

#rss_li li {
	padding-bottom: 5px;
}

/* =アクセスランキング
-------------------------------------------------------------- */
.widget_views { /*border:1px solid #828282;
	padding:10px;*/

}

.widget_views h3 {
	border: none;
	padding: 0;
	margin: 0;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 7px 0px 7px 10px;
	background-color: #969696;
}

.widget_views li {
	list-style: none;
	padding-bottom: 10px !important;
}

.widget_views a {
	color: #090908;
	text-decoration: none;
}

.widget_views a:visited {
	color: #333;
}

.widget_views a:active {
	color: #090908 !important;
	background: none !important;
	text-decoration: underline;
}

.widget_views a:hover {
	color: #090908 !important;
	background: none !important;
	text-decoration: underline;
}

.ranking_img {
	width: 25px;
	height: 45px;
	background-color: #DDDDDD;
	float: left;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 1px;
}

.ranking_img2 {
	width: 42px;
	height: 42px;
	float: left;
	border: 1px solid #DCDDDD;
	padding: 1px;
	margin-left: 3px;
}

.ranking_img2 img {
	width: 42px;
}

.ranking_txt {
	width: 220px;
	float: right;
}

/* 関連記事表示
--------------------------------------------------------------
 */
div.relatedEntry {
	float: left;
	width: 590px;
	margin-top: 0;
	margin: 0 0 20px;
	position: relative;
	min-height: 1px;
	line-height: 1.7;
}

div.relatedEntry div.otherposts_l {
	float: left;
	margin: 0 15px 20px 0px;
	padding: 0;
	width: 285px;
}

div.relatedEntry div.otherposts_r {
	float: left;
	margin: 0 0 20px 0px;
	padding: 0;
	width: 285px;
}

div.relatedEntry div.otherposts_l h3,div.relatedEntry div.otherposts_r h3
	{
	margin: 0;
	padding: 0;
	font-size: 116%;
	margin-top: 1em;
	padding-bottom: 0.4em;
}

div.relatedEntry div.other {
	border-bottom: 1px solid #CCCCCC;
	padding: 0.8em 0;
	min-height: 50px;
}

div.relatedEntry div.other a img {
	border: 1px solid #DCDDDD;
	float: left;
}

div.relatedEntry div.other p {
	line-height: 1.2;
	margin: 0 0 0 60px;
	padding: 0;
}

/* =キーワード検索
-------------------------------------------------------------- */
#s_00 {
	width: 400px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	border: solid 1px #969696;
	margin-top: 20px;
}

#s {
	width: 400px;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	border: solid 1px #969696;
	float: right;
	margin-bottom: 5px;
}

#s_box {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	border: none;
	width: 369px;
	float: left;
}

#searchsubmit {
	margin-top: 3px;
	margin-right: 3px;
	background-image: url("images/search.gif");
	background-position: right center;
	background-repeat: no-repeat;
	width: 17px !important;
	height: 17px !important;
	text-indent: -99999px;
	display: block;
	float: left;
}

/* =記事一覧
-------------------------------------------------------------- */
.top-content {
	float: left;
	width: 310px;
	margin-left: 15px;
}

.top-date {
	font-size: 10px;
	padding-top: 10px;
	color: #969696;
}

.top-date a {
	color: #090908;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
}

.top-date a:visited {
	color: #090908;
}

.top-date a:active {
	color: #090908;
}

.top-date a:hover {
	color: #090908;
}

.top-date03 {
	font-size: 10px;
	/*padding-top:10px;*/
	text-align: right;
	color: #969696;
}

.top-date03 a {
	color: #090908;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
}

.top-date03 a:visited {
	color: #090908;
}

.top-date03 a:active {
	color: #090908;
}

.top-date03 a:hover {
	color: #090908;
}

.sub-content {
	float: left;
	width: 165px;
	margin-left: 7px;
}

.line {
	border-bottom: solid 1px #969696;
	margin: 10px 0;
}

.line02 {
	border-bottom: solid 1px #969696;
	margin: 10px 0;
}

.line03 {
	border-bottom: solid 3px #969696;
	margin: 10px 0;
}

.entry-date {
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
}

.entry-date a {
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	text-decoration: none;
}

.entry-title a {
	color: #090908;
	text-decoration: none;
}

.entry-title a:visited {
	color: #090908;
}

.entry-title a:active {
	color: # #000000;
}

.entry-title a:hover {
	color: #090908;
}

.entry02 {
	width: 285px;
	float: left;
	margin-right: 15px;
}

.entry03 {
	width: 285px;
	float: left;
	margin-left: 15px;
}

.cat_icon a img {
	margin: 0 3px;
	vertical-align: sub;
}

#related-posts {
	display: none;
}

/* =ヘッダ
-------------------------------------------------------------- */
#header_main {
	max-width: 990px;
	margin: 0 auto;
}

#header_right {
	width: 400px;
	float: right;
	text-align: right;
}

#header_right_link {
	margin-bottom: 13px;
}

#header_right_link img {
	vertical-align: middle;
}

/* =フッタ
-------------------------------------------------------------- */
#top_link {
	text-align: right;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 10px;
}

#top_link a {
	color: #090908;
	text-decoration: none;
}

#top_link a:visited {
	color: #090908;
}

#top_link a:active {
	color: #090908;
	text-decoration: underline;
}

#top_link a:hover {
	color: #090908;
	text-decoration: underline;
}

.footer_link ul {
	list-style: none;
}

.footer_link li {
	margin-bottom: 13px;
	padding: 0 !important;
	margin-left: 10px;
}

.footer_link a {
	display: block;
	text-decoration: none;
}

.footer_link a:visited {
	color: #090908;
}

.footer_link a:active {
	color: #090908;
	text-decoration: underline;
}

.footer_link a:hover {
	color: #090908;
	text-decoration: underline;
}

.footer_link img {
	vertical-align: middle;
}

.footer_box {
	float: left;
	width: 170px;
}

.footer_box02 {
	float: left;
	width: 130px;
}

.footer_box03 {
	float: right;
	border-left: 1px #969696 solid;
	padding-left: 20px;
	padding-right: 10px;
}

.footer_category_box {
	float: left;
	margin-right: 60px;
}

.footer_category_box02 {
	float: left;
}

.footer_category ul {
	list-style: none;
	float: left;
}

.footer_category li {
	margin-bottom: 20px;
	padding: 0 !important;
}

.footer_category a {
	display: block;
	padding-left: 3px;
}

.footer_category_main {
	margin-bottom: 20px;
}

/* =お知らせ
-------------------------------------------------------------- */
.info_link ul {
	list-style: none;
}

.info_link li {
	float: left;
	border-left: #DDDDDD 12px solid;
	margin-bottom: 5px;
	padding: 0 !important;
}

.info_link a {
	display: block;
	padding-left: 3px;
}

.info_date {
	font-size: 10px;
	color: #969696;
	padding-left: 3px;
}

/* =メニュー
-------------------------------------------------------------- */
	/* = STRAIGHT PRESS
----------------------------- */
#menu-item-15 { /*border-left:#090908 6px solid;*/
	background-image: url("images/menu_00.jpg");
	background-repeat: no-repeat;
	width: 67px;
}

#menu-item-15 a:hover {
	background-image: url("images/menu_00_on.jpg");
	background-repeat: no-repeat;
}

/* = CAWAII PRESS
----------------------------- */
#menu-item-6 { /*border-left:#E62488 6px solid;*/
	background-image: url("images/menu_01.jpg");
	background-repeat: no-repeat;
	width: 74px;
}

#menu-item-6 a:hover {
	background-image: url("images/menu_01_on.jpg");
	background-repeat: no-repeat;
}

/* = ENTAME PRESS
----------------------------- */
#menu-item-7 { /*border-left:#EB5C01 6px solid;*/
	background-image: url("images/menu_02.jpg");
	background-repeat: no-repeat;
	width: 82px;
}

#menu-item-7 a:hover {
	background-image: url("images/menu_02_on.jpg");
	background-repeat: no-repeat;
}

/* = OTOKU PRESS
----------------------------- */
#menu-item-14 { /*border-left:#F8B300 6px solid;*/
	background-image: url("images/menu_10.jpg");
	background-repeat: no-repeat;
	width: 74px;
}

#menu-item-14 a:hover {
	background-image: url("images/menu_10_on.jpg");
	background-repeat: no-repeat;
}

/* = FASHION PRESS
----------------------------- */
#menu-item-8 { /*border-left:#4DC1E9 6px solid;*/
	background-image: url("images/menu_03.jpg");
	background-repeat: no-repeat;
	width: 84px;
}

#menu-item-8 a:hover {
	background-image: url("images/menu_03_on.jpg");
	background-repeat: no-repeat;
}

/* = BEAUTY PRESS
----------------------------- */
#menu-item-5 { /*border-left:#9E0E84 6px solid;*/
	background-image: url("images/menu_04.jpg");
	background-repeat: no-repeat;
	width: 82px;
}

#menu-item-5 a:hover {
	background-image: url("images/menu_04_on.jpg");
	background-repeat: no-repeat;
}

/* = LIFESTYLE PRESS
----------------------------- */
#menu-item-9 { /*border-left:#78BD36 6px solid;*/
	background-image: url("images/menu_05.jpg");
	background-repeat: no-repeat;
	width: 98px;
}

#menu-item-9 a:hover {
	background-image: url("images/menu_05_on.jpg");
	background-repeat: no-repeat;
}

/* = MAMA PRESS
----------------------------- */
#menu-item-11 { /*border-left:#E8381B 6px solid;*/
	background-image: url("images/menu_06.jpg");
	background-repeat: no-repeat;
	width: 68px;
}

#menu-item-11 a:hover {
	background-image: url("images/menu_06_on.jpg");
	background-repeat: no-repeat;
}

/* = MONO PRESS
----------------------------- */
#menu-item-13 { /*border-left:#0081BC 6px solid;*/
	background-image: url("images/menu_07.jpg");
	background-repeat: no-repeat;
	width: 69px;
}

#menu-item-13 a:hover {
	background-image: url("images/menu_07_on.jpg");
	background-repeat: no-repeat;
}

/* = M'S FASHION PRESS
----------------------------- */
#menu-item-10 { /*border-left:#2C3692 6px solid;*/
	background-image: url("images/menu_08.jpg");
	background-repeat: no-repeat;
	width: 112px;
}

#menu-item-10 a:hover {
	background-image: url("images/menu_08_on.jpg");
	background-repeat: no-repeat;
}

/* = MEN'S PRESS
----------------------------- */
#menu-item-12 { /*border-left:#003559 6px solid;*/
	background-image: url("images/menu_09.jpg");
	background-repeat: no-repeat;
	width: 68px;
}

#menu-item-12 a:hover {
	background-image: url("images/menu_09_on.jpg");
	background-repeat: no-repeat;
}

/* =ウィジェットタイトル
-------------------------------------------------------------- */
.widget-title {
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 30px;
	padding: 0;
}

#views-6 h3 {
	background-image: url("images/right_00.jpg");
	height: 30px;
	padding: 0;
}

#popular_searches-3 h3 {
	background-image: url("images/right_01.jpg");
	height: 30px;
	padding: 0;
}

#text-3 h3 {
	background-image: url("images/right_02.jpg");
}

#text-4 h3 {
	background-image: url("images/right_03.jpg");
}

.thumbnail-list h3 {
	background-image: url("images/right_04.jpg");
	height: 30px;
	padding: 0;
	margin: 0 6px;
}

.thumb-img {
	border: 1px solid #DCDDDD;
	margin: 6px;
	float: left;
}

.thumbnail-list {
	margin-left: -6px;
	margin-right: -6px;
}

li.popular-posts h3.widget-title {
	background-image:
		url(http://straightpress.jp/wp-content/themes/straight-press/images/right_00.jpg);
	height: 30px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom:10px;
}
ul.item li{
  list-style-image:initial;
  list-style-position:initial;
  list-style-type:none;
  padding-bottom:10px !important;
}
li#item div#ranking_img {
	background-color: #DDDDDD;
	display: block;
	float: left;
	height: 47px;
	padding-top: 1px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}

li#item {
  list-style-image:initial;
  list-style-position:initial;
  list-style-type:none;
  padding-bottom:10px !important;
  height:47px;
}

li#item{
border-bottom-width:0;
  border-color:initial;
  border-left-width:0;
  border-right-width:0;
  border-style:initial;
  border-top-width:0;
  color:#090908;
  font-family:メイリオ, Meiryo, verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size:12px;
  font-style:inherit;
  font-weight:inherit;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  outline-color:initial;
  outline-style:initial;
  outline-width:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  vertical-align:baseline;
}
img.wpp-thumbnail {
	border-bottom-color: #DCDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DCDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DCDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #DCDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	height: 42px;
	margin-left: 3px;
	margin-right:3px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 42px;
}
div.entry-content p a {
    color: #090908;
    font-size: 14px;
    text-decoration: underline;
}