/* CSS Document */

/* Begin Typography & Colors */

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float:left;
	margin: 5px 0 0px 40px !important;
	margin: 5px 0 0px 20px;
	width: 561px;
	}
	

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/*
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}*/
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	/*padding: 2px;*/
	/*margin: 0 0 2px 7px;*/
	/*border:#cccccc solid 1px;*/
	display: inline;
	}

img.alignleft {
	/*padding: 2px;*/
	/*margin: 0 7px 2px 0;*/
	/*border:#cccccc solid 1px;*/
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.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: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar h3{
	border-bottom:solid 1px #666666;
	background:#ffffff url(images/sidebar_h3_bg.gif) 0 0 no-repeat;
	color:#000;
	padding:5px 0 5px 20px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {

	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
	
#sidebar ul{
	margin:0;
	padding:0;
	}
#sidebar ul li{
	margin:0;
	padding:0;
	}
#sidebar ul ul{
	margin:0;
	padding:0;
	}
#sidebar ul.side{
	background:#ffffff url(images/sidebar_bg.gif) 0 0 repeat-y;
	}
#sidebar ul.side li {
	font-size:1.2em;
	border-bottom:solid 1px #999999;
	list-style:none;
	background: url('../img/share/side_bar_btn_bg.gif') 0 0px no-repeat;
	}
	
#sidebar ul.side li a{
	display:block;
	line-height:30px;
	text-decoration: underline;
	width:175px;
	padding:0 0 0 25px;
	background: url('../img/share/side_bar_btn_bg.gif') 0 0px no-repeat;
	}
	
#sidebar ul.side li a:hover {
	text-decoration:none;
	background: url('../img/share/side_bar_btn_over_bg.gif') 0 0px no-repeat;
	}*/
/* End Sidebar */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 554px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

#comment{
	width:561px;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0 0 15px 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#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;
	display:block;
	background:#fff;
	padding:0px 0 0 0px;
	margin:5px 0 0 41px !important;
	margin:5px 0 0 20.5px;
	width:200px;
	height:auto;
	}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#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;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	margin: 0px auto 0;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 150%;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

h1.page_h1{
	font-size: 28px;
	text-align: left;
	padding:30px 0 0 0px;
	margin: 0 0 30px 0;
	color:#000000;
	
}


/*=============================
		全体に指定
=============================*/
*{ 
	margin:0;
	padding:0;
	font-size:14px;
}

img{
	vertical-align:bottom;
	/*behavior:url(http://www.visualart.jp/wp-content/themes/visualart/js/iepngfix.htc);*/
	}

a img{
	border:0px;
}

a{ text-decoration: underline;color: #000;}
a:hover{ text-decoration: none;color: #ba1b21;}
a:visited{color: #000;}


/*=============================
		bodyに指定
=============================*/
body{
		/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
		font-family: "ＭＳ Ｐゴシック","MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3",Sans-Serif;
		width: 100%; height: 100%;
		margin: 0 auto;
		font-size:14px;
		background: #ffffff url(img/share/bg_new.gif) repeat-x;
}
/*=============================
		containerに指定
=============================*/

#container{
		float:left;
		position:absolute;
		top:0;
		padding:0; width: 100%;
		height: auto;
		font-size:14px;
}

/*=============================
		headerに指定
=============================*/

#header{
		margin:0 auto;
		width: 860px; height: 131px;
}



/*=============================
	   header_navに指定
=============================*/

ul#header_nav{
	float:right;
	margin:-94px 0px 0 0;
}


/*------------header_nav btnに指定------------*/
#header_nav li{
		list-style-type: none;
		display: block;
		width: 248px; height: 46px;
		margin:0px;
}

/*------------header_nav btnのリンクあり------------*/
#header_nav li a{
		display: block;
		width: 248px; height: 46px;
		margin:0px;
}


/*------------ロールオーバー------------*/
#header_nav li a:hover{ 
	
}


/*=============================
	   global_navに指定
=============================*/

ul#global_nav{
		float:left;
		width: 860px; height: 41px;
		display:block;
		padding:0px 0 0 0px;
		margin:6px auto 0 auto;
		background: url(img/share/global_navi_btn.gif) 0 0px no-repeat;
}

ul#global_nav li{
		display: block;
		float: left;
		margin: 0px 0 0 0px;
		list-style-type: none;
}
ul#global_nav li.home_btn{
		width:104px;
}

ul#global_nav li.service_btn{
		width:224px;
}

ul#global_nav li.plan_btn{
		width:197px;
}

ul#global_nav li.works_btn{
		width:140px;
}

ul#global_nav li.other_btn{
		width:195px;
}




/*------------global_nav btnのリンクあり------------*/
#global_nav li a{
		display: block;
		margin: 0px;
}




/*=============================
	 footer前に指定
=============================*/
.before_footer_zone{
float:left;
margin:0px 0 0 0;
width:700px;
color:#000;
line-height:150%;
}

/*=============================
	  toppage_btnに指定
=============================*/

a.pagetop_btn{
		/*clear: both;*/
		float:left;
		display: block;
		margin:20px 0 9px 0px;
		padding:3px 0 0 0;
		text-align:right;
		text-decoration:none;
		font-size:10px;
		width: 866px; height: 19px;
		background: url(img/share/pagetop_btn.gif) 0 0 no-repeat;
}

a.pagetop_btn:hover{background: url(img/share/pagetop_btn_over.gif) 0 0 no-repeat;}


/*=============================
	    footerに指定
=============================*/
#footer_set{
float:left;
background:#fff url(img/share/footer_bg.gif) 0px 0px repeat-x;
width:100%;
}

#footer{
		width: 860px; height:110px;
		margin:16px auto 0 auto;
}


#footer ul{
		float:left;
}

ul#footer_list{
		background:none;
		list-style-type: none;
		padding:0 0px 3px 0;
		width: 860px; height: 19px;
}

ul#footer_list li{
		float: right;
		display: block;
		margin:0px 0 0 10px;
		padding:0 0px 0 12px;
		width: auto; 
		color:#454545;
		background: url(img/share/footer_list_yajirushi.gif) 0px 2px no-repeat;
		font-size:12px;
}



li.sitepolicy_btn a{
color:#535353;
}
li.privacypolicy_btn a{
color:#535353;
}
ul.footer_appeal{
		display:block;
		padding:0 0 0 110px;
		margin:20px 0 0 0;
		height:31px;
		background: url(img/share/footer_appeal_bg.gif) 0px 0 no-repeat;
}
li.footer_appeal{
		display:block;
		list-style-type: none;
		width: 760px;
		color:#454545;
		padding:9px 0px 11px 0px;
		margin:0;
		font-size:12px;
		text-align:left;

}
li.footer_appeal2{
		margin:0;padding:0;
}
li.footer_appeal a{
		font-size:12px;
}
li.copyright{
		display:block;
		list-style-type: none;
		width: 840px; height: 21px;
		color:#454545;
		padding:8px 0px 0 16px;
		margin:2px 0 0 0;
		font-size:12px;
		text-align:center;
}

/*-----------------ロールオーバー------------*/
/*
li.sitepolicy_btn a:hover{color:#000;}

li.privacypolicy_btn a:hover{color:#000;}
*/
/*-----------------訪れた------------*/
/*
li.sitepolicy_btn a:visited{color:#000;}

li.privacypolicy_btn a:visited{color:#000;}
*/

/*-----------------リンクなし------------*/
/*
li.sitepolicy_btn_nl{
color:#535353;
}

li.privacypolicy_btn_nl{
color:#535353;
}
*/


/*-----------------コンテンツ部分------------*/
#main_contents{
		width:880px;
		margin:0 auto;
}

.left_main{
	float:right;
	left:0px;
	width: 252px; height: auto;
	margin:0px 10px 0 0px !important;
	margin:0px 5px 0 0px;
}

.right_main{
	float:left;
	width: 592px;
	height: auto;
	margin:0px 0 0 10px !important;
	margin:0px 0 0 5px;
}


/*-----------------装飾部分------------*/
.bold_txt{
	font-weight:bold;
}
