/* Nucleus CMS Stylesheet - bundled with version 3.2 */

/* 全体のレイアウト */
body{
    background: #0B0B0B;
    color: #000033;
    font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka; 
    font-size: 13px;
    line-height: 1.25em;
    padding: 0;
    margin: 0;
}

/* 全体の画像の設定 */
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: nomal;
    background: url(images/arrow.gif) left 5px no-repeat;
    padding: 0 0 0 10px;
    margin: 0 20px 0 0;
}

/* ページ全体のリンク設定 */
a:link, a:visited {
    color: #D93202;
    text-decoration: underlink;
}
a:hover, a:active{
    color: #FFA833;
}

/* ヘッダー部分のリンク設定 */
#header a:link, #header a:visited{
    color: #000033;
}
#header a:hover, #header a:active{
    color: #000099;
}

/* フッターのリンク設定 */
#footer a:link, #copyrights a:visited{
    color: #ffffff;
}
#footer a:hover, #copyrights a:active{
    color: #ffffff;
    text-decoration: underline;
}

/* 左カラムのリンク設定 */
#sidebarcontainer a:link{
    color: #000033;
}
#sidebarcontainer a:visited{
    color: #999999;
}
#sidebarcontainer a:hover, #sidebarcontainer a:active{
    color: #000099;
    text-decoration: underline;
}

/* ヘッダーの設定 */
#header{
    position: relative;
    width: 704px;
    height: 205px;
    margin: auto;
    background: #ffffff url(images/back_header.jpg) right bottom no-repeat;
    }

#header h1{
    width: 704px;
    padding-top: 175px;
    font-size: 20px;
    text-align: right;
}

/* 左カラム・右カラムを包括するブロック */
#wrapper{
    width: 704px;
    margin: auto;
    background: #ffffff;
    margin-top: 20px;
}

/* ↓右カラムの設定↓ */
#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-left: 10px;
}
/* メニュー部分の設定 */
.sidebardl{
    padding: 2px 0 10px 0;
    margin: 1px 0 0 0;
}
.sidebardl dt{   
    width: 193px;
    height: 28px;
    background: url(images/nav_bg.gif) top left no-repeat ;
    color: #3A3523;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 10px;
}
.sidebardl dd{
    padding: 2px 10px;
    margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited{
    background: url(images/arrow.gif) left center no-repeat;
    padding: 0 0 0 10px;
}
/* 個別アイテムページのナビの設定 */
.item_nav{
    text-align: center;
    padding-bottom: 10px;
}

/* フッターの設定 */
#footer{
    width: 704px;
    background: #0B0B0B;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 auto;
}

/* フォームの設定 */
.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;
}

/* 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;
}
