@charset "utf-8";
/* *************************************** */
/*     PS_template 2.02 (UTF-8 ver.)       */
/*       ver 2.0  Release : 2007.05.11     */
/*       ver 2.01 Release : 2007.05.15     */
/*       ver 2.02 Release : 2007.05.18     */
/* *************************************** */

/* ********** CSS Compatibility ********** */
/*   full:Win IE6,7;Firefox1.5,2.0;        */
/*        Mac Safari 1.3;Firefox 1.5,2.0;  */
/*   Not usable:                           */
/*        IE 5.5-;NC4                      */
/* *************************************** */


/*  ==================== universal styles ==================== */


* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline:none;

}
a {
	color: #175DAF;
	text-decoration: none;
}
a:visited {
	color: #34349E;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}

html {
	overflow-y: scroll;
}
body {
	font-family: Osaka, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.5em;
}
img {
	border: 0;
}

.log_script {
	display: none;
}
.clearfix:after {
	content:"";
	display: block;
	height: 0;
	clear: both;
}
.clearfix{
	display:inline-block;
}
/*Hides from IE-mac \*/
*html.clearfix{height: 1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

.clear {
	clear: both;
}

.block_center {

margin:0 auto;

}


/* ----- text_hide ----- */
.text_hide,.text_hide * {
	text-indent: -9999px;
	text-decoration: none;
	font-size: 6px;
	line-height: 8px;
	outline: none;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
 }

a img {
	border: none;
 }


/*	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: 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 */
/* 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;

	border-radius: 3px;
}

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

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




.clearfix:after {
  content: ".";  /* make a new element */
  display: block;  /* to block element */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*促*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
clear:both;
}
.noclear {
	clear: none!important;
}


   /* --------------- sitemap --------------- */

#sitemap_list {

}

#contents #sitemap_list li {
	padding: 0 0 7px;
	margin: 1em 0;
	list-style-type: none;
	background: url(images/common/sitemap_li.png) no-repeat left 0.3em;
	text-indent: 30px;
	font-size: 1.2em;
}
#contents #sitemap_list li ul {
	margin: 1em 0 0;
	padding: 0;
}

#contents #sitemap_list li li {
	margin: 0.7em 0 0.7em 30px;
	padding: 0 0 0 0px;
	border-style: none;
	font-size: 0.85em;
}
#contents #sitemap_list li li li {
	background: url(images/common/sitemap_li_li.png) no-repeat left 0.1em;
	font-size: 1em;
}
#sitemap_list li a {

}
#sitemap_list li li a {

}
#sitemap .text_box {
	background: url(images/page/sitemap_bg.png) no-repeat right top;
}

	/* ----------------- form_length ----------------- */



.length_ss {

	width: 50px;

}

.length_s {

	width: 75px;

}

.length_m {

	width: 150px;

}

.length_l {

	width: 200px;

}

.length_xl {
	width: 95%;
}
.Ps_form_message {
	color: #E53A17;
}



.submit_btn {
	height: 35px;
	width: 120px;
}
.text_box label {
	padding-right: 20px;
	padding-bottom: 10px;
}

.post_edit {
	clear: both;
	margin-right: 0px;
	margin-left: auto;
	display: block;
	width: 113px;
	padding-top: 20px;
	padding-bottom: 20px;
}



.post_edit a {
	background: url(/wp-content/themes/works_news/images/common/btn_edit_post.png);
	display: block;
	width: 113px;
	height: 32px;
}

.post_edit a:hover {
	background-position: 0 -32px;
}

   /* --------------- layout --------------- */
#outside {
	display: block;
	width: 1085px;
	margin-right: auto;
	margin-left: auto;
}
#melmaga #outside {
	width: 750px;
}
#melmaga #wrapper_page {
	width: 748px;
	border: solid 1px #bfbfbf;
	border-top: none;
}
#wrapper_main {
	z-index: 9;
	display: block;
	width: 1085px;
	padding-bottom: 40px;
}
#melmaga #wrapper_main {
	width: 750px;
}
#header {
	display: block;
	height: 102px;
	width: 1085px;
	margin-bottom: 7px;
}
#melmaga #header {
	height: 112px;
	width: 748px;
	margin: 0;
	padding: 8px 0 25px;
}

#contents {
	float: left;
	width: 728px;
}
#melmaga #contents {
	width: 648px;
	float: none;
	padding: 0 50px;
}
#side_bar {
	float: right;
	width: 332px;
	border: 1px solid #EFEFEF;
}
#home #side_bar {
}
#footer {
	background: url(/wp-content/themes/works_news/images/preview/common/footer_bg.png) no-repeat;
	display: block;
	height: 122px;
	width: 1085px;
	clear: both;
}
#melmaga_footer {
	height: 70px;
	width: 748px;
}
