/*  
Theme Name: Graffiti Art
Theme URI: http://http://www.wpgalaxy.com
Description: Professional theme, Valid XHTML & CSS, 2 Columns, Widget Ready, Illustration
Author: DonCano
Author URI: http://www.wpgalaxy.com
*/

/* Begin Typography & Colors */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-size: 100.01%;
	font-family:  Verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/gb_back.png);
	background-repeat: repeat-x;
	background-position: top;
}
#body_wrap {
}
#page {
	text-align: left;
}
#page-top {
	background: url(images/page-top-bg.jpg) bottom no-repeat;
}
#page-body {
}
#content {
	line-height: 140%;
}
/*#sidebar {
	padding-left: 10px;
}*/
.narrowcolumn .entry {
	line-height: 120%;
}
.narrowcolumn .postmetadata {
	text-align: left;
}
.alt {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: none;
}
#footer a {
	color: #3f6067;
}
small {
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}
h2, h3 {
	font-family: Arial, Verdana, Sans-Serif, 'Georgia', 'Lucida Grande';
	font-weight: normal;
}
.description {
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	color:#f4600e;
	padding-left:18px;
}
h2 {
	font-size: 120%;
}
h2.pagetitle {
	font-size: 140%;
	text-align: left;
	background-color: #a9d300;
	padding: 5px;
	color: #336600;
	font-weight: bold;
}

#sidebar h2 {
	font-family: Arial, Verdana, Sans-Serif, 'Georgia', 'Lucida Grande';
	font-size: 20px;
	margin:0;
	width:200px;
	color:#433f3d;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 140%;
	line-height: 170%;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #336600;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #cc6600;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: normal;
	background:url(images/comment-post-icon.gif) top left no-repeat;
}
.commentlist li ul li, .commentlist li ol li {
	background:none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	line-height: 120%;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
	font-size: 90%;
}
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0 auto;
	padding: 0;
	min-height:600px;
}
#body_wrap {
	background-image: url(images/back.png);
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	height: 250px;
	width:920px;
	background-image: url(images/header.jpg);
}
#page {
	width: 880px;
	min-height: 500px;
	padding-top:12px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: auto;
}
#page-body {
	width: 880px;
	min-height: 600px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0px;
}
#content {
	float:right;
	width: 630px;
	min-height:300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.narrowcolumn {
	padding:0;
	margin:0;
}
.post {
	margin:0px;
	text-align: justify;
	min-height:50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.post hr {
	display: block;
}
.post-head {
	padding-bottom: 5px;
}
.post-head h2 {
	margin: 0px;
}
.category-icon {
	background: url(images/bullet_disk.png) left center no-repeat;
	width:14px;
	height:14px;
	padding:5px 5px 5px 20px;
}
.comment-icon {
	background: url(images/comments.png) left center no-repeat;
	width:14px;
	height:15px;
	padding:5px 5px 5px 20px;
}
.entry {
	margin:0;
	padding-top:1px;
}
.postmetadata {
	clear: left;
	height:28px;
	width:478px;
	line-height:2.3em;
	font-size: 10px;
	font-family: Verdana, Arial, Georgia, Helvetica, sans-serif;
}
.postmetadata a {
	color:#3f6067;
}
#footer {
	width:920px;
	background-image: url(images/footer.png);
	height: 110px;
}
#footer p {
	margin: 0;
	padding-top:20px;
	text-align: center;
	color: #636363;
}
/* End Structure */



/*	Begin Headers */

h1 {
	margin: 0;
	padding-left:0px;
	padding-top:0px;
	height:110px;
	padding-right: 0;
	padding-bottom: 0;
	display: block;
	width: 410px;
	position: absolute;
	left: 34px;
	top: 40px;
	font-family: Arial, Verdana, Sans-Serif, 'Georgia', 'Lucida Grande';
	font-size: 160%;
	text-align: left;
	font-weight:normal;
	text-decoration: none;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 410px;
	height:110px;
}
.post-head h2,.post h2 {
	line-height:160%;
	background-image: url(images/h2_back.png);
	height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff8f2c;
	font-size: 140%;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	clear: both;
	display: block;
}

h3 {
	padding: 0;
	margin: 0;
}
/* End Headers */





/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



html>body .entry ul {
	list-style: disc;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 35px;
}
html>body .entry ul li {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(images/arrow02.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
html>body .entry li {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.entry ul {
	margin-left:28px;
}
.entry ul li {
	padding:0;
	padding-left:10px;
}
.entry ol {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	border: 1px solid #D6E4EA;
	background-color: #f7f9fa;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 8px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 10px 0 25px;
	padding: 0;
	list-style-type:disc;
	color:#666666;
}
#sidebar ul ul li a {
	color:#666666;
}
#sidebar ul ul li a:hover {
	color:#FF6600;
}
/* End Entry Lists */


/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Georgia, Helvetica, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 8pt;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	color: #a0a0a0;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
#calendar_wrap {
	margin-top:5px;
	margin-left:10px;
}
#wp-calendar a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3c159;
	background-color: #edf3de;
	color: #6c8c37;
}
#wp-calendar caption {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-weight: bold;
}
#wp-calendar th {
	font-size:8pt;
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */

/* ::::: start サイドバーのカレンダーCSS ::::: */

#calendar {
	padding-right: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 210px;
}
#calendar table {
	text-align: center;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#calendar #wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 95%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#calendar #wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#calendar #wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*#wp-calendar a {
	display: block;
	color: #000000;
	text-decoration: none;
}*/

#calendar #wp-calendar a:hover {
	background: #a6c9e6;
	color: #006600;
}

#calendar #wp-calendar caption {
	font-weight: bold;
	font-size: 110%;
	color: #a0a0a0;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#calendar #wp-calendar td {
	font: normal 12px "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: normal;
	text-align: center;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#calendar #wp-calendar td a {
	margin-right: 1px;
	margin-left: 1px;
}



#calendar #wp-calendar #today {
	background: #a3c159;
	color: #667523;
	font-weight: bold;
}
#calendar #wp-calendar #today a {
	background: #a3c159;
	color: #667523;
	font-weight: bold;
}


#calendar #wp-calendar th {
	padding: 2px;
	background-color: #ffffff;
	color: #646464;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f3f4f4;
	border-bottom-color: #f3f4f4;
	font-style: normal;
	font-size: 11px;
	text-transform: capitalize;
}

/* ::::: END サイドバーのカレンダーCSS ::::: */

/* Begin Form Elements */

#searchform {
	height:30px;
	padding:0;
	margin:0;
}
#header #searchform #s {
	width: 170px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}
select {
	width: 130px;
}
#commentform {
	margin:0;
	padding:0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#ccffcc;
	border:1px solid #339933;
}
#commentform textarea {
	width: 95.5%;
	padding: 2px;
	background-color:#ccffcc;
	border:1px solid #339933;
}
#commentform #submit {
	margin: 0;
	float: right;
	margin-bottom: 2em;
	margin-right:16px;
}
/* End Form Elements */



/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 0px 10px 3px 20px;
	list-style: none;
}
.commentlist li ul li {
	list-style: disc outside;
	border:0;
	margin:0;
	padding:3px;
}
.commentlist li ol li {
	list-style: decimal outside;
	margin:0;
	border:0;
	margin-left:4px;
	padding:0px;
}
.commentlist p {
	margin: 10px 5px 10px 25px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */

#sidebar {
	float:left;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar form {
	margin: 0px;
	padding-bottom: 20px;
}
#sidebar p {
	padding:5px 0;
	color:#333
}

#sidebar .rss-feed a {
	color:#0099cc;
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	width: 60px;
	margin-left: 130px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* End Sidebar */





/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin:0;
	padding:0;
	padding-left:50px;
	min-height:30px;
	color:#999999;
	background: #fff url(images/blockquote-bg.jpg) top left no-repeat;
	font-style:italic;
	width:85%;
}
blockquote blockquote {
	margin:0;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	font-size: 80%;
}
/* End Various Tags & Classes*/  



/* PAGE MENU */

#menu-bar {
	float:left;
	margin:0;
	padding:0;
	width: 700px;
	line-height:26px;
	height:29px;
	padding-left:14px;
	font-size:10px;
}
#menu-bar ul {
	padding:0;
	margin:0;
}
.pagenav-home {
	width: 98px;
	height:29px;
	list-style-type:none;
	padding:0;
	margin:0;
	display:inline;
}
.pagenav {
	list-style-type:none;
}
.pagenav h2 {
	display:none;
	margin:0;
	padding:0;
}
.pagenav ul, .pagenav-home ul {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}
.pagenav ul li {
	padding:0;
	margin:0;
	display:inline;
}
.pagenav ul li a, .pagenav-home ul li a {
	width:98px;
	float: left;
	margin-left:2px;
	background: #fff url('images/pagemenu-inactive-bg.jpg') top repeat-x;
	color:#fff;
	text-decoration: none;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.pagenav ul li a:hover, .pagenav-home ul li a:hover {
	background: #fff url('images/pagemenu-active-bg.jpg') top repeat-x;
	color:#de5400;
}
.pagenav ul li.current_page_item a, .pagenav-home ul li.current_page_item a {
	background: #fff url('images/pagemenu-active-bg.jpg') top repeat-x;
	color:#de5400;
}
.pagenav ul li.current_page_item ul li a {
	background: #fff url('images/pagemenu-inactive-bg.jpg') top repeat-x;
	color:#fff;
}
.pagenav ul li.current_page_item ul li a:hover {
	background: #fff url('images/pagemenu-active-bg.jpg') top repeat-x;
	color:#fff;
}
#footer-top {
	margin:0 auto;
	width:770px;
	height:9px;
}
#footer-bot {
	margin:0 auto;
	width:770px;
	height:50px;
	text-align:center;
}
#recent-comments {
	float:left;
	height:200px;
	width:552px;
	padding-left:38px;
	padding-top:10px;
}
#recent-comments h2, #meta h2 {
	font-size:30px;
}
#recent-comments ul, #meta ul {
	font: 14px 'Century Gothic', Arial, Verdana, 'Lucida Grande', Sans-Serif;
	padding:2px;
	padding-left:12px;
	margin:4px;
}
#recent-comments ul li {
	padding:2px;
}
#meta ul li {
	padding:2px;
}
#meta {
	float:left;
	height:200px;
	width:265px;
	padding-left:70px;
	padding-top:10px;
}
/* SIDEBAR addons */	
	

#sidebar ul ul li {
	list-style-type:none;
	padding-left:18px;
	margin-left:0px;
	background-image: url(images/arrow01.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 5px;
}
.date {
	float:left;
	padding-left:20px;
	color:#3f6067;
	background: url(images/calendar_view_day.png) left center no-repeat;
}
.comment {
	float:right;
}
#page-bottom {
	height:150px;
	width:770px;
	margin:0 auto;
	background: #719bb1 url(images/page-bottom-bg.jpg) no-repeat center top;
}
/**{
border:1px solid red;
}
li{
background:#ffffee;
}*/
#topnavi {
	height: 30px;
	width: 510px;
	position: absolute;
	left: 390px;
	top: 200px;
}
#topnavi ul {
	height: 30px;
	width: 510px;
	display: block;
}
#topnavi li{
	float: left;
	display: block;
	list-style-type: none;
	height: 30px;
	margin-right: 10px;
}
#topnavi li a{
	float: left;
	display: block;
}
#navi01 a {
	height: 30px;
	width: 160px;
}

#navi02 a {
	height: 30px;
	width: 200px;
}

#navi03 a {
	height: 30px;
	width: 120px;
}

#menu {
	display: block;
	height: 44px;
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #679A01;
	background-image: url(images/menu_under.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#menu ul {
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 890px;
	display: block;
	padding-left: 10px;
}
#menu li{
	float: left;
	display: block;
	list-style-type: none;
	height: 30px;
	width: 140px;
	margin-right: 8px;
}
#menu li a{
	float: left;
	display: block;
	height: 30px;
	width: 140px;
}
#menu #menu01 a {
	background-image: url(images/menu01.png);
}
#menu #menu01 a:hover, #menu #menu01 a:active {
	background-image: url(images/menu01.png);
}
#menu #menu02 a {
	background-image: url(images/menu02.png);
}
#menu #menu02 a:hover, #menu #menu02 a:active {
	background-image: url(images/menu02.png);
}
#menu #menu03 a {
	background-image: url(images/menu03.png);
}
#menu #menu03 a:hover, #menu #menu03 a:active {
	background-image: url(images/menu03.png);
}
#menu #menu04 a {
	background-image: url(images/menu04.png);
}
#menu #menu04 a:hover, #menu #menu04 a:active {
	background-image: url(images/menu04.png);
}
#menu #menu05 a {
	background-image: url(images/menu05.png);
}
#menu #menu05 a:hover, #menu #menu05 a:active {
	background-image: url(images/menu05.png);
}
#menu #menu06 a {
	background-image: url(images/menu06.png);
}
#menu #menu06 a:hover, #menu #menu06 a:active {
	background-image: url(images/menu06.png);
}

#header span, #menu span, .topics span, #banner span, .sengen span, .sengen_n span, .office span, .kaijyou span, .mokuhyou span, .member_navi span, .hyougo span, .mokuteki span, .test span, .mokuhyou2 span,#topnavi span {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}
#sidearea {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidearea img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 0px;
}
#fontchange {
	height:35px;
	left:700px;
	padding-left:0px;
	position:absolute;
	top:8px;
	width:200px;
	text-align: right;
}
#fontchange a {
	margin: 0px;
	padding: 0px;
}
.sengen {
	background-image: url(images/h2_sengen.png);
	height: 32px;
	width: 663px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topics {
	background-image: url(images/h2_topics.png);
	height: 32px;
	width: 663px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topics_area {
	padding-bottom: 20px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
}
.topics_area dl {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b2b2b2;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 110%;
	line-height: 140%;
	clear: both;
	height: 25px;
}
.topics_area dt {
	float: left;
	color: #6c6c6c;
	padding-right: 10px;
	font-size: 80%;
}
.topics_area dd {
	float: left;
	background-image: url(images/arrow01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 90%;
	line-height: 160%;
}
.topics_area a {
	color: #4996cc;
}

.mini_area {
	padding-bottom: 5px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	width: 301px;
	min-height:110px;
}

p {
	font-size: 90%;
	line-height: 140%;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

/*.post h2 {
	background-image: url(images/h2_back.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 633px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 120%;
	line-height: 150%;
	color: #274250;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-weight: bold;
	display: block;
}*/
.entry {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	font-size: 90%;
}
.entry h3 {
	background-image: url(images/h3_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 25px;
	font-weight: bold;
	height: 38px;
	padding-top: 12px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.entry h4 {
	padding-left: 25px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #274250;
}

.day2 {
	font-size: 70%;
}
.font_large_center {
	font-size: 130%;
	font-weight: bold;
	color: #274250;
	text-align: center;
}
.font274250_center {
	font-weight: bold;
	color: #274250;
	text-align: center;
}
.font274250 {
	font-weight: bold;
	color: #274250;
}
.small {
	font-size: 70%;
}




.search,.toukou,.archives,.meta {
	height: 30px;
	width: 210px;
}
.search {
	background-image: url(images/side_search.png);
}
.toukou {
	background-image: url(images/side_toukou.png);
}
.archives {
	background-image: url(images/side_archives.png);
}
.meta {
	background-image: url(images/side_meta.png);
}
.search span,.toukou span,.archives span,.meta span,.rss-feed span {
	display: none;
}
.postdetails {
	padding-top:5px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #669900;
	clear: both;
}
.postdetails a:hover {
	color: #ff8f2c;
	text-decoration: none;
	}
/* End Fonts and Colors */
.postdetails a {
	color:#ff8f2c;
	text-decoration: underline;
	}
.not_search {
	padding: 10px;
}
.font_big {
	font-size: 130%;
}
