@charset "EUC-JP";
body {
	margin: 0px 0px 0px 20px;
	background : #000000 url() repeat-y;
	}


a:link {
text-decoration:none; /*下線を消す（下線を出したいときはtext-decoration:underline）*/
border-bottom-style : dotted;/*マウスが乗ったとき点線を出す*/
border-bottom-color : #333333;/*点線のカラー*/
border-bottom-width : 1px;/*点の大きさ*/
color:#CCCCCC ; /*クリックしたときのカラー*/
}
a:visited {
text-decoration:none; /*下線を消す*/
border-bottom-style : dotted;/*マウスが乗ったとき点線を出す*/
border-bottom-color : #333333;/*点線のカラー*/
border-bottom-width : 1px;/*点の大きさ*/
color:#CCCCCC ; /*訪問済みリンクのカラー*/
}
a:active {
text-decoration:none; /*下線を消す*/
border-bottom-style : dotted;/*マウスが乗ったとき点線を出す*/
border-bottom-color : #333333;/*点線のカラー*/
border-bottom-width : 1px;/*点の大きさ*/
color:#FF3366 ; /*クリックしたときのカラー*/
}
a:hover {
border-bottom-style : dotted;/*マウスが乗ったとき点線を出す*/
border-bottom-color : #CCCCCC;/*点線のカラー*/
border-bottom-width : 1px;/*点の大きさ*/
color:#FF3366 ; /*マウスが乗ったときのカラー*/
}


h1 {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	margin: 0px;
}

.site_title {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 0px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 35px 0px 0px 15px;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active,
.site_title a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

.description {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px 0px 20px 15px;
}

.entry_navi{
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
        color: #CCCCCC;
	margin: 10px 15px 10px 15px;
	padding: 5px;
	text-align: center;
}

.entry {
	background: #000000;
	margin: 20px 15px 10px 15px;
	padding: 0px;
	border-bottom: 1px dotted #FFFFFF;
}

.entry_date {
	font-family: "Verdana";
	font-size: 9px;
	color: #CCCCCC;
	margin: 10px 0px 0px 0px;
}

.entry_author {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	color: #CCCCCC;
	margin: 3px 0px 10px 0px;
}

.entry_title {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0px 7px 0px;
	border-bottom: 1px dotted #333333;
}


.entry_body {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 12px;
	line-height: 170%;
	color: #CCCCCC;
	margin:0px;
}


.entry_more {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	line-height: 170%;
	color: #CCCCCC;
	margin:15px 0px 15px 0px;
}


.entry_state {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	color: #CCCCCC;
	margin:5px 0px 15px 0px;
}

blockquote {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	line-height: 140%;
	color: #CCCCCC;
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
	border-left: 1px dotted #333333;
	}

.pict {
	margin: 3px;
	padding: 3px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
	background: url(/template/craft/img/point.gif) no-repeat;
background-position: 0px 5px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

.linktitle {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 100%;
	margin: 5px;
}

.linktext {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 11px;
	color: #CCCCCC;
	line-height: 140%;
	margin: 1px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
}



form{
	margin: 10px 10px 0px 0px;
	padding: 0px;
	}

input,textarea,select{
	font-size :9px;
	border: 1px solid #333333;
	padding: 2px;
	}


.page_navi {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	color: #CCCCCC;
	line-height: 140%;
	margin: 10px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
}


.copyright {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';
	font-size: 9px;
	color: #CCCCCC;
	line-height: 170%;
	margin: 20px 0px 0px 20px;
}

.calendar {
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'sans-serif','ＭＳ Ｐゴシック';	
	font-size: 9px;
	color: #CCCCCC;
	line-height: 170%;
	margin: 0px;
	padding-top: 0px 0px 3px 0px;
	}

.calendar a,
.calendar a:link,
.calendar a:visited,
.calendar a:active,
.calendar a:hover {
	color:#CCCCCC;
	font-weight: normal;
	text-decoration:underline;
}

	
.today {
       background-color: #CCCCCC;
}

.cell {
	width: 23px;
	height: 16px;
	padding: 1px;
}


.back {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border-left:  1px solid #000000;
	border-right: 1px solid #000000;
}
