/****************************
初期化
*****************************/
body, h1, h2, h3, h4, h5, h6, form ,p { margin: 0; padding: 0; }
table { border: 0; }

/****************************
基本要素
*****************************/

a         {color: #0066FF; text-decoration: none;}
a:link    {color: #0066FF; text-decoration: none;}
a:active  {color: #0066FF; text-decoration: none;}
a:visited {color: #0066FF; text-decoration: none;}

a:hover[name][href] {
	text-decoration: underline;
	background-color: #CCFF99;
}

a:hover[name]{
	text-decoration: inherit;
	background-color: inherit;
	color: inherit;
}

a:hover{
	text-decoration: underline;
	background-color: #CCFF99;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:sans-serif;
}

input,textarea,select,button,submit{
	border-width: 1px;
	background-color: #fafafa;
	border-color: #cccccc; 
}

dd {
	padding-bottom: 0.5em;
}

dl {
	padding: 0 1em;
}

li {
	line-height: 120%;
}

ul {
	padding-right: 1em;
}

hr{
	border:1px dashed #E7E3DF;
}

.q {
	border: 1px solid #8080F0;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}

/****************************
wrapper
*****************************/

#wrapper {
	margin: 3px auto;
	width: 99%;
	background-color: #ffffff;
	min-width: 850px;
}


/****************************
ヘッダー
*****************************/
#header, #text_size {
	text-align: left;
	background-color: #377db4;
}

#header p {
	border: 0;
	color: #ffffff;
	font-size: 10pt;
	margin: 0;
	padding: 5px 0 10px 10px;
}

#header p strong {
	font-weight: normal;
}

#header h1 {
	color: #ffffff;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font-family: 'HGP創英角ﾎﾟｯﾌﾟ体',Impact,Charcoal;
	font-size: 24pt;
	letter-spacing: 4px;
	text-align: left;
}
#header h1 a         {color: #ffffff; text-decoration: none;}
#header h1 a:link    {color: #ffffff; text-decoration: none;}
#header h1 a:active  {color: #ffffff; text-decoration: none;}
#header h1 a:visited {color: #ffffff; text-decoration: none;}
#header h1 a:hover   {background-color: transparent; text-decoration: none;}

#text_size {
	text-align: right;
	color: #ffffff;
	font-size: 9pt;
	padding-right: 2em;
}

#text_size a         {color: #ccf; text-decoration: none;}
#text_size a:link    {color: #ccf; text-decoration: none;}
#text_size a:active  {color: #ccf; text-decoration: none;}
#text_size a:visited {color: #ccf; text-decoration: none;}
#text_size a:hover   {background: #FFE080; color:#FF6633; text-decoration: none;}

/****************************
メイン
*****************************/
#content {
	margin-top: 10px;
}

#main {
	font-size: 90%; 
	padding-top: 1px;
	line-height: 1.7em;
	padding-left: 15px;
	padding-right: 15px;;
}

#main li {
	line-height: 1.7em;
}

/* 記事タイトル */
#main h2 {
	line-height: 1.2em;
	border-bottom: solid 1px #377db4;
	border-left: solid 10px #377db4;
	color: #377db4;
	font-size: 130%;
	padding-left: 3px;
	background-color: #eee;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}

#main h2 a         {color: #377db4; text-decoration: none;}
#main h2 a:link    {color: #377db4; text-decoration: none;}
#main h2 a:active  {color: #377db4; text-decoration: none;}
#main h2 a:visited {color: #377db4; text-decoration: none;}
#main h2 a:hover   {background-color: transparent; text-decoration: none;}

/* 項目名（コメント、トラックバック、etc) */
#main h3 {
	border-bottom: dashed 1px #669900;
	color: #669900;
	margin-left: 3px;
	padding-left: 6px;
}

/* 項目内のタイトル */
#main h4,#main h5,#main h6 {
	border-bottom: solid 1px #669900;
	color: #669900;
	margin: 5px 0 0 10px;
}
/* トラックバックジャンプ用 */
#main h4 a         {color: #669900; text-decoration: none;}
#main h4 a:link    {color: #669900; text-decoration: none;}
#main h4 a:active  {color: #669900; text-decoration: none;}
#main h4 a:visited {color: #669900; text-decoration: none;}
#main h4 a:hover   {background-color: transparent; text-decoration: underline;}

/* メインテキスト関係 */
.main_txt {
	color: #000000;
	margin-bottom: 10px;
}

.post_date {
	margin-bottom: 15px;
	color: #555;
	text-align: right;
}


/* state (post date,etc) */
.state {
	margin-top: 8px;
	font-size: 80%;
	color: #555;
	text-align: right
}

/* ナビ用 */
.brief dt {
	font-weight: bold;
}

.brief dd {
}

.navi{
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 2px;
	font-size : 9pt ;
	color : #858275 ;
	text-align: center;
	line-height: 1.2em;
}

.navi a:link    {color: #3D3D3D; text-decoration: none;}
.navi a:active  {color: #3D3D3D; text-decoration: none;}
.navi a:visited {color: #3D3D3D; text-decoration: none;}
.navi a:hover   {color: #336600; text-decoration: underline; background-color: #CCFF99;}

.comment, .trackback {
	margin-top: 30px;
}

.comment_txt, .trackback_txt {
	color: #000000;
	margin-left: 1em;
}
.comment_res_txt {
	color: #000000;
	margin-left: 3em;
}

/****************************
メニュー
*****************************/
.menu {
	border: 1px solid #AAA;
	font-size: 80%;
	background: #EBF1F5;
}

.menu h2,.menu h3 {
	margin: 8px auto 3px auto;
	border: 0;
	padding: 2px 0 2px 3px;
	font-size: 11pt;
	background-color: #377db4;
	color: #FFFFFF;
}

.menu ul,.menu li {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

.menu ul ul {
	margin-left: 1px;
	list-style: none;
}
	
.menu li {
	line-height: 1.1em;
	padding-left: 14px;
	margin-bottom: 0.4em;
	background-position: left center;
}

.menu_li_y_r {
	background: url("http://file.m0nch1.blog.shinobi.jp/y_r.gif") left 4px no-repeat;
}
.menu_li_y_o {
	background: url("http://file.m0nch1.blog.shinobi.jp/y_o.gif") left 4px no-repeat;
}
.menu_li_y_y {
	background: url("http://file.m0nch1.blog.shinobi.jp/y_y.gif") left 4px no-repeat;
}
.menu_li_y_g {
	background: url("http://file.m0nch1.blog.shinobi.jp/y_g.gif") left 4px no-repeat;
}
.menu_li_y_b {
	background: url("http://file.m0nch1.blog.shinobi.jp/y_b.gif") left 4px no-repeat;
}

.menu a:link    {text-decoration: none;}
.menu a:active  {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover   {text-decoration: underline;}



/****************************
copyright
*****************************/
#copyright {
	color: #666666;
	font-size: 80%;
	text-align: right;
}

#copyright a         {color: #666666; text-decoration: none;}
#copyright a:link    {color: #666666; text-decoration: none;}
#copyright a:active  {color: #666666; text-decoration: none;}
#copyright a:visited {color: #666666; text-decoration: none;}
#copyright a:hover   {color: #666666; text-decoration: underline;}

.footer a         {text-decoration: none; background-color: transparent; }
.footer a:link    {text-decoration: none; background-color: transparent; }
.footer a:active  {text-decoration: none; background-color: transparent; }
.footer a:visited {text-decoration: none; background-color: transparent; }
.footer a:hover   {text-decoration: none; background-color: transparent; }

/****************************
カレンダー
*****************************/
.CalendarTable {
	border-bottom :1px solid #999;
	font-size: 13px;
	margin: 2px 10px 3px 10px;
}
.CalendarMoveTable{
	border-bottom: 1px solid #999;
	margin : 3px 11px 0px 11px;
	font-size: 13px;
}
.CalendarTable th {
	background: #F3F3F3;
	font-weight: normal;
	padding: 0 0 2px 0;
	text-align: center;
}
.CalendarTable td {
	background: #F9F9F9;
	color: #999999;
	padding: 1px 0px;
	text-align: center;
	width: 22px;
}
.CalendarTable td a {
	display: block;
	font-weight: bold;
}
.CalendarTable .CalendarWdaySun{
	color: #CC3D3D;
}
.CalendarTable .CalendarWdaySat{
	color: #2996CC;
}
.CalendarTable td a:link, .CalendarTable td a:visited, .CalendarTable td a:hover, .CalendarTable td a:active {
	font-weight: bold;
	text-decoration: none;
}
.CalendarTable td a:link    { color: #333333; }
.CalendarTable td a:active  { background: #FFE080; border: 1px solid #FFE080; color:#FF6633; }
.CalendarTable td a:visited { color: #004000}
.CalendarTable td a:hover   { background: #FFE080; color:#FF6633; }

table.calenderunder {
	font-size: 13px;
	margin: 0px 10px 8px 10px;
}
.calenderunder td {
	width: 50%;
}

.calenderunder td a:hover   { background: #FFE080; color:#FF6633; }
