/*   
Theme Name:yamagata
Theme URI:http://www.ymf.or.jp/
Description:SYNC
Author:SYNC
Author URI:http://www.sync-g.com
Version:1.0
*/
/* ■■■■共通設定 */
* {
	margin:0;
	padding:0;
}
/* 背景設定*/
body {
	background: #012054 url(images/topback.jpg) repeat-x ;
	font: 12px/1.4em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #111111;
	letter-spacing: 0.15em;
	text-align: center;
}
/* リンクカラー*/
a {color:#000099; text-decoration: underline; }
a:link {color:#0000997; }
a:visited {color:#000099; }
a:hover {color:#FF6600; text-decoration: none;}
a:active {color:#FF6600; text-decoration: none;}
/* 画像*/
a img { border:none; 
	margin:0;
	padding:0;

}
/* 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{
	width: 960px;
	text-align: left;
	padding:0px;
	margin: 0px auto;
	background: #012054 ;
	height: auto;
}

/* ■■ヘッダー部(header.php) */
#header{
	height: auto;
	text-align: left;
	margin-bottom: 0px;
	}
/* ヘッダーH1*/
.toph1 {
	background: #012054 url(images/topback.jpg) repeat-x ;
	font: 12px/1.35em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: right;
	width : 960px;
	float: left;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 3px;
}
/*コメント部分*/
.home {
	background: url(images/top.png) no-repeat 2px 0px  ;
	font: 18px/1.35em "HGPｺﾞｼｯｸE", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	width : 960px;
	height : 49px;
	color: #ffffff;
	padding: 13px 0px 4px 0px;
}
.home a {color:#012E781; text-decoration: none; }
.home a:link {color:#012E78; text-decoration: none;}
.home a:visited {color:#012E78; text-decoration: none;}
.home a:hover {color:#FF6600; text-decoration: none;}
.home a:active {color:#FF6600; text-decoration: none;}

/* パンくず機能*/
#breadcrumb {
	background: #FFFFFF;
	font-size: 11px;
	width:772px !important;
	width /**/: 780px;
	padding-top: 2px;
	padding-left: 8px;
}

/* ■■フッター部分(footer.php) */

/*  フッター BOX*/
div#footer {
	margin-top: 8px;
	padding: 4px 0px 4px;
	border: none;
	color:#ffffff;
	clear: both;
}
div#footer a{color:#ffffff; text-decoration: underline; }
div#footer a:link {color:#fffff; }
div#footer a:visited {color:#ffffff; }
div#footer a:hover {color:#FF6600; text-decoration: none;}
div#footer a:active {color:#FF6600; text-decoration: none;}

/*  フッターメニュー BOX */
#footnav ul {
	text-align:center;
	width: 850px;
	padding-bottom: 3px;
}
/*  インライン設定（横に並べる）*/
#footnav ul li {display: inline;}
/*  フッターメニューボタン */
#footnav ul li.page_item a {
	font: 12px/1.35em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.05em;
	padding: 1px 7px;
	border-right: 1px solid #ffffff;
	margin: 0px;
	overflow: hidden;
}

/*  著作変表示 */
.copyright {
	text-align: center;
	font-size: 11px;
}
.copyright a{text-decoration: underline;}


/*コンテンツ部分 */

/* コンテンツ部分 contentとinnderboxでセット */
div#content {
	width:960px;
	float:right;
}   
/* コンテンツの中身の部分 */
div#content p {
	margin: 12px;
	padding: 0px;
}


div.pagebox {clear:both;}
div.pbox {
	clear:both;
	background: #012054 url(images/ytop_r7_c1.jpg) repeat-x ;

}

/* ページ テーブル */
#content #innerbox .pagebox table{}

/* トップページ 新着一覧のボックス overflow */
#postlistover{
	width:510px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 12px 0px;
	height: 160px;
	overflow: auto;
}
#postlistin{
	padding: 0px 0px 0px 5px;
}
.title{
	padding: 0px 0px 0px 5px;
}

/* テーブル*/
TABLE.table1 {
	margin: 0px 0px;
	padding: 0px 0px 0px 10px;
}
TABLE.table1 td { 
vertical-align: top; 
} 
/* Mac IE 文字化け回避対策 */
input, select, textarea {font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;}
