/* Nucleus CMS Stylesheet - bundled with version 3.2 */

/* 全体のレイアウト */
body{
	color: #000033;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 13px;
	line-height: 1.25em;
	padding: 0;
	margin: 0;
	background-color: #993300;
	background-image: url(images/basebg.jpg);
}

/* 全体の画像の設定 */
img{
    border: 0;
}

/* フォームの設定 */
form{
    margin: 0;
}

/* 領域をはみ出した内容を非表示にする */
.hidden{
    display: none;
}

/* センタリング（中央に配置する） */
.centerize{
    text-align: center;
}

/* 回り込み解除 */
.clearing
{
    width: 704px;
    height: 0;
    clear: both;
}

/* 見出しの設定 */
h1,h2,h3,h4,h5,h6
{
    font-weight: normal;
    margin: 0;
}

/* リストの設定 */
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* ページ全体のリンク設定 */
a:link, a:visited {
    color: #B33C15;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF0000;
	text-decoration: none;
}

/* ヘッダー部分のリンク設定 */
#header a:link, #header a:visited{
    color: #000033;
}
#header a:hover, #header a:active{
    color: #000099;
}

/* フッターのリンク設定 */
#footer a:link, #footer a:visited{
    color: #ffffff;
}
#footer a:hover, #footer a:active{
    color: #ffffff;
    text-decoration: underline;
}

/* 左カラムのリンク設定 */
#sidebarcontainer a:link{
    color: #333333;
	font-weight: bold;
}
#sidebarcontainer a:visited{
	color: #666666;
	font-weight: bold;
}
#sidebarcontainer a:hover, #sidebarcontainer a:active{
    color: #993300;
    text-decoration: underline;
}

/* ヘッダーの設定 */
#header{
    position: relative;
    width: 704px; /*　ヘッダー画像の横幅　*/
    height: 205px;
    margin: auto;
    background: #ffffff url(images/back_header.gif) right bottom no-repeat;
}
#header h1{
	width: 704px; /*　ヘッダー画像の横幅　*/
    height: 205px; /*　ヘッダー画像の高さ　*/
	text-indent:-9999px; /*　タイトル文字を消す　*/
	overflow:hidden;
}
#header h1 a{
	display: block;
	height: 205px;
	width: 704px;
	background: url(images/back_header.jpg) no-repeat;
	margin: 0px;
}

/* 左カラム・右カラムを包括するブロック */
#wrapper{
    width: 704px;
    margin: auto;
    background: #ffffff;
    margin-top: 0px;
}

/* ↓右カラムの設定↓ */
#container{
    width: 460px;
    background: #fff;
    height: 1%;
    overflow: visible;
    float: right;
    padding: 0px;
    margin-top:20px;
}
.content{
    margin-bottom: 20px;
}

/* 記事部分の設定 */
.contenttitle h2{
    clear: both;
    width: 430px;
    background: url(images/contents_hr.gif) bottom repeat-x;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}
.contentbody{
    width:430px;
    font-size:12px;
    text-align: justify;
    padding: 0 0 16px 0;
    margin-left: 5px;
}
/* 追記部分の設定 */
#more{
    padding-top: 20px;
}

/* 記事フッター部分の設定 */

/* 記入時刻 */
.clock{
    background: url(images/time.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0 7px 0 12px;
    color: #D93202;
}
/* カテゴリー */
.category{
    background: url(images/cat.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0px 7px 0 12px;
}
/* 投稿者 */
.postedby{
    background: url(images/pen.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0 7px 0 12px;
}
/* コメント */
.comments{
    background: url(images/cm.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0 7px 0 12px;
}
/* トラックバック */
.trackback{
    background: url(images/tb.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0 7px 0 12px;
}
/* 編集用リンク（ログイン時のみ表示されます）*/
.edit{
    background: url(images/pen.gif) center left no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 0 7px 0 12px;
}
/* 記事フッター部分を包括するブロック */
.contentitem{
    width:430px;
    padding: 3px 0 0 0;
    margin: 0 0 50px 0;
    text-align: right;
}
.contentitem1{
    display: inline;
    padding: 0px;
    text-align: right;
}


/* コメント欄の設定 */
.itemcomment{
    width: 420px;
    border-top: 1px dashed #999999;
    margin: 10px 0 0 0;
    padding : 10px 5px;
}
.itemcomment h3{
    font-size: 13px;
}

/* ↓左カラムの設定↓ */

/* 左カラムを包括するブロック */
#sidebarcontainer{
    float: left;
	width: 204px;
	margin: 20px 0 0 0;
	padding-left: 6px;
	background: #ffffff;
}
.sidebar{
    color: #000033;
}
.sidebar img{
	padding-bottom: 5px;
}
/* メニュー部分の設定 */
.sidebardl{
    padding: 2px 0 10px 0;
    margin: 1px 0 0 0;
}
.sidebardl dt{   
    width: 153px;
    height: 28px;
    background: url(images/nav_bg.gif) top left no-repeat ;
    color: #3A3523;
    font-size: 16px;
    font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 40px;
}
.sidebardl dd{
    padding: 2px 10px;
    margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited{
    padding: 0 0 0 2px;
}
/* 個別アイテムページのナビの設定 */
.item_nav{
    text-align: center;
    padding-bottom: 10px;
}

/* フッターの設定 */
#footer{
	width: 704px;
	color: #ffffff;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	background-color: #333333;
}

/* フォームの設定 */
.loginform, .searchform{
    margin: 5px 0;
}
.commentform, .mailform{
    margin-top: 10px;
    margin-left: 5px;
    padding: 10px 10px 10px 0px;
    /* Mozilla用の丸い境界線 */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield{
    font-size: 11px;
    background: white;
    color: #494949;
    border-top: 1px solid #868686;
    border-left: 1px solid #868686;
    border-bottom: 1px solid #D4D2CF;
    border-right: 1px solid #D4D2CF;
    margin: 1px 0 0 0;
}
.formbutton{
    font-size: 11px;
    background: white;
    color: #494949;
    border-top: 1px solid #D4D2CF;
    border-left: 1px solid #D4D2CF;
    border-bottom: 1px solid #868686;
    border-right: 1px solid #868686;
    margin: 1px 0 0 0;
}
.searchform .formfield{
    width: 130px;
    padding: 2px 0;
    margin: 0 2px 2px 0;
}
.searchform .formbutton{
    width: 60px;
    padding: 2px 2px;
}
.loginform .formfield{
    width: 130px;
    padding: 2px 0;
    margin: 0 2px 2px 0;
}
.loginform .formbutton{
    width: 60px;
    padding: 2px 2px;
}
.mainform .formfield{
    width: 280px;
    padding: 2px 0;
    margin: 0 2px 2px 0;
}
.mailform .formbutton{
    width: 100px;
    padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail{
    width: 300px;
    margin-right: 105px;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield{
    width: 300px;
}
.commentform .formbutton{
    width: 100px;
    height: 22px;
}
.error{
    color: red;
    font-weight: bold;
}

/* カレンダーの設定 */
table.calendar {
	background-color:#fff;
	border-collapse: collapse;
	font-family:sans-serif;
	border:1px solid #666666;
}
table.calendar caption {
	color:#666666;
	letter-spacing:2px;
	padding:4px;
}
table.calendar th,table.calendar td {
	border:1px solid #666666;
	padding:2px 3px;
}
table.calendar th {
	text-align:center;
}
table.calendar td {
	text-align:right;
	color:#999;
	letter-spacing:1px;
}
tr.calendardateheaders {
	background-color:#666666;
	color:#fff;
}
td.blank {
	background-color:#f5f5f5;
}
td.saturday {
	background-color:#f7f9fd;
}
td.sunday {
	background-color:#fff3ee;
}
td.holiday {
	background-color:#fff3ee;
}
td.today {
	background-color:#ffffcc;
}

/* Mac版IEの文字化け対策 */
textarea,input,select {
    font-family: "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}

/* フッターリンクの設定 */
.flink{
	width:430px;
	margin-bottom: 10px;
}
.flink_left{
	width:150px;
	text-align:left;
	float: left;
	padding-left: 10px;
}
.flink_right{
	width:150px;
	text-align:right;
	float: right;
	padding-right: 5px;
}	
.flink_clear{
	clear: both;
}