@charset "utf-8";
/*
Theme Name: PCワンズ
Theme URI: http://www.1-ones.live/
Description: PCワンズのテーマ
Version: 1.6
Author: Spookies
Author URI: http://www.spookies.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets

*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Begin Typography & Colors */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #555555;
	background-color: #FFFFFF;
	font-size: 72.5%;
	line-height: 150%;
	text-align: left;
	}
	
/* ヘッダーバー
---------------------------------------------------------------------- */
#header_bar {
	clear: both;
	height: 42px;
	width: 100%;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	text-indent:30px;
	background: rgb(145,168,214);
	background: -moz-linear-gradient(top,  rgba(145,168,214,1) 0%, rgba(140,167,220,1) 49%, rgba(122,154,217,1) 50%, rgba(217,224,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,168,214,1)), color-stop(49%,rgba(140,167,220,1)), color-stop(50%,rgba(122,154,217,1)), color-stop(100%,rgba(217,224,240,1)));
	background: -webkit-linear-gradient(top,  rgba(145,168,214,1) 0%,rgba(140,167,220,1) 49%,rgba(122,154,217,1) 50%,rgba(217,224,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(145,168,214,1) 0%,rgba(140,167,220,1) 49%,rgba(122,154,217,1) 50%,rgba(217,224,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(145,168,214,1) 0%,rgba(140,167,220,1) 49%,rgba(122,154,217,1) 50%,rgba(217,224,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(145,168,214,1) 0%,rgba(140,167,220,1) 49%,rgba(122,154,217,1) 50%,rgba(217,224,240,1) 100%);
}

/* コンテンツ
---------------------------------------------------------------------- */
#content {
	background: #ffffff;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.navigation {
	width: 95%;
	border:0;
	margin:0 auto 15px;
	padding:3px 5px;
	text-align:center;
}

.navigation .pre {
	float:left;
}

.navigation .next {
	float:right;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited {
	color: #ffffff;
	text-decoration: none;
	line-height: 0;
    text-indent:-9999px;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* 詳細でのタイトル */
.entry_title {
	background: url("/user_data/packages/ones/img/titlebar/01_base.gif") repeat-x top left;
	height: 29px;
	width: 590px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding :5px;
	margin: 0 10px 0 10px;
}

/* 投稿一覧でのタイトル */
.entry_list_title {
	background: url("/user_data/packages/ones/img/titlebar/01_base.gif") repeat-x top left;
	height: 29px;
	width: 590px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding :5px;
	margin: 0 5px 0 0;
}
.entry_list_title:hover {
	background: url("/user_data/packages/ones/img/titlebar/01_base.gif") repeat-x top left;
	height: 29px;
	width: 590px;
	color: #00008B;
	font-size: 1.4em;
	font-weight: bold;
	padding :5px;
	margin: 0 5px 0 0;
}

/* 記事内容 */
.entry .article {
	padding: 10px 30px;
}

.entry .tags {
	font-size: 0.9em;
	color: #777;
	padding: 10px 10px 0 10px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #FF6600;
	text-decoration: none;
	}

/* 基本設定 */
.narrowcolumn {
	float: right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	width: 78%;
	}

.post {
	margin-bottom: 40px;
}

.post hr {
	display: block;
	}

hr {
	display: none;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	text-indent: 20px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* 記事へのコメント */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#commentform input {
	width: 150px;
	padding: 2px;
	}

#commentform textarea {
	margin-top: 5px;
	padding: 2px;
	border: solid 1px #ccc;
	}

#commentform #submit {
	margin-top: 5px;
	float: left;
	}

.alt {
	margin: 10px;
	padding: 5px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/*全体画面の構成
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 90%;
	min-width: 1080px;
}

#wrapper_left {
	margin: 0 auto;
	float: left;
	width: 83%;
}

/*サイドバー
----------------------------------------------- */
#sidebar {
	background: #ffffff;
	border: 0;
	padding: 0;
	margin-top: 5px;
	float: right;
	width: 15%;
	max-width: 200px;
}
#sidebar form {
	margin: 0;
}

/* 検索 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	margin-bottom: 5px;
	width: 80%;
	}

#sidebar #searchsubmit {
	margin: 2px;
	padding: 3px;
	}

#sidebar .searcharea {
    padding: 0 10px 0 10px;
    margin: 0 0 15px 1px;
    border: solid 1px #ccc;
    background: url("/user_data/packages/ones/img/products/kensaku_background.gif") repeat scroll 0%;
}

#sidebar .searcharea p {
    padding: 8px 0 0 0;
}

#sidebar .searcharea .btn {
    text-align: center;
}

#sidebar .searcharea .hidden {
	display: none;
}

/* サイドバーのメニューエリア */
#sidebar .menuarea {
    padding: 5px 10px 5px 0px;
    margin: 0 0 15px 1px;
    border: solid 1px #ccc;
}

#sidebar .menuarea .btn {
    text-align: center;
}

/*メニューエリアのIE対策*/
#sidebar .menuarea ul {
	margin: 0 0 0 10px;
	padding: 0;
}

/* ブロック */
#sidebar .blockheader{
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	padding-left: 20px;
	margin: 5px 5px 0px 0px;
    width:91%;
    height:26px;
    background: url("/user_data/packages/ones/img/side/link.gif") no-repeat;
	background-size: 100%;
}

/* サイドバーコメント枠 */
#sidebar .side_comment{
	margin-bottom: 15px;
	padding: 10px;
	border: solid 1px #ccc;
	width: 143px;
}

/* 左ページリスト
---------------------------------------------------------------------- */
#pagelist {
	float: left;
	padding-top: 5px;
	width: 17%;
	min-width: 170px;
}

#pagelist .blockheader{
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	padding-left: 20px;
	margin: 5px 5px 0px 0px;
    height:26px;
	width: 98%;
    background: url("/user_data/packages/ones/img/side/link.gif") no-repeat;
	background-size: 100%;
}

#pagelist .menuarea {
    width: 100%;
    padding: 5px 10px 5px 0px;
    margin: 0 0 15px 1px;
    border: solid 1px #ccc;
}

#pagelist .menuarea .btn {
    text-align: center;
}

/*ページリストのIE対策*/
#pagelist ul {
	margin: 0 0 0 10px;
	padding: 0;
}

/* End captions */
