body {
	margin:0;
	padding: 10px;
	background: #FFF;
	position: absolute;
	color:#000;
	font-size: 12px;
	line-height: 120%;
	font-family: "ヒラギノゴシック Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; 
}


a:link {color:#66CC33;  ; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}
a:hover {color:#000000; text-decoration:underline;}


h1 {	font-size: 150%;
         color:#66CC33;}
h2 {	font-size: 120%;
         color:#66CC33;}


li {
	background: #ffffff;
	font-size: 11px;
	line-height: 180%;
	list-style-type:disc;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-bottom: 1px dotted #000000;
}

li a:hover{
	background: #ffffff;
}

input,textarea,select,button,submit{
	font-size :11px;
	line-height: 150%;
	background: #FFFFFF;
	color :#000000;
	font-family: "ヒラギノゴシック Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; 
}





/*ボックス（レイアウト設定）---------------------------*/

/*サイトタイトル*/
#box_title {
	background:#000;
	position: absolute;
	left: 0px;
	top: 100px;
	width: 1080px;
	height: 30px;
	z-index: 0;
}

/*メイン表示部分*/
#box_main {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 600px;
	z-index: 1;
}

/*サイド表示部分*/
#box_side {
	position: absolute;
	left: 620px;
	top: 100px;
	width: 180px;
	align: center;
	z-index: 2;
}





/*タイトル部分---------------------------*/

/*サイトタイトル*/
.site_title {
	position: absolute;
	left: 20px;
	top: 100px;
	width: 500px;
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
	letter-spacing : 1px;
	padding: 0px;
}

.site_title a:link {	color:#000000;	text-decoration: none;}
.site_title a:active {	color: #000000;	text-decoration: none}
.site_title a:visited {	color: #000000;	text-decoration: none}
.site_title a:hover {	color: #ff0000;	text-decoration: none;}

/*サイト説明文*/
.site_intro {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 500px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing : 1px;
	padding: 0px;
}





/*サイドメニュー関連---------------------------*/

/*サイドテーブル*/
#box_side .table{
	width: 180px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}


/*サイド：見出し*/
#box_side h3{
	background: #000000;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	letter-spacing : 1px;
	padding: 2px 10px 2px 10px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/*サイド：テキスト*/
#box_side .text{
	background: #ffffff;
	font-size: 11px;
	line-height: 180%;
	color: #000000;
	padding: 10px 10px 10px 0px;
	margin: 0px;
	border-bottom: 2px solid #ffffff;
}





/*エントリー関連---------------------------*/

/*エントリーテーブル（1ブロック）*/
#box_main .table{
	width: 600px;
	padding-bottom: 10px;
	margin: 0px 0px 40px 0px;
	background: #ffffff;
	border: 1px solid #000000;
}

/*エントリー：ナビゲーション*/
#box_main .navi{
	font-size: 10px;
	letter-spacing : 1px;
	text-align:center;
	background: #ffffff;
	border: 1px dotted #000000;
	padding: 5px 10px 5px 10px;
	margin-bottom: 40px;
}

/*エントリー：見出し*/
#box_main h3{
	font-size: 12px;
	line-height: 180%;
	font-weight: bolder;
	color: #66CC33 ;
	letter-spacing : 0px;
	border-bottom: 1px dotted #000000;
	margin: 10px 20px 15px 20px;
}

/*エントリー：テキスト*/
#box_main .text {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	letter-spacing : 0px;
	margin: 15px 20px 15px 20px;
}

/*エントリー：ステータス（日付等）*/
#box_main .state {
	font-size: 12px;
	line-height: 150%;
	color: #000000 ;
	letter-spacing : 0px;
	margin: 20px 20px 15px 20px;
	border-top: 1px dotted #000000;
}





/*ページフッター関連---------------------------*/

/*コピーライト*/
.copyright {
	font-size: 10px;
	line-height: 180%;
	color: #000000;
	letter-spacing : 0px;
	margin: 15px 20px 40px 20px;
}

.copyright a:link {	color:#000000;	text-decoration: none;}
.copyright a:active {	color: #000000;	text-decoration: none}
.copyright a:visited {	color: #000000;	text-decoration: none}
.copyright a:hover {	color: #dddddd;	text-decoration: none;}





/* カレンダー設定---------------------------*/
.calender {
	font-size: 11px;
	line-height: 180%;
	width: 180px;
	background: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solied #000000;
	border-bottom: 1px solid #000000;
}
.calender caption {
	width: 180px;
	font-size: 10px;
	line-height: 150%;
	padding: 3px 0px 5px 0px;
	background: #000000;
	color: #ffffff;
	letter-spacing : 1px;
}
.calender th {
	font-weight: bolder;
	background: #ffffff;
}
.calender td {
	text-align: center;
	background: #ffffff;
}
.calender td a {
	display: white;
}
th#sun {
	color: #FF0000;
}
th#sat {
	color: #0000FF;
}
.calender td a:link {
	background: #ffffff!important;
	color: #66CC33;
	text-decoration: none;
}
.calender td a:visited {
	background: #ffffff!important;
	color: #999999;
	text-decoration: none;
}
.calender td a:hover {
	background: #ffffff!important;
	color: #000000;
	text-decoration: overline underline;
}

.calender caption a:link {
	background: #000000!important;
	color: #ffffff;
	text-decoration: none;
}
.calender caption a:visited {
	background: #000000!important;
	color: #ffffff;
	text-decoration: none;
}
.calender caption a:hover {
	background: #ffffff!important;
	color: #000000;
	text-decoration: underline;
}




/* 自己紹介部分の画像---------------------------*/
.pay {
	text-align: center;
	margin: 10px 0px 10px 0px;
}




/* 検索---------------------------*/
#box_side form {
	margin-left: 10px;
}

.search {
	font-size: 10px;
	line-height: 150%;
	background: #FFFFFF;
	color: #636363;
}

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;
}

.emoji{
	vertical-align:middle;
	border:0;
}