#side a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	zoom:1;
}
#header img{
	width:100%;
}

#header_nav{
	overflow:hidden;
	clear:both;
}
#header_nav li{
	width:50%;
}
#header_nav li a{
	padding:10px;
	background:url(images/button_bg.jpg) repeat-x bottom center;
	text-align:center;
	display:block;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
}
#header_nav li a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	zoom:1;
}
#header_nav .header_nav01{
	width:49%;
}
#header_nav li a img{
	width:auto;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}

/*======list.php=======*/
.list_box{
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	clear:both;
	overflow: hidden;
}
.list_tmb{
	margin-bottom:10px;
	padding-right:10px;
	max-width: 150px;
	max-height: 150px;
	float: left;
	overflow: hidden;
}
.list_tmb img{
	width:100%;
}
.list_text{
}
.list_meta{
	border-top:1px solid #eee;
	font-size:85%;
	clear:both;
}
.post-categories{
	float:left;
	display:inline;
}
.post-categories li{
	display:inline;
}

@media screen and (max-width: 800px) {
.list_tmb{
	max-width:120px;
	max-height:inherit;
}
}
/*======//list.php=======*/
.widget-container{
	clear:both;
}

.li-circle li, .li-disc li, .li-number li {
	margin-left: 20px;
	line-height: 1.6em;
}
li .li-circle, li .li-disc, li .li-number {
	padding-top: 1em;
	padding-bottom: 2em;
}
.li-circle li {
	list-style-type: circle;
}
.li-disc li {
	list-style-type: disc;
}
.li-number li {
	list-style-type: decimal;
}

#footer{
	overflow:hidden;
	zoom:1; /*IE*/
}
#footer ul{
}
#footer li{
	font-size: 80%;
	padding:0 5px 0 0;
	float:left;
}
#footer li a {
	color: #999;
}
#footer li a:hover {
	color: #ccc;
}
@media screen and (min-width: 801px) {


/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
html {
}
body {
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #333;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	color: #8bc;
}
.clear {
	clear: both;
	line-height: 0
}
/****************************************
		2. Basic Layout 
*****************************************/
#page {
	background-image: url(images/bg.gif);
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#header {
	background-position:center top;
	position:relative;
	border-radius: 0 0 4px 4px;
}
#contents {
	min-height: 663px;
}
#main {
	width: 605px;
	padding: 35px 35px 35px 0;
	float: left;
}
#side {
	width: 300px;
	padding: 35px 0 35px 0;
	float: left;
}
#footer {
	background: url(images/bg_contents_bottom.png) no-repeat top center;
	padding-top: 55px;
}
*:first-child+html #footer {
	margin-top: -5px;
}
/****************************************
		3.  Header, Menu
*****************************************/
.blog_title {
	color: #EF75C1;
	font-size: 260%;
	position: relative;
	top: 150px;
	left: 55%;
	width:44%;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 8px -5px 2px #D6D6D6;
	line-height:1.1em;
}
.blog_title:hover {
	color: #ccc
}
#header p {
	color: #999;
	font-size: 90%;
	margin-top: 10px;
	position:relative;
	top:200px;
	left:55%;
	width:44%;
	text-shadow: 0px -1px 1px #D6D6D6;
}
/*** Main Menu ***/
ul#nav, div.menu ul {
	position: absolute;
	top: 362px;
	height: 38px;
	font-size: 90%;
	border-left: 1px solid #00658E;
}
.admin-bar ul#nav, .admin-bar div.menu ul {
	top: 128px;
}
ul#nav li, div.menu ul li {
	float: left;
	position: relative;
	border-right: 1px solid #007EB1;
}
ul#nav > li:first-child, div.menu ul > li:first-child {
	border-left: 1px solid #007EB1;
}
ul#nav li > a, div.menu ul li > a {
	color: #fff;
	padding: 8px 13px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #007EB1;
	background-image: -webkit-linear-gradient(270deg,rgba(22,188,255,0.63) 0%,rgba(0,156,219,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(22,188,255,0.63) 0%,rgba(0,156,219,1.00) 100%);
}
ul#nav li:hover > a,  ul#nav > li.current_page_item > a,  ul#nav > li.current_page_ancestor > a,  ul#nav > li.current-menu-item > a,  ul#nav > li.current-category-ancestor > a,  div.menu ul li:hover > a,  div.menu ul > li.current_page_item a,  div.menu ul > li.current_page_ancestor > a,  div.menu ul > li.current-menu-item > a,  div.menu ul > li.current-category-ancestor > a {
	background-image: -webkit-linear-gradient(270deg,rgba(22,188,255,1.00) 0%,rgba(0,156,219,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(22,188,255,1.00) 0%,rgba(0,156,219,1.00) 100%);
}
/*** Children Menu ***/
ul#nav ul, div.menu ul ul {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
ul#nav ul li, div.menu ul ul li {
	width: 180px;
	border: none;
}
ul#nav ul li ul, div.menu ul ul li ul {
	left: 100%;
	top: 0;
}
ul#nav ul li a, div.menu ul ul li a {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=70);  /* IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
ul#nav ul li:hover > a, div.menu ul ul li:hover {
	background: #666;
}
ul#nav li:hover > ul, div.menu ul li:hover > ul {
	display: block;
}
/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info {
	color: #666;
	font-size: 85%;
	padding: 5px;
	margin: 0 0 20px;
	background-color: #FADEF0;
}
div.blog_info ul {
	margin: 0;
}
div.blog_info li {
	float: left;
	padding-left: 20px;
	margin: 0 15px 0 5px !important;
	list-style: none !important
}
div.blog_info li a {
	color: #666
}
div.blog_info li a:hover {
	color: #333
}
div.blog_info li.cal {
	background: url(images/icon_cal.png) no-repeat 0 2px;
}
div.blog_info li.cat {
	background: url(images/icon_cat.png) no-repeat 0 2px;
}
div.blog_info li.tag {
	background: url(images/icon_tag.png) no-repeat 0 2px;
}
/*** Contents ***/
img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 0 0 !important;
}
a.more-link {
	background: url("images/arrow_next.png") no-repeat right top;
	color: #333;
	font-size: 85%;
	padding: 2px 20px 5px 10px;
	text-align: right;
	text-decoration: none;
	margin-left: 470px;
	display: block;
	margin-top:15px;
	width:5em;
}
a.more-link:hover {
	color: #999
}
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below {
	margin: 40px 0 0;
	overflow: auto;
}
div.navigation {
	overflow: auto;
}
div.navigation a {
	margin-bottom: 10px
}
.nav-previous a, .nav-next a,  div.navigation .alignleft a, div.navigation .alignright a {
	color: #333;
	font-size: 85%;
	text-decoration: none;
}
.nav-previous a:hover, .nav-next a:hover,  div.navigation .alignleft a:hover, div.navigation .alignright a:hover {
	color: #999
}
.nav-previous a, div.navigation .alignleft a {
	float: left;
	padding: 2px 10px 2px 20px;
	background: url("images/arrow_prev.png") no-repeat left top;
}
.nav-next a, div.navigation .alignright a {
	float: right;
	text-align: right;
	padding: 2px 20px 2px 10px;
	background: url("images/arrow_next.png") no-repeat right top;
}
/****************************************
		5. Post Entry 
*****************************************/
.title {
	color: #00A7EA;
	font-size: 200% !important;
	line-height: 35px;
	margin: 50px 0 15px !important;
	border: none !important;
	padding: 0 !important
}
div.post {
	border: 1px #ddd solid;
	background-color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.59) 0%,rgba(255,255,255,0.56) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.59) 0%,rgba(255,255,255,0.56) 100%);
	padding:35px;
	margin-bottom:35px;
}
div.post:first-child .title {
	margin-top: 0 !important;
}
.title a {
	color: #00A7EA;
	text-decoration: none;
}
.title a:hover {
	color: #999
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 30px 0 10px
}
.post h2 {
	font-size: 160%;
	border-bottom: 5px solid #ccc;
	padding-bottom: 10px;
}
.post h3 {
	font-size: 140%;
}
.post h4 {
	font-size: 120%;
}
.post h5 {
	font-size: 110%;
}
.post p {
	margin-bottom: 20px;
}
.post em {
	font-style: italic;
}
.post code {
	color: #06c;
	font-family: 'Courier New', Courier, monospace;
}
.post img {
	border: 1px #ccc solid;
	padding: 3px;
	background: #fff;
	margin: 20px 0;
}
.post img.wp-smiley {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}
.post blockquote {
	border-left: 5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}
.post blockquote p {
	margin: 0;
}
.post div.wp-caption {
	margin: 20px 0;
}
.post div.wp-caption img {
	margin: 0;
}
.post div.wp-caption p {
	font-size: 85%;
}
.post ul, .post ol {
	margin: 20px 0;
}
.post ul li {
	list-style: url(images/arrow_list.png);
	margin-left: 20px;
}
.post ol li {
	list-style: decimal outside;
	margin-left: 20px;
}
/****************************************
		6. Comments
*****************************************/
h3#comments {
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	color:#B69D2E;
}
.commentlist {
	margin-bottom: 30px;
}
.commentlist li {
	padding: 15px 15px 15px 70px;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	background-image: linear-gradient(180deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
}
.commentlist .avatar {
	background: #fff;
	border: 1px solid #ddd;
	left: 15px;
	margin: 0 16px 0 0;
	padding: 3px;
	position: absolute;
	top: 15px;
}
.commentlist .comment-meta {
	margin-bottom: 10px;
}
.commentlist .comment-meta a {
	color: #999;
	font-size: 85%;
	text-decoration: none;
}
.commentlist .comment-meta a:hover {
	color: #ccc;
}
.commentlist p {
	margin-bottom: 15px;
}
.commentlist .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	background: #EF75C1;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
}
.commentlist .reply a:hover {
	color: #EF75C1;
	background-color:#fff;
}
/*** Comment form ***/
#respond {
	margin-top: 70px;
	background-image: -webkit-linear-gradient(270deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	background-image: linear-gradient(180deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	padding:15px;
}
#respond h3 {
	padding: 10px 0 10px 0;
	color: #B69D2E;
	text-shadow: 1px 1px 0 #F1EACA;
}
#commentform {
	margin-top: 20px;
}
#commentform p {
	clear: both
}
#commentform label {
	margin: 10px 5px;
	font-size: 85%;
}
*:first-child+html #commentform label {
	position: relative\9;
	top: -15px\9;
} /* IE7 */
#commentform input[type="text"], #commentform textarea {
	margin: 5px 0 10px;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	border: 1px solid #06c;
}
/****************************************
		7.  widget
*****************************************/
#side h3 {
	background-color: #00A7EA;
	margin: 30px 0 10px;
	padding: 5px 0 3px 10px;
	color: #FFFFFF;
	font-size:95%;
}
#side li:first-child h3 {
	margin-top: 0;
}
#side .widget-area{
	padding:0 0 25px;
}
#side .banner{
	padding:0 0 10px;
	text-align:center;
}
#side .banner a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	zoom:1;
}



#footer h3 {
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left: 15px;
	height: 42px;
}
.widget-container a {
	text-decoration: none;
}
.widget-container ul li {
	list-style: url(images/arrow_list.png);
	margin-left: 20px;
	line-height:25px;
	font-size:92%;
}
/*** Calendar ***/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	background-color: #00A7EA;
	margin: 30px 0 10px;
	padding: 5px 0 3px 10px;
	color: #FFFFFF;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
}
#wp-calendar thead {
	font-size: 11px;
	text-align:center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea {
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	/* Webkit */
	background: -webkit-gradient(  linear,  left top,  left bottom,  from(#eee),  to(#fff)  );
	/* FF */
	background: -moz-linear-gradient(  top,  #eee,  #fff  );
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
input[type="submit"] {
	border: 1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;
	/* Webkit */
	background: -webkit-gradient(  linear,  left top,  left bottom,  from(#eee),  to(#ccc)  );
	/* FF */
	background: -moz-linear-gradient(  top,  #eee,  #ccc  );
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffcccccc);
	zoom: 1;
}
/****************************************
		9.  Footer
*****************************************/
#footer .widget-area {
	width: 290px;
	margin-left: 35px;
	float: left;
}
#footer .widget-area:first-child {
	margin-left: 0;
}
p.copy {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 40px 0;
	color: #666
}
p.copy a {
	color: #999;
}
p.copy a:hover {
	color: #ccc;
}
/****************************************
		10.  Other
*****************************************/
#breadcrumbs{
	font-size:87%;
	padding:5px 0 0;
}
#breadcrumbs h2{
	font-weight:100;
	display:inline;
}

}




@media screen and (max-width: 800px) {


/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
html {
	background: url(images/bg_header.jpg) no-repeat top center;
}
body {
	background: url(images/bg_footer.jpg) no-repeat bottom center;
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #333;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	color: #8bc;
}
.clear {
	clear: both;
	line-height: 0
}
/****************************************
		2. Basic Layout 
*****************************************/
#page {
	background-image: url(images/bg.gif);
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	background-position:center top;
	background-size: auto 100%;
	background-repeat:no-repeat;
	position:relative;
	border-radius: 0 0 4px 4px;
}
#contents {
	min-height: 663px;
}
#main {
	width: 96%;
	padding: 35px 2%;
}
#side {
	width: 96%;
	padding: 35px 2%;
}
#footer {
	background: url(images/bg_contents_bottom.png) no-repeat top center;
	padding-top: 55px;
}
*:first-child+html #footer {
	margin-top: -5px;
}
/****************************************
		3.  Header, Menu
*****************************************/
.blog_title {
	color: #EF75C1;
	font-size: 180%;
	position: relative;
	top: 80px;
	left: 50%;
	width:48%;
	display:block;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 8px -5px 2px #D6D6D6;
}
.blog_title:hover {
	color: #ccc
}
#header p {
	color: #999;
	font-size: 90%;
	margin-top: 10px;
	width:48%;
	position:relative;
	top:80px;
	left:50%;
	text-shadow: 0px -1px 1px #D6D6D6;
}
/*** Main Menu ***/
ul#nav, div.menu ul {
	position: absolute;
	top: 362px;
	height: 38px;
	font-size: 90%;
	border-left: 1px solid #00658E;
}
.admin-bar ul#nav, .admin-bar div.menu ul {
	top: 128px;
}
ul#nav li, div.menu ul li {
	float: left;
	position: relative;
	border-right: 1px solid #007EB1;
}
ul#nav > li:first-child, div.menu ul > li:first-child {
	border-left: 1px solid #007EB1;
}
ul#nav li > a, div.menu ul li > a {
	color: #fff;
	padding: 8px 13px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #007EB1;
	background-image: -webkit-linear-gradient(270deg,rgba(22,188,255,0.63) 0%,rgba(0,156,219,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(22,188,255,0.63) 0%,rgba(0,156,219,1.00) 100%);
}
ul#nav li:hover > a,  ul#nav > li.current_page_item > a,  ul#nav > li.current_page_ancestor > a,  ul#nav > li.current-menu-item > a,  ul#nav > li.current-category-ancestor > a,  div.menu ul li:hover > a,  div.menu ul > li.current_page_item a,  div.menu ul > li.current_page_ancestor > a,  div.menu ul > li.current-menu-item > a,  div.menu ul > li.current-category-ancestor > a {
	background-image: -webkit-linear-gradient(270deg,rgba(22,188,255,1.00) 0%,rgba(0,156,219,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(22,188,255,1.00) 0%,rgba(0,156,219,1.00) 100%);
}
/*** Children Menu ***/
ul#nav ul, div.menu ul ul {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
ul#nav ul li, div.menu ul ul li {
	width: 180px;
	border: none;
}
ul#nav ul li ul, div.menu ul ul li ul {
	left: 100%;
	top: 0;
}
ul#nav ul li a, div.menu ul ul li a {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	filter: alpha(opacity=70);  /* IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
ul#nav ul li:hover > a, div.menu ul ul li:hover {
	background: #666;
}
ul#nav li:hover > ul, div.menu ul li:hover > ul {
	display: block;
}
/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info {
	color: #666;
	font-size: 85%;
	padding: 5px;
	margin: 0 0 20px;
	background-color: #FADEF0;
}
div.blog_info ul {
	margin: 0;
}
div.blog_info li {
	float: left;
	padding-left: 20px;
	margin: 0 15px 0 5px !important;
	list-style: none !important
}
div.blog_info li a {
	color: #666
}
div.blog_info li a:hover {
	color: #333
}
div.blog_info li.cal {
	background: url(images/icon_cal.png) no-repeat 0 2px;
}
div.blog_info li.cat {
	/**
	background: url(images/icon_cat.png) no-repeat 0 2px;
	**/
	position: absolute;
	top: -1%;
	right: -2%;
	padding-left: 0px;
	margin: 0 !important;
	display: block;
	padding: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-image: url(images/li-cat.png);
	background-repeat: no-repeat;
	display: block;

}
div.blog_info li.cat a {
	color:white;
	text-decoration:none;
	display:block;
	height:40px;
	overflow:hidden;
	-webkit-transform: rotate(10deg);　 /* chrome、safari　*/
	-moz-transform: rotate(10deg);　 /* firefox　*/
	}
div.blog_info li.tag {
	background: url(images/icon_tag.png) no-repeat 0 2px;
}
/*** Contents ***/
img.attachment-post-thumbnail {
	float: left;
	margin: 0 15px 0 0 !important;
}
a.more-link {
	background: url("images/arrow_next.png") no-repeat right top;
	color: #333;
	font-size: 85%;
	padding: 2px 20px 5px 10px;
	text-align: right;
	text-decoration: none;
	display: block;
}
a.more-link:hover {
	color: #999
}
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below {
	margin: 40px 0 0;
	overflow: auto;
}
div.navigation {
	overflow: auto;
}
div.navigation a {
	margin-bottom: 10px
}
.nav-previous a, .nav-next a,  div.navigation .alignleft a, div.navigation .alignright a {
	color: #333;
	font-size: 85%;
	text-decoration: none;
}
.nav-previous a:hover, .nav-next a:hover,  div.navigation .alignleft a:hover, div.navigation .alignright a:hover {
	color: #999
}
.nav-previous a, div.navigation .alignleft a {
	float: left;
	padding: 2px 10px 2px 20px;
	background: url("images/arrow_prev.png") no-repeat left top;
}
.nav-next a, div.navigation .alignright a {
	float: right;
	text-align: right;
	padding: 2px 20px 2px 10px;
	background: url("images/arrow_next.png") no-repeat right top;
}
/****************************************
		5. Post Entry 
*****************************************/
.title {
	color: #00A7EA;
	font-size: 140% !important;
	line-height: 35px;
	margin: 15px 50px 15px 0px !important;
	border: none !important;
	padding: 0 !important
}
div.post {
	width:90%;
	border: 1px #ddd solid;
	background-color:#fff;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.59) 0%,rgba(255,255,255,0.56) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.59) 0%,rgba(255,255,255,0.56) 100%);
	padding:4%;
	margin:0 auto 35px auto;
	position:relative;
}
div.post:first-child .title {
	margin-top: 0 !important;
}
.title a {
	color: #00A7EA;
	text-decoration: none;
}
.title a:hover {
	color: #999
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	margin: 10px 0 10px
}
.post h2 {
	font-size: 160%;
	border-bottom: 5px solid #ccc;
	padding-bottom: 10px;
}
.post h3 {
	font-size: 140%;
}
.post h4 {
	font-size: 120%;
}
.post h5 {
	font-size: 110%;
}
.post p {
	margin-bottom: 20px;
}
.post em {
	font-style: italic;
}
.post code {
	color: #06c;
	font-family: 'Courier New', Courier, monospace;
}
.post img {
	border: 1px #ccc solid;
	padding: 1%;
	background: #fff;
	margin: 20px 0;
	width:auto;
	max-width:98%;
	height:auto;
	display:block;
}
.post img.wp-smiley {
	border: none;
	padding: 0;
	background: none;
	margin: 0;
}
.post blockquote {
	border-left: 5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}
.post blockquote p {
	margin: 0;
}
.post div.wp-caption {
	margin: 20px 0;
}
.post div.wp-caption img {
	margin: 0;
}
.post div.wp-caption p {
	font-size: 85%;
}
.post ul, .post ol {
	margin: 20px 0;
}
.post ul li {
	list-style: url(images/arrow_list.png);
	margin-left: 20px;
}
.post ol li {
	list-style: decimal outside;
	margin-left: 20px;
}
/****************************************
		6. Comments
*****************************************/
h3#comments {
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	color:#B69D2E;
}
.commentlist {
	margin-bottom: 30px;
}
.commentlist li {
	padding: 15px 15px 15px 70px;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	background-image: linear-gradient(180deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
}
.commentlist .avatar {
	background: #fff;
	border: 1px solid #ddd;
	left: 15px;
	margin: 0 16px 0 0;
	padding: 3px;
	position: absolute;
	top: 15px;
}
.commentlist .comment-meta {
	margin-bottom: 10px;
}
.commentlist .comment-meta a {
	color: #999;
	font-size: 85%;
	text-decoration: none;
}
.commentlist .comment-meta a:hover {
	color: #ccc;
}
.commentlist p {
	margin-bottom: 15px;
}
.commentlist .reply a {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	background: #EF75C1;
	font-size: 85%;
	color: #fff;
	text-decoration: none;
}
.commentlist .reply a:hover {
	color: #EF75C1;
	background-color:#fff;
}
/*** Comment form ***/
#respond {
	margin-top: 35px;
	background-image: -webkit-linear-gradient(270deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	background-image: linear-gradient(180deg,rgba(209,184,73,0.24) 0%,rgba(182,157,46,0.28) 100%);
	padding:15px;
}
#respond h3 {
	padding: 10px 0 10px 0;
	color: #B69D2E;
	text-shadow: 1px 1px 0 #F1EACA;
}
#commentform {
	margin-top: 20px;
}
#commentform p {
	clear: both
}
#commentform label {
	margin: 10px 5px;
	font-size: 85%;
}
#commentform input {
	width:45%;
	height:1.5em;
	margin: auto auto;
	}
#commentform textarea {
	width:75%;
	height:7.5em;
	margin: auto auto;
	}
*:first-child+html #commentform label {
	position: relative\9;
	top: -15px\9;
} /* IE7 */
#commentform input[type="text"], #commentform textarea {
	margin: 5px 0 10px;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	border: 1px solid #06c;
}

.comment-form-url,
.form-allowed-tags {
	display: none;
}

/****************************************
		7.  widget
*****************************************/
#side h3 {
	background-color: #00A7EA;
	margin: 30px 0 10px;
	padding: 5px 0 3px 10px;
	color: #FFFFFF;
	font-size:110%;
	line-height:35px;
}
#side li:first-child h3 {
	margin-top: 0;
}
#side .widget-area{
	padding:0 0 25px;
}
#side .banner{
	padding:0 10px 10px 0;
	float:left;
	text-align:center;
}
#side .banner a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	zoom:1;
}


#footer h3 {
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left: 15px;
	height: 42px;
}
.widget-container a {
	text-decoration: none;
}
.widget-container ul li {
	list-style: url(images/arrow_list.png);
	margin-left: 20px;
	line-height:35px;
	font-size:92%;
}
/*** Calendar ***/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	background-color: #00A7EA;
	margin: 30px 0 10px;
	padding: 5px 0 3px 10px;
	color: #FFFFFF;
	font-size: 95%;
	text-align: left;
	font-weight: bold;
}
#wp-calendar thead {
	font-size: 11px;
	text-align:center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	padding: 0;
	text-align: center;
	height:35px;
	line-height:35px;
}
#wp-calendar tbody td a {
	display: block;
	background-color: #D2F2FF;
	}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea {
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	/* Webkit */
	background: -webkit-gradient(  linear,  left top,  left bottom,  from(#eee),  to(#fff)  );
	/* FF */
	background: -moz-linear-gradient(  top,  #eee,  #fff  );
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
input[type="submit"] {
	border: 1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;
	/* Webkit */
	background: -webkit-gradient(  linear,  left top,  left bottom,  from(#eee),  to(#ccc)  );
	/* FF */
	background: -moz-linear-gradient(  top,  #eee,  #ccc  );
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffcccccc);
	zoom: 1;
}
/****************************************
		9.  Footer
*****************************************/
#footer .widget-area {
	width: 290px;
	margin-left: 35px;
	float: left;
}
#footer .widget-area:first-child {
	margin-left: 0;
}
p.copy {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding: 40px 0;
	color: #666
}
p.copy a {
	color: #999;
}
p.copy a:hover {
	color: #ccc;
}


/****************************************
		10.  Other
*****************************************/
#breadcrumbs{
	font-size:87%;
	padding:5px 0 0;
}
#breadcrumbs h2{
	font-weight:100;
	display:inline;
}

}