/*
name: パターン(1_b06)
designer: otani
designer_url: http://internet-biz.jp/
developer: ISS
developer_url: http://internet-biz.jp/
layouts: layout-three-column, layout-three-column-right, layout-two-column-right, layout-two-column-left, layout-one-column 
*/

/* 共通指定 */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    text-align: center;
}


html>body {
    font-size: 12pt;
}

#warpper {
    text-align: center;
    margin: 0px auto;
    width: 790px;
}

#contener{
    width: 790px;
    background: url(cent.gif) repeat-y;
    text-align: left;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


/* リンクつき画像 */
a img {
    border: none;
}


/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}



/* 基本色指定 ----------------------------------------------------------------------------------*/

/* body色指定 */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #fff;
}

/* リンク色指定 */
a,
a:link,
a:visited {
    color: #0057a4;
    text-decoration: none;
}
a:hover {
    color: #ccc;
    text-decoration: underline;
}
a:active {}

/* ヘッダ色指定 */
#header a,
#header a:link,
#header a:visited {
    color: #333;
}
/* ヘッダ説明文色指定 */
.blog-description {
    color: #333;
    width: 300px;
}


/* 日付色指定 */
.date {
    color: #999;
}

/* ブログ記事タイトル・コメント・その他の色指定 */
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.entry-header {
	color: #fff;
}

/* ブログ記事タイトルリンク色指定 */
.entry-header a,
.entry-header a:link,
.entry-header a:visited {
    color: #fff;
    text-decoration: underline;
}

.entry-header a:hover {
	color: #036;
    text-decoration: none;
}

/* ブログ記事色指定 */
.entry {
    color: #333;
}


/* サイドバータイトル色指定 --------*/
.sidetitle {
    color: #fff;
    border: 1px solid #33c;
}

.side {
    color: #333;
    background: #9cf;
    border-color: #33c;
    border-width:1px;
    border-style: solid;
}

/* サイドバータイトルリスト（リンク）色指定 */
.side ul li {
    list-style-type: none;
    background: url(link.gif) 0 0.37em no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 15px;
    color: #69c;
}

.side ul li a,
.side ul li a:link,
.side ul li a:visited ,
#calendar a,
#calendar a:link,
#calendar a:visited {
    color: #33f;
    text-decoration: underline;
}

.side ul li a:hover,
#calendar a:hover {
    color: #fff;
    text-decoration: none;
}

/* RSS色指定 */

.syndicate a,
.syndicate a:link,
.syndicate a:visited {
}

.syndicate a:hover {
}

/* フッダ色指定 -----------------*/
#footer {
    color: #fff;
}






/* 基本色指定 終わり-------------------------------------------------------------------------*/








/* ヘッダ （色指定）----------------------------------*/



/* ヘッダ共通指定 */
h1 {
    font-size: 20px;
    padding: 40px 0px 10px 40px;
    font-weight: bold;
}

#header a,
#header a:link,
#header a:visited {
    background: transparent;
    font-weight: bold;
    text-decoration: none;
}


/* タイトルバナー下の説明文 */
.blog-description {
    background: transparent;
    font-size: 12px;
    padding: 0px 0px 0px 40px;
}



/* ブログ記事日付・各タイトル ----------------------------------------------------*/


/* ブログ記事日付 */
.date {
	margin: 10px 0px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
}


/* ブログ記事タイトル */
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.entry-header {
	height: 30px;
	text-indent: 1em;
	margin: 15px 0px 0px 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2;
}


/* ブログ記事タイトル(1.2.3画像指定） */
.layout-one-column .entry-header, 
.layout-one-column .trackbacks-header,
.layout-one-column .comments-header,
.layout-one-column .comments-open-header {
    background: url(centent1.gif) no-repeat;
    height: 30px;
}
.layout-three-column .entry-header, 
.layout-three-column .trackbacks-header,
.layout-three-column .comments-header,
.layout-three-column .comments-open-header,
.layout-three-column-right .entry-header,
.layout-three-column-right .trackbacks-header,
.layout-three-column-right .comments-header,
.layout-three-column-right .comments-open-header {
    background: url(centent3.gif) no-repeat;
    height: 30px;
}

.layout-two-column-left .entry-header, 
.layout-two-column-left .trackbacks-header,
.layout-two-column-left .comments-header,
.layout-two-column-left .comments-open-header,
.layout-two-column-right .entry-header, 
.layout-two-column-right .trackbacks-header,
.layout-two-column-right .comments-header,
.layout-two-column-right .comments-open-header {
    background: url(centent2.gif) no-repeat;
    height: 30px;
}


/* ブログ記事 */
.entry {
    width: auto;
    margin: 0px 3px 15px 0px;
    font-size: 12px;
    line-height:1.5;
    word-break: break-all;
}
.entry-content{
    margin: 10px 5px 15px 5px;
}

/* 段落 */
.entry p {
    margin: 15px 0px;
}


/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}


/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}


/* テキストエリア */
.entry textarea {
    width: 97%;
}


/* 投稿者 */
.entry-footer {
    margin: 10px 5px 0px 0px;
    padding-top: 3px;
    border-top: 1px dotted #333;
    font-size: 10px;
    text-align: right;
}

/* 追記 */
.entry.extended {}


/* サイドメニュータイトル -------------------------------------------------------------*/
.sidetitle {
    width: 178px;
    height: 28px;
    background: url(side.gif) no-repeat;
    font-size: 12px;
    text-align: center;
    line-height: 2.3;
}


/* サイドメニュー */
.side {
    width: 178px;
    height: auto;
    margin: 0px	;
    padding: 5px 0px 15px 0px;
    font-size: 12px;
    line-height: 1.5;
}

.side ul,
.side ol {
    padding-left: 16px;
}

.side ul li ul {
    padding-left: 0px;
}

.side li li {
	list-style-type: none;
	background-image: none;
}


/* サイドサブメニュー */
.side #categories ul {
    padding-left: 16px;
}

.side #categories ul ul {
    padding-left: 10px;
}

.side #categories li {
    list-style-type: none;
}


#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 12px;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
    text-align= left;
}


/* サイドメニュータグ用 */
ul#tags {
    margin-top: 5px 5px;
    list-style: none;
}
ul#tags li {
    background-image: none;
}

ul#tags .module-list-item {
    display: inline;
}

ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}

ul#tags li.taglevel2 {
    font-size: 125%;
}

ul#tags li.taglevel3 {
    font-size: 116.6%;
}

ul#tags li.taglevel4 {
    font-size: 108.3%;
}

ul#tags li.taglevel5 {
    font-size: 100%;
}

ul#tags li.taglevel6 {
    font-size: 91.6%;
}


/* powerd by指定 */

.powered ul {
    margin-top: 20px;
    list-style: none;
}

.powered li{
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
}

.module-powered {
    border: 1px solid #ddd;
}


/* ボデー指定 ----------------------------------------------------------------------*/



.layout-three-column,
.layout-three-column-right,
.layout-two-column-left,
.layout-two-column-right,
.layout-one-column {
    text-align: center;
    margin: 0px auto;
    width: 790px;
}



/* １カラムレイアウト指定 ---------------------------------------------------*/

.layout-one-column #warpper {
    text-align: center;
    margin: 0px auto;
    width: 720px;
}

.layout-one-column #contener{
    width: 720px;
    background: url(cent1.gif) repeat-y;
    text-align: left;
    margin: 0px auto;
}

.layout-one-column #header {
    height: 160px;
    width: 720px;
    text-align: left;
    background: url(hede1.jpg) no-repeat;
}

.layout-one-column #content {
    float: left;
    width: 720px;

}

.layout-one-column #inner {
    width: 700px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

.layout-one-column #footer {
    width: 720px;
    height: 50px;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
    line-height: 3.6;
    background: url(foot1.gif) no-repeat ;
}

/* 1カラムブログ記事 */ 
.layout-one-column .blog {
    padding: 10px 50px 0px 50px;
}

/* アーカイブテンプレートの前後リンク----------------------------------*/
.cate-nav {
    text-align: left;
    font-size: 12%;
    text-indent: 0.1em;
    height: 30px;
    width: 700px;
    line-height: 2.3;
    margin: 0px 10px 0px 10px;
}

.Cate{
	display: inline;
	text-indent: 0.1em;
}



/* ２.３カラムレイアウト指定 --------------------------------------------------*/

/* 2.3カラムヘッダ */
#header {
    height: 210px;
    width: 790px;
    text-align: left;
    background: url(hede.jpg) no-repeat;
}


.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    width: 790px;
    background: url(cent.gif) repeat-y;
    text-align: cennter;
}

.layout-three-column #inner,
.layout-three-column-right #inner,
.layout-two-column-left #inner,
.layout-two-column-right #inner {
    width: 770px;
    margin: 0px 10px;
    text-align: left;
}

.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 790px;
    height: 50px;
    background: url(foot.gif) no-repeat ;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
    line-height: 3.6;
}


/* 3カラム共通レイアウト ------------------------------------------------------------*/

.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    width: 185px;
    float: left;
}

/* 3カラムブログ記事 */
.layout-three-column-right .blog,
.layout-three-column .blog{
    padding: 0px 8px 10px 8px;
}


/* 3カラム固定レイアウト ----------------------------------*/

.layout-three-column #content {
    width: 400px;
    float: left;
}

.layout-three-column #links-left {
    padding: 15px 0px 0px 5px;
}

.layout-three-column #links-right {
    padding: 15px 5px 0px 0px;
}


/* 3カラム右サイドバー ------------------------------------*/
.layout-three-column-right #content {
    width: 400px;
    float: left;
}
.layout-three-column-right #links-left-box {
    width: 185px;
    float: left;
}
.layout-three-column-right #links-right-box {
    width: 185px;
    float: left;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0px 0px;
}
.layout-three-column-right #links-right {
    padding: 15px 5px 0px 0px;
}



/* 2カラム共通 ---------------------------------------------------------*/


/* 2カラムブログ記事 */ 
.layout-two-column-left .blog ,
.layout-two-column-right .blog{
    padding: 0px 15px 10px 15px;
}


/* 2カラム右サイドバー -----------------------------------*/
.layout-two-column-right #content {
    width: 560px;
    float: left;
}

.layout-two-column-right #links-right-box {
    width: 210px;
    float: left;
}

.layout-two-column-right #links-right {
    padding: 15px 15px 0px 15px;
}


/* 2カラム左サイドバー -----------------------------------*/
.layout-two-column-left #content {
    width: 560px;
    float: left;
}
.layout-two-column-left #links-left-box {
    width: 210px;
    float: left;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0px 15px;
}


/* ナビ指定----------------------------------- */

#footer_top{
    font-size:12px;
    text-align:center;
    margin-top: 30px;
}

#footer_top li{
    display: inline;
    margin: 0px 20px 0px 20px;
}
.top a{
    list-style-type: none;
    padding: 0px 0px 0px 15px;
    background: url(home.gif) 0 0.2em no-repeat;
}

.atom a{
    list-style-type: none;
    padding: 0px 0px 0px 15px;
    background: url(atom.gif) 0 0.2em no-repeat;
}
.rss a{
    list-style-type: none;
    padding: 0px 0px 0px 15px;
    background: url(rss.gif) 0 0.2em no-repeat;
}
.layout-one-column .cate-nav {
    text-align: left;
    font-size: 12px;
    text-indent: 0.1em;
    line-height: 2.3;
    margin: 0px 20px 0px 20px;
}

.layout-one-column .cate{
    display: inline;
    list-style-type: none;
    text-indent: 0.1em;
}


/* その他の指定 ---------------------------------------------------------------------------*/

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}


.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0px 2px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #333;
    font-size: 12px;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}


/* コメントボックス指定 */
.layout-one-column #comment-text{
    width: 600px;
    height: 150px;
}

.layout-two-column-left #comment-text,
.layout-two-column-right #comment-text{
    width: 500px;
    height: 150px;
}

.layout-three-column #comment-text ,
.layout-three-column-right #comment-text {
    width: 370px;
    height: 150px;
}

#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}

#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comment-reply-label {
    display: inline;
}
#comment-form-reply {
    margin-bottom: 8px;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}


/* コメンタ－ */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}


/* ウェブページ */
div.page {
    margin-top: -5px;
}


/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0px 10px 0px;
}


/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}


/* 検索結果画面 */
#search-form {
    font-size: 12px;
}
.search-header {
    margin: 15px 0px;
}
.search-result-header {
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
}

/* 検索 */
fieldset {
    border: none;
}


/* カウンター */
.counter {
    margin: 8px 0px 25px 0px;
    padding: 2px;
    background: none;
}


/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666;
    font-size: 11px;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0px 20px;
    padding: 10px;
    border: 1px solid #666;
    background: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 12px;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px 20px;
    padding: 10px;
    background: #fff;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}

html>body pre {
    width: 87%;
}



/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: #00c;
}
span.sunday {
    color: #f00;
}
td.today {
    display: block;
    border: 1px solid #333;
}





/* 特別 ---------------------------------------------------------------------------*/
input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
