/*   
Theme Name:itast
Theme URI:
Description:SYNC
Author:SYNC
Author URI:http://www.sync-g.com
Version:1.0
*/

/* ■■■■共通設定 */
* {	margin:0;
	padding:0;
}
/* 背景設定*/
body {
	background: #FFFFFF url(images/backimage.jpg) 0px 0px repeat-x ;
	font: 12px/1.35em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	letter-spacing: 0.1em;
	text-align: center;
}
/* リンクカラー*/
a {color:#000099; text-decoration: underline; }
a:link {color:#000099; text-decoration: underline;}
a:visited {color:#000099; text-decoration: underline;}
a:hover {color:#000099; text-decoration: none;}
a:active {color:#000099; text-decoration: none;}

/* 画像*/
a img { border:none; }

/* HR線 */
hr {
	border: 0;
	height: 1px;
	background-color:#ffffff;
	border-top: 1px solid #cccccc;
}
/* 強制行間 */
.space {	margin-top: 0.7em;}
.space2 {	margin-top: 1.5em;}
/* ソース*/
code {font-family:"courier new", courier, monotype;}

/* ラッパー*/
#wrapper{
	background: #FFFFFF;
	width: 850px;
	text-align: left;
	padding:0px;
	margin: 0px auto;
	height: auto;
}

/* ■■■■ヘッダー部(header.php) */
#header{
	height: auto;
	text-align: left;
	margin-bottom: 0px;
	}
/* ヘッダーBOX（ロゴリンク、H1、検索）*/
#header_top {
	width: 850px;
	height: 13px;
	margin-bottom: 0px;
	color:#ffffff;
	background: url(images/h1_bc.jpg) repeat-x 0px 0px;
}

/* グローバルナビゲーション*/
#header_navi {
	float: left;
	height: 48px;
	width: 850px;
	display: block;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#header_navi #btn01 a {
	float: left;
	height: 48px;
	width: 117px;
	display: block;
	background-image: url(images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn02 a {
	float: left;
	height: 48px;
	width: 130px;
	display: block;
	background-image: url(images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn03 a {
	float: left;
	height: 48px;
	width: 222px;
	display: block;
	background-image: url(images/menu3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn04 a {
	float: left;
	height: 48px;
	width: 146px;
	display: block;
	background-image: url(images/menu4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn05 a {
	float: left;
	height: 48px;
	width: 116px;
	display: block;
	background-image: url(images/menu5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn06 a {
	float: left;
	height: 48px;
	width: 119px;
	display: block;
	background-image: url(images/menu6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#header_navi #btn01 a:hover {
	background-image: url(images/menu1_on.jpg);
}
#header_navi #btn02 a:hover {
	background-image: url(images/menu2_on.jpg);
}
#header_navi #btn03 a:hover {
	background-image: url(images/menu3_on.jpg);
}
#header_navi #btn04 a:hover {
	background-image: url(images/menu4_on.jpg);
}
#header_navi #btn05 a:hover {
	background-image: url(images/menu5_on.jpg);
}
#header_navi #btn06 a:hover {
	background-image: url(images/menu6_on.jpg);
}

/* パンくず機能*/
#breadcrumb {
	background: #FFFFFF;
	font-size: 11px;
	width : 600px;
	padding: 5px 0px 0px 15px;
}

/* ■■■■フッター部分(footer.php) */
/*  フッター BOX*/
div#footer {
	margin-top: 0px;
	border: none;
	color:#004F9E;
	clear: both;
}
#footnav{
	height: 50px;
	background: #004F9E;
}
/*  フッターメニュー BOX */
#footnav ul {
	text-align:center;
	width: 850px;
	padding-top: 6px;
	padding-bottom: 7px;
}

/*  インライン設定（横に並べる）*/
#footnav ul li {display: inline;}
/*  フッターメニューボタン */
#footnav ul li.page_item {
	font: 12px/1.35em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.15em;
	padding: 1px 5px;
	margin: 0px;
	color:#ffffff;
	overflow: hidden;
	text-decoration:  none;
}
#footnav ul li.page_item a {color:#ffffff; text-decoration: none; }
#footnav ul li.page_item a:link {color:#ffffff; text-decoration: none;}
#footnav ul li.page_item a:visited {color:#ffffff; text-decoration: none;}
#footnav ul li.page_item a:hover {color:#ffffff; text-decoration: none;}
#footnav ul li.page_item a:active {color:#ffffff; text-decoration: none;}

/*  著作変表示 */
.copyright {
	color:#FFFFFF;
	padding-top: 2px;
	text-align: center;
	font: 12px/1.35em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.copyright a {color:#FFFFFF; text-decoration: none; }
.copyright a:link {color:#FFFFFF; text-decoration: none;}
.copyright a:visited {color:#FFFFFF; text-decoration: none;}
.copyright a:hover {color:#FFFFFF; text-decoration: none;}
.copyright a:active {color:#FFFFFF; text-decoration: none;}

/* ■■■■サイドバー部分(sidebar.php) */

/* サイドBOX全体*/
div#sidebarover {
	background: #FFFFFF;
	width:210px;
	margin: 15px 10px 15px 0px;
	height: auto;
	float:right;
}
div#sidebar {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}
/* サイドリスト全体*/
div#sidebar ul { margin:0px 0px 3px 0px;}
/* サイドリスト内側 デフォルト設定*/
div#sidebar li h2 {	font-size:12px;	color: #ffffff;}
div#sidebar li, div#sidebar li li {	list-style:none; line-height:1.2em;}

/* ---------------------------------------------------- */
/*ページ*/
 .spage {
	list-style:none;
	margin:0px 0px 3px 0px;
	padding:0px;
}
/*カテゴリー*/
.scat {
	list-style:none;
	padding-bottom: 5px;
	}
div#sidebar .scat ul{
	margin:5px 0px 9px 0px;
	list-style:none;
}
div#sidebar .scat ul li{
	margin:1px 0px 1px 12px;
	list-style:none;
}
div#sidebar .scat .cat-item{
	width: auto;
	padding: 5px 0px 5px 12px;
	margin: 0px;
	line-height:1.5em;
}
/*画像・バナー*/

 .sideimg {
	list-style:none;
	padding: 0px 0px 8px 0px;

}

/*住所*/

.sideaccessimg {
	list-style:none;
	padding: 0px 0px 2px 0px;

}

.sideaccess {
	padding: 0px 0px 0px 5px;
	font: 12px/1.1em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* RSS リスト*/
#sidebar .rssbox{
	list-style:none;
	margin: 0px;
	padding:0px;
}

#sidebar .rss{
	background: url(images/feed-icon-12x12.gif) no-repeat 2px 5px ;
	padding:0px 0px 10px 18px;
	margin: 10px 0px 15px 5px;
}

/* ---------------------------------------------------- */

/* ■■■■コンテンツ部分 */

/* ■■共通 */
/* コンテンツ部分 contentとinnderboxでセット */
div#content {
	background: #FFFFFF;
	margin: 15px 0px 15px 10px;
	width:600px;
	float:left;
}   
div#innerbox {
	padding:0px 10px 10px 0px;
	font: 12px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#innerbox ul li {
	list-style-type:square;
	list-style-position:inside;
	margin: 5px 10px 10px 20px;
}
/* コンテンツの中身の部分 */
p {
	padding:10px;
}
/* ナビゲーション部分 */
p.navigation {text-align:center;}

/* ボックス */




.box1 {
	
	background: #f1f1f1;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 20px 10px;
	font-weight: bold;
}

.box2 {
	
	background: #f1f1f1;
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 25px 10px;
}

/* ■■トップページ・フリーページ(home.php,page.php) */
/* トップページ BOX */
div.pagebox {clear:both;}

/* image H2 */
.imgtop {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2.imgtitle {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

/* ページ H2 */
h2.pagetitle {
	background: #FFFFFF url(images/h2.jpg) 2px 0px no-repeat ;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0px 12px 25px;
	margin: 0px 0px 0px 0px;
}
/* ページ H3  */
#content #innerbox .pagebox h3{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #004F9E;
	font-weight: bold;
	padding: 1px 0px 1px 10px;
	margin: 10px 0px 8px 7px;
	border-bottom: 1px solid #cccccc;
	border-left: 7px solid #004F9E;
}

/* ページ h4  */
#content #innerbox .pagebox h4{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #004F9E;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
	margin: 12px 0px 7px 3px;

}
/* ページ 引用*/
#content #innerbox .pagebox blockquote{
	background: #f5f5f5;
	border: 1px solid #EFEFEF;
	padding: 7px;
	margin: 5px;
}
/* ページ コンテンツボックス*/
#content #innerbox .pagebox #pagecon{
	background: #FCFCFC;
	border: 1px solid #f2f2f2;
	padding: 7px;
	margin: 5px;
}
/* ページ テーブル */
#content #innerbox .pagebox table{}

/* トップページ 新着一覧のボックス overflow */
#postlistover{
	width:600px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	height: 200px;
	overflow: auto;
}
#postlistin{
	padding: 0px 0px 0px 5px;
}
.postlist{
	padding: 3px 0px 5px 0px;
}
.title{
	padding: 2px 0px 2px 10px;
}

.topup {
	margin: 5px 0px 2px 0px;
}

/* ■■記事(single.php,index.php) */

/* 記事の日時、カテゴリー等 */
dl {
	text-align:right;
	color: #004F9E;
	font-size:10px;
	margin-left: 3px;
	margin-bottom:1px;
}
dl.metadata dt{
	display:inline;
	padding-right:0.6em;
	margin-right:0.8em;
}
dl.metadata dd {display:inline;}
dl.metadata dd.last {border-right:none;}

/* 次のページ、前のページ*/
#content #innerbox .navi_page {
	text-align:center;
	font-size: 0.9em;
	margin: 5px auto;
}
/* 記事 BOX */
div.post {
	padding-bottom:15px;
	margin:5px 0px 10px 0px;
	padding:12px 0px 0px 0px;
	clear:both;
	border-top: 1px solid #999999;
}
/* 記事 H2 */
h2.posttitle {
	border-left: 4px solid #666666;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.35em;
	color: #004F9E;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
}

.posttitle a{color:#004F9E;  text-decoration: none;}
.posttitle a:link {color:#004F9E;  text-decoration: none;}
.posttitle a:visited {color:#004F9E;  text-decoration none; }
.posttitle a:hover {color:#004F9E; text-decoration: underline;}
.posttitle a:active {color:#004F9E;  text-decoration: underline;}

/* 記事 H3*/
#content #innerbox .post h3{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #004F9E;
	font-weight: bold;
	padding: 1px 0px 1px 10px;
	margin: 10px 0px 8px 7px;
	border-bottom: 1px solid #cccccc;
	border-left: 7px solid #004F9E;
}
/* 記事 H4*/
#content #innerbox .post h4{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #004F9E;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
	margin: 12px 0px 7px 3px;
}
/* 記事 引用*/
#content #innerbox .post blockquote{
	background: #f5f5f5;
	border: 1px solid #EFEFEF;
	padding: 7px;
	margin: 5px;
}
/* 記事 コンテンツボックス*/
#content #innerbox .post #pagecon{
	background: #FCFCFC;
	border: 1px solid #f2f2f2;
	padding: 7px;
	margin: 5px;
}
#content #innerbox .post table{}

/* 個別記事追加分 */
/* 記事 画像（スマイリーは除外） */
div.post img.wp-smiley {border:none;}
div.post img.floatleft {float:left;	margin:5px;}
/* 記事 その他リスト div.post ul, div.post ul ul, div.post ol, div.post ol ol{} div.post li {} div.post li li {} */


/* テーブル*/
TABLE.tb1 {
	margin: 0px 0px;
	width: 600px;

}
TABLE.tb1 th{
	text-align:center;
	background:#f1f1f1;
	width: 200px;
	padding: 0px 0px 0px 0px;
	border-bottom: #cccccc 1px solid;
}

TABLE.tb1 td{
	padding: 8px 5px 8px 10px;
	border-bottom: #cccccc 1px solid;
}



.submenu {
	color: #666666;
	font-size:12px;
	font-weight:bold;
	padding: 0px 10px 5px 10px;
	margin: 0px 10px 0px 10px;
}
.submenu a {color:#000099; text-decoration: none; }
.submenu a:link {color:#000099; text-decoration: none;}
.submenu a:visited {color:#000099; text-decoration: none;}
.submenu a:hover {color:#666666; text-decoration: underline;}
.submenu a:active {color:#666666; text-decoration: underline;}




/* ■■コメント＆トラックバック(comments.php)■■ */

/* コメントBOX */
div#comments{
	background: url(images/stripe_gray.gif);
	margin: 20px 0px 0px;
	padding: 5px 15px 10px;
	font-size: 12px;
}
/* コメントBOX TITLE */
div#comments #respond{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* コメント SUBTITLE */
div#comments #restitle{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 3px;
}
/* TRACKBACK URL BOX */
input#trackbackurl {
	width:98%;
	font-size:11px;
	margin-bottom:1em;
}
/* COMMENT BOX list*/
ol#commentlist {
	margin:0 0 20px;
	font-size:12px;
	padding: 0px;
}
/* COMMENT BOX*/
div#comments ol#commentlist .commentcontent{
	background:#f7f7f7;
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:5px;
	border: 1px solid #E8E8E8;
	height: auto;
}
/* COMMENT BOX DLtag date,username*/
div#comments ol#commentlist li .metadata {
	margin: 5px 10px 0px 10px;
	padding:0px 0px 0px 5px;
	border-top: 1px solid #E8E8E8;
}
div#comments ol#commentlist .metadata dt{
	font-size:10px;
	margin-left: 5px;
	padding:0px;
	display:inline;
}
div#comments ol#commentlist .metadata dd {
	font-size:10px;
	margin: 0px;
	padding:0px 5px 0px 0px;
	display:inline;
	border-right:1px solid #ccc;
}
div#comments ol#commentlist .metadata dd.last {
	font-size:10px;
	border-right:none;
}
/* COMMENT 入力ラベル*/
form#commentform label {
	width:140px;
	float:left;
}
form#commentform p {
	clear:both;
	margin-bottom: 12px;
}
form#commentform sub {
	display:block;
	padding-top:2px;
	padding-left: 145px;
}
/* COMMENT 名前などの入力フォーム*/
input#PAGETOPuthor, input#email, input#url {
	width:65%;
	border:1px solid #ccc;
	padding:1px 3px;
}
/* COMMENT 名前などのテキスト入力フォーム*/
textarea {
	font-size:1em;
	border:1px solid #ccc;
	width:90%;
}
p.submitbutton {text-align:center;}
/* COMMENT サブミットボタン*/
p.submitbutton input {
	padding:4px 1em;
	font-weight:bold;
	color:#ffffff;
	border: 1px solid #666666;
	background: #999999;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;}
