/* ページ全体の設定 */
body {
	font-size : 11px ;
	background-color : #ffffff;
	color : #4f4f4f ;
	line-height : 200% ;
	scrollbar-base-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #1f664e;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

/* 区切り線(コメント表示欄で使用)の設定 */
hr{
	border:1px dotted #d3ffcc;
}

/* エントリ欄の設定 */
.main_txt {
	font-size : 11px ;
	color : #626262;
	line-height : 170% ;
}
.main_txt a:link {	color:#d2691e;	text-decoration: none;}
.main_txt a:active {	color: #d2691e;	text-decoration: none}
.main_txt a:visited {	color: #d2691e;	text-decoration: none}
.main_txt a:hover {	color: #c8a848;	text-decoration: none;}

.entry_title{
	font-size : 14px ;
	color : #FF8E29 ;
	font-weight : bolder;
	line-height : 170% ;
}

/* ブログのタイトルの設定 */
.site_title{
	font-size : 50px ;
	color : #4169E1;
	padding : 220px 40px 0px 0px;
	font-weight : bolder;
}
.site_title a:link {	color: #4169E1;	text-decoration: none;}
.site_title a:active {	color: #4169E1;	text-decoration: none}
.site_title a:visited {	color: #4169E1;	text-decoration: none}
.site_title a:hover {	color: #4169E1;	text-decoration: none;}

/* ブログの説明文の設定 */
.site_s{
	font-size : 20px ;
	padding-top :20px;
	font-weight : normal;
	color : #FF00FF;
}

/* 投稿欄、ボタンの設定 */
input,textarea,select,button,submit{
	font-size :11px;
	line-height: 100%;
	background: #ffffff;
	color :#A8A8A8;
	font-family: Osaka ;
	border-style:solid;border-width:1px;border-color:949494;
}

/* 記事検索の設定 */
.search input{
	font-size :11px;
	line-height: 100%;
	background: #ffffff;
	color :#949494;
	border-width:1px;
}

/* サイドバーの設定 */
.side_txt{
	font-size : 10px ;
	color : #F59000;
	line-height : 170% ;
	padding : 0px 0px 0px 5px;
}

.side_txt p{
	color : #4f4f4f ;
	margin: 0.3em;
}

.side_txt ul{
	margin: 0;
	padding : 0;
	list-style-position : inside;
	list-style-image:url(http://templates.blog.fc2.com/template/phot-k2/050503_01_arrow.gif);
}

.side_txt li{
	color : #4f4f4f ;
	margin: 0;
	padding : 2px 10px;
}

.side_title{
	font-size : 11px ;
	color : #2D2D2D ;
	font-weight: bold;
	line-height : 170% ;
	padding : 0 0.8em;
}

br {
	letter-spacing : normal ;
}
a {
	text-decoration : none ;
	color : #454545 ;
}
a:hover {
	text-decoration            : none ;
	color                      : #ffffff ;
}

/* 著作権表示の設定 */
.copyright{
	font-size : 9px ;
	color : #556b2f ;
	line-height : 170% ;
}
.copyright a:link {	color:#305050;	text-decoration: none;}
.copyright a:active {	color: #305050;	text-decoration: none}
.copyright a:visited {	color: #305050;	text-decoration: none}
.copyright a:hover {	color: #556b2f;	text-decoration: none;
}

/* カレンダーの設定 */
.calender {
	table-align: center;
	font-size: 10px;
	color:#2D2D2D;
	line-height: 180%;
	width: 95%;
	background: #DCDCDC;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.calender caption {
	width: 95%;
	font-size: 10px;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	background: #C3C3C3;
	color: #2D2D2D;
	letter-spacing : 1px;
}
.calender th {
	font-weight: bolder;
	background: #FFFFFF;
}
.calender td {
	text-align: center;
	background: #E3E3E3;
}
.calender td a {
	display: block;
}
th#sun {
	color: #FF0000;
}
th#sat {
	color: #0000FF;
}
.calender td a:link {
	background: #c8a848!important;
	color: #E3E3E3;
	text-decoration: none;
}
.calender td a:visited {
	background: #c8a848!important;
	color: #d2691e;
	text-decoration: none;
}
.calender td a:hover {
	background: #d2b48c!important;
	color: #d8d0b8;
	text-decoration: underline;
}
.state {
	font-size: 10px;
	line-height: 150%;
	color: #b08028 ;
	letter-spacing : 1px;
}

/* プロフィール画像の設定 */
.pay {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

/* ページ移動の文字設定 */
.navi{
	font-size : 11px ;
	color : #4f4f4f ;
	line-height : 170% ;
}

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;
}

img.emoji{
	vertical-align:middle;
	border:0;
}