@charset "shift_jis"; 

/*	--- main.css ---	*/
/*	---本文エリアの各種設定ここから---	*/

/*	ヘッダの設定	*/

/* ページのタイトル */
h1#pageTitle {
	/*	タイトル左上の場合	*/
	/*margin: 0px;*/
	/*	タイトル右上の場合	*/
	/*margin: 0px;
	text-align: right;*/
	/*	タイトル左下の場合	*/
	margin: 125px 0px 0px 0px;
	/*	タイトル右下の場合	*/
	/*margin: 125px 0px 0px 0px;
	text-align: right;*/
	
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #999999;
}

/* ナビゲーション */
ul#navigation{
	text-indent:0px;
	height:50px;
	padding:0px;
	margin:0px;
}

ul#navigation li{
	float:left;
	display:inline;
	list-style:none;
	padding:0px;
}

ul#navigation li a{
	display:block;	
	width:174px;
	height:47px;
	background:url(../images/navigation.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

ul#navigation li#navi_news a{background-position:0px 0px;}
ul#navigation li#navi_profile a{background-position:-175px 0px;}
ul#navigation li#navi_blog a{background-position:-350px 0px;}

ul#navigation li#navi_news a:hover{background-position:0px -47px;}
ul#navigation li#navi_profile a:hover{background-position:-175px -47px;}
ul#navigation li#navi_blog a:hover{background-position:-350px -47px;}


/*	サイトの解説	*/
p#description {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	/*	右寄せの場合	*/
	/*text-align: right;*/
}

/*	管理者用ナビゲーションのボックス	*/
#adminBox {
	background-color: #D9D9D9;
	margin: 0px 0px 20px;
	padding: 10px;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #D4D4D4;
	border-bottom: solid 1px #D4D4D4;
	border-left: solid 1px #CCCCCC;
}

/*	本文ヘッダー--記事タイトル　日付	*/

.newsHeader {
/*	background:url(../images/main_box_header.gif) left top no-repeat;)*/
}

/*	本文パート--記事タイトル	*/
.title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	/*height:60px;*/
	text-align:left;
	/*padding-top:61px;*/
	/*background:url(../images/body-header.gif) no-repeat;*/
}

*:first-child+html .title {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
/*	background:url(../images/main_box_article_header.gif) bottom center no-repeat;)*/
}

/*	本文パート--日ごとのボックス	*/

.dateBox {
	/*background:url(../images/body-side.gif) repeat-y;*/
	width: 505px;
	margin: 0 0 20px 0px;
	padding: 0;
}

/*	本文パート--通常公開記事のボックス	*/
.newsBox {
	padding: 20px 0 5px 0;
	margin-bottom:10px;
	margin-top:10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;

/*	background:url(../images/main_box_body.gif) left top repeat-y;)*/
}

/*	本文パート--非公開記事のボックス	*/
.newsBoxHidden {
	border-bottom:1px dotted #999999;
	width: 520px;
	margin: 0;
	padding: 10px 20px;
	margin-bottom:20px;
	margin-top:10px;
/*	background:url(../images/main_box_body.gif) left top repeat-y;)*/
}

/*	本文パート--期限切れ記事のボックス	*/
.newsBoxLimit {
	width: 520px;
	margin: 0;
	padding: 10px 20px;
	margin-bottom:20px;
	margin-top:10px;
/*	background:url(../images/main_box_body.gif) left top repeat-y;)*/
}

/*	日付	*/

.newsdate{
/*   float:right;*/
   color:#999999;
   font-size:10px;
   /*background:url(../images/body-footer.gif) left bottom no-repeat;*/
   height:31px;
   text-align:center;
   padding-top:0px;
}

body:first-of-type .newsdate {
/*   float:right;*/
   color:#999999;
   font-size:10px;
   margin-top:5px;
}

*:first-child+html .newsdate {

/*   float:right;*/
   color:#999999;
   font-size:10px;
   margin-top:-20px;
}

html>/**/body .newsdate {
/*   float /*＼**/:right＼9;*/
   color:#999000＼9;
   font-size:10px＼9;
   margin-top:0px＼9;
}




/*	日曜日	*/
.date0 {
	margin: 0px;
	padding: 10px;
	color: #999999;
	font-size: 10px;
}

/*	平日	*/
.date, .date1,.date2, .date3, .date4, .date5 {
	margin: 0px;
	padding: 10px;
	color: #999999;
	font-size: 10px;
}

/*	土曜日	*/
.date6 {
	margin: 0px;
	padding: 10px;
	color: #999999;
	font-size: 10px;
}
/*	記事本文ボックス	*/
.newsTextBox {
	margin: 0px;
	padding: 0px;
color:#808080;
}

/*	記事写真	*/

.newsTextBox div{
	margin-top: 10px;
}

/*	記事本文	*/
.news {
	font-size: 12px;
	line-height: 18px;
}

/*	記事内テーブル	*/
.newsTextBox table {
	margin: 10px 0px;
	border-collapse: collapse;
}
.newsTextBox th {
	padding: 3px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEEE;
}
.newsTextBox td {
	padding: 3px;
	border: solid 1px #CCCCCC;
}

/*	記事内ソース	*/
.newsTextBox pre {
	width: 440px;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	background-color: #EEEEEE;
	overflow: auto;
}

/*	カテゴリ名	*/
.categoryName {
	color: #999999;
	font-size: 12px;
}

/*　検索語の装飾用　*/
.searchWord {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

/*	添付ファイル関連	*/
/*	添付画像	*/
.img {
	padding:5px;
/*	border-top: solid 1px #C0C0C0;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #C0C0C0;*/
	background-color: #FFFFFF;
}

/*	添付swf	*/
.swf {
	padding:5px;
}

/*	添付ファイルアイコン	*/
.icon {
	padding:5px;
}

/*	添付ファイルのキャプション	*/
.caption {
	margin: 2px 0px 5px;
	padding: 0px 5px;
	color: #666666;
	font-size: 10px;
/*	text-align: center;*/
}

/*	添付画像配置（右）	*/
.photoBoxL {
	float: left;
	margin-right: 10px;
}

/*	添付画像配置（左）	*/
.photoBoxR {
	float: right;
	margin-left: 10px;
}

/*	添付画像配置（上下）	*/
.photoBoxC {
/*	margin-right: auto;
	margin-left: auto;
*/
}

/*	---フォームの各種設定ここから---	*/
/*	各種フォーム用テキスト	*/
.formText {
	font-size: 12px;
	color: #333333;
}
.formMessage {
	font-size: 14px;
	color: #333333;
}

/*	---フォームの各種設定ここまで---	*/
/* 1.60追記 */
/*	記事フッタ(投稿者、コメント、TB等)	*/
.newsFoot {
	clear: both;
	margin: 0 0 30px 0;
	padding: 10px 30px 13px 30px;
	_padding: 13px 30px 13px 30px;
	color: #666666;
	font-size: 10px;
	text-align: right;
/*	background:url(../images/main_box_footer.gif) left top no-repeat;)*/
}

*:first-child+html .newsFoot {
	clear: both;
	margin: 0 0 30px 0;
	padding: 13px 30px 13px 30px;
	color: #666666;
	font-size: 10px;
	text-align: right;
/*	background:url(../images/main_box_footer.gif) left top no-repeat;)*/
}

/*	改ページリンク	*/
.nextNews {
	text-align: center;
}

/*	エラーメッセージ	*/
.error {
	margin: 0px 0px 0px 10px;
	color: #CC0000;
	font-size: 12px;
	line-height: 20px;
}

/* 1.6追加 */

.newsBoxHidden2 {
	width: 480px;
	margin: 5px 10px;
	padding: 5px 0px;
	background-color: #EBDDDD;
}
/* index.tpl.htmlの選択されているタグとタグを絞り込む */

/* タグ一覧Box */
#allBox #tagBox {
	width: 500px;
	margin: 0 0 10px 0;
	line-height:1.4;
}

/* 選択されているタグ見出し */
#selectTagTitle{
	display: inline;
	font-size:100%;
	padding: 0 0 0 17px;
	background: url(../images/selectTagBg.gif) no-repeat left top;
}
/* 選択されているタグ一覧 */
#selectTag{
	display: inline;
	font-size:100%;
}
/* タグを絞り込むBox */
#nestTagBox {
	margin: 10px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	display:inline-block;/* IE対策 */
}
/* タグを絞り込むBox回り込み解除 */
#nestTagBox:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	
}

/* タグを絞り込む見出し */
#nextTagTitle {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:12px;
	width: 100px;
	float: left;
}
/* 絞り込みリスト ul */
#nestTagBox ul{
	margin:0;
	padding:0 0 0 0;
	width: 338px;
	_width: 340px;
	float:left;
	list-style-type:none;
}
/* 絞り込みリスト li */
#nestTagBox ul li{
padding:0 10px 0 0;
display:inline;
}

/* 記事内のタグ表示 */
.newsTagBox {
	margin: 0;
	padding: 10px 10px 0 10px;
	background-color: #F6F6F6;
	display:inline-block;/* IE対策 */
}
/* タグを絞り込むBox回り込み解除 */
.newsTagBox:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	
}

/* 関連タグ見出し */
.newsTagBox h4{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size:12px;
	width: 70px;
	float: left;
}
/* 関連タグリスト ul */
.newsTagBox ul{
	margin:0;
	padding:0 0 10px 0;
	width: 390px;
	float:left;
	list-style-type:none;
}
/* 関連タグリスト li */
.newsTagBox ul li{
padding:0 10px 0 0;
display:inline;
}
/* ---本文エリアの各種設定ここまで--- */

.socialBox{
	height: 20px;
	padding: 0;
	margin: 20px 0 0 0;
}
.socialBox ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.socialBox li{
	display: inline;
}




