/*  
Theme Name: ゴールドテンプレート１(ＣＳＳカット、オレンジ)
Theme URI: 
Description:ゴールドテンプレート１(ＣＳＳカット、オレンジ)
Author: 
Author URI: 
Version: 0.1
*/

/****** 全体に指定 ここから ******/

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}

.flash{
	border:1px #666666 solid;
}

input {
    padding: 1px;
    font-size: 12px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}

form input,
form textarea {
    border: 1px solid #cccccc;
}

/****** banner title ここから ******/
#banner {
    padding: 0px 0 0 0px;
	height:63px;
    color: #333333;
    text-align: left;
    text-decoration: none;
    background:#ffffff;
}

#banner a,
#banner a:link,
#banner a:visited {
/*
    color: #333333;
    font-size: 32px;
    text-decoration: none;
*/
}

#banner a:hover {}
#banner a:active {}


/****** description of blog ここから ******/

#banner-description {
    color: #333333;
    font-size: 12px;
}

/****** article ここから ******/
.blog {
/* Del takahashi
    padding: 0px;
    font-size: 12px;
    color: #333333;
*/
    background: none;
}

/***** 投稿記事レイアウト用スタイル *****/

table.temp {color:#666666;font-size:12px;border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; margin:10px 0 15px 0px;padding:0px;width:550px}
table.temp th {background-color:#D0E8FF;border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;padding:5px;}
table.temp td {border-bottom:1px solid #CCCCCC;border-left:1px solid #CCCCCC;padding:5px;}
.temp_p{color:#666666;font-size:12px;};

table.temp2 {color:#666666;font-size:12px;margin:0 0 15px 0px;padding:0px;width:400px;}
table.temp2 td {padding:0px;font-size:12px;}
.temp_p{color:#666666;font-size:12px;};


.cms_new{
	padding:2px;border:1px solid #bbbbbb;
}

.cms_new_02{
	font-size:10px;line-height:140%;
}

.cms_new_02 a,
.cms_new_02 a:link,
.cms_new_02 a:visited {
	color:#6666ff;font-size:12px;font-weight:bold;
}

.cms_side img{
	border:3px solid #ffffff;
}

/****** article date ここから ******/
.date {
    margin-top: 6px;
    color: #ffffff;
    background: #666666;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 2px 5px;
}


/***** コメント・トラックバック関連 ここから *****/
/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #666666;
}

/* an article or comment */
#comments,
{
    margin: 0 0px;
    color: #666666;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

#comments input {
	border:#cccccc 1px solid;
}

/***** 本文関連　ここから *****/

/* Del takahashi
.entry-body{
    font-size:12px;
    color: #666666;
    background: none;
}

.entry-body table{
    font-size:12px;
    color: #666666;
	line-height:140%;
}
.entry a:active {}
.entry img {
    margin-right: 0px;
    margin-bottom: 0px;
}

.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

.entry textarea {
    width: 97%;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 10px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

.entry ul li{
	list-style-type:none;
    margin: 0;
}

*/

/* title of entry */

.entry-header {
	height:26px;
	width:545px;

    margin: 0 0 10px 0;
	padding-left:5px;
	padding-top:0.5em;
	_padding-bottom:0.5em;
    color: #333333;
    font-size: 12px;
    font-weight: bold;

	background:#ffffff;
	border-left:5px solid #999999;
	border-bottom:1px solid #999999;
}

.entry-header-info {
    margin: 0 0 0 0;
	padding-top:0.4em;
    color: #333333;
    font-size: 12px;
    font-weight: bold;

	height:30px;
	width:550px;

	background:#ffffff;
	border-left:5px solid #999999;
	border-bottom:1px solid #999999;
}

.entry-header-jirei {
	font-size:12px;
	height:26px;
	width:550px;
}

.entry-header-jirei table {
    margin: 3px 5px 0px 340px;
}

.entry-header-jirei a {
    font-size: 11px;
	color:cc6600;
	text-decoration:underline;
}

.entry-header-jirei a:hover {
	color:cc6600;
}

.entry-header-new {
	font-size:12px;
	height:26px;
	width:550px;
    background: url(images/mi_02.jpg) no-repeat;
    color: #006600;
}

.entry-header-new table {
    margin: 3px 5px 0px 340px;
}

.entry-header-new a {
    font-size: 11px;
    color: #006600;
	text-decoration:underline;
}

.entry-header-new a:hover {
    color: #006600;
}

.entry-header-rss {
    margin: 10px 0 10px;
	padding-top:15px;
    background: url(images/mi_03.jpg) no-repeat 0 0.3em;
	height:40px;
    color: #996600;
    font-size: 12px;
    font-weight: bold;
}

/* title of entry ADD takahashi */
.entry-header_home {
    margin: 15px 0 10px;
    padding-left: 5px;
	padding-top:3px;
    border-bottom: 1px solid #666699;	
	height:25px;
    color: #990066;
    font-size: 12px;
    font-weight: bold;
}

/* title of entry ADD takahashi */
.page-header_home {
    margin: 0px 0 10px;
    padding-left: 5px;
	padding-top:0.3em;
	height:25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
	text-align:center;
}

/* contributor */
.entry-footer {
	width:550px;
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #666666;
    font-size: 10px;
    _font-size: 9px;
}

/***** フィード関連 ここから *****/

#feed{
	padding:10px;
	font-size:11px;

}

#feed a{
	font-size:11px;
}

/***** 投稿関連 ここから *****/

#post_home{
	padding-top:10px;
	line-height:120%;
	font-size:12px;
    color: #333333;	
}

#post_home table{
	line-height:120%;
	font-size:12px;
    color: #333333;	
}

#post_home ul{
    color: #666666;	
}

#post_home a{
    color: #666666;	
}


/* navigation */
.content-nav {
    margin: 0px 0 10px;
    text-align: center;
    font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}


/***** サイドバー関連 ここから *****/
/* menu list of sidebar */

/*
#sidebar ul {
    font-size: 11px;
    _font-size: 10px;
}

#sidebar li {
    list-style: none;
    line-height: 1.6em;
    margin: 0 0 0 0;
}

#sidebar li li {
    padding-left:0px;
    margin: 0;
	color:#666666;
}

#sidebar ul ul {
}

#sidebar ul li h2 {
    margin: 0px; 
    padding: 0px;
	color: #330000;
    font-size: 12px;
	font-weight:bold;
    text-align: left;
    line-height: 140%;

}

#sidebar .mi01{
	height:37px;
	background:#ECEADE url("images/mi_side01.jpg") bottom no-repeat;
}
*/
#waku {
	border:#D2691E 1px solid;
	color:#990000;
	background:#E7E5E6;
}
/*
#waku ul{
}

#waku p{
	margin:0px;
}
*/


/***** クレジット用 ここから*****/
/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #996600;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

/***** 汎用 ここから *****/

.clear {
    clear: both;
}

/*　イメージにボーダー　*/
.main_img{
	border:1px #ccffcc solid;
}


/***** コメント・トラックバック用 ここから *****/

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 550px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-3 {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

/* temp */
.comments-head {
    padding: 2px 0 2px 5px;
    margin: 15px 0;
    color: #ffffff;
    background: #666666;
    font-size: 11px;
    font-weight: bold;
}

/***** 検索用 ここから *****/

#searchtext {
    margin: 3px 0;
}

/***** レイアウト用 ここから *****/

body.layout-two-column-left,
body.layout-two-column-right{
    text-align: center;
	background:#ffffff;	
}

.layout-two-column-left #container,
.layout-two-column-right #container {
 	margin-left:10px;
	
}

.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 790px;
    margin-right: auto;
    margin-left: auto;
    padding:0px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
    text-align: left;
    background-color: #ffffff;
}

.layout-two-column-left #content {
    width: 416px;
}

.layout-two-column-right #content {
    float: left;
    width: 550px;
    margin: 0 0 10px 0;
}

.layout-two-column-left .sidebar-box {
/*    float: left;*/ 
}

.layout-two-column-left #sidebar {
/*    padding: 10px 8px 0px 10px; */
    color: #ffffff;
}

.layout-two-column-right .sidebar-box {
    float: right;
    width: 220px;
	margin-bottom:10px;
}
.layout-two-column-right #sidebar {
    padding-top: 0px;
    color: #ffffff;
	margin-right:10px;
}

/***** テーブルレイアウト用 ここから *****/

table.logo {margin:0 0 0 8px; height:20px;}
table.logo td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

table.menu {margin:0 0 0 270px; height:20px;}
table.menu td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

table.ref {margin:0 0 0 22px; height:20px;}
table.ref td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

table.new {margin:0 0 0 325px; height:20px;}
table.new td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

table.gar {margin:0 0 0 583px; height:20px;}
table.gar td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

table.rss {margin:22px 0 0 10px; height:20px;}
table.rss td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}
table.rss td.serch {background: url(images/mi_serch01.jpg) no-repeat; width:280}

table.serch_mado {margin:35px 0 0 45px; height:20px;widows:300px}
table.serch_mado td {color:#098484; line-height:200%; padding-top:0px; font-weight:bold; vertical-align:top;}

/***** フッタ用 ここから *****/

/* footer */
#footer {
    margin: 0px;
    padding: 2px 0;
	background:#666666;
}

#footer p {
    margin: 10px 0;
    font-size: 12px;
    text-align:left;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#copy-r{
	padding-bottom:15px;
}

#copy-r a{
	color:#ffffff;
}

#copy-r table{
	color:#ffffff;
	font-size:10px;
}


/***** グローバルナビゲーション ここから *****/
#navigation-h {
height:41px;
}

#navigation {
margin-left:10px;
font-size:12px;
}

#navigation li {
margin-top:10px;
float:left;
margin-bottom:5px;

list-style-type:none;
border-left:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a {
display:block;
padding:0px 10px;
font-size:12px;
font-weight:normal;
text-transform:none;
background-color:inherit;
color:#ffffff;
}

#navigation_home li a{
color:#999999;
}

* html #navigation a {
width:1%;
}

#navigation_home{
background:#0290BE;
color:#999999;
text-decoration:none;
}

#navigation a:hover {
}

#navigation_home  a:hover {
text-decoration:none;
}


/*****　ヘッダ用 ここから *****/
#head-description {
	text-align:left;
	background:#666666;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;

}

#head-description h1{
	font-size:10px;
    color: #ffffff;
}

#head-description h2 {
	font-size:10px;
    color: #ffffff;
}


/***** 3カラム化 ここから ******/
#al-container{
	margin-top:10px;
}

#cv-container{
}

div#primary {
/*	margin: 0 0 0 -100%; */
}
* html div#primary {
/*	left: 0px;
	position: relative;*/
}
div#secondary {
	float:right;
/*	margin: 0 0 0 -187px;
*/
}

div#container {
	display:inline;
	float:left;
}
div#content {
/*	margin: 0 187px;
*/
}
div#footer { 
	clear: left;
}


/***** ログイン画面用 ここから ******/
#signup{
	text-align:center;
}
#si-content{
	width:680px;
	clear:both;
	padding:10px;
	font-size:12px;
	text-align:left;

}
#si-content h2{
    margin: 10px 0 10px 0px;;
    padding-left: 2em;
	padding-top:1.4em;
    background: url(images/mi_02.gif) no-repeat 0 0.3em;
	height:40px;
    color: #330000;
    font-size: 12px;
    font-weight: bold;
}

#si-content table{
	margin:15px;
	font-size:12px;
	text-align:left;

}

#setupform{
	text-align:left;
}

/***** ニュース用スタイル ここから *****/

#news{
}


#news li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 10px 0;

}

#news li li {
    background: url(images/al.gif) no-repeat 0 0.4em;
    padding-left:15px;
    margin: 0;
}


