h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li {
	margin: 0px;
	padding: 0px;
}
/* container
---------------------------------------------------- */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/*
main
---------------------------------------------------- */
#main {
	width: 900px;
	text-align: left;
	float: left;
	margin: 22px 0px 0px 0px;
}
/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	border-color: #000099;
	border-style: dotted;
	border-width: 0;
}
table td {
	font-size: 100%;
	line-height: 170%;
	padding: 3px;
	border: 1px dotted #000099;
}
/*----------------------------------------------------
title
---------------------------------------------------- */
#title {
	width: 100%;
	height: 227px;
	background: url(../img/top/movie_back.jpg) repeat-x;
}
.t_16,
.t_2,
.t_47,
.t_50,
.t_48,
.t_53,
.t_55,
.t_61,
.t_56,
.t_85,
.t_blog,
.t_info,
.t_notfound {
	height: 227px;
	width: 900px;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0px auto;
}
.t_16 {
	background: url(../img/title/concept.jpg) no-repeat center;
}
.t_2 {
	background: url(../img/title/works.jpg) no-repeat center;
}
.t_47 {
	background: url(../img/title/out.jpg) no-repeat center;
}
.t_50 {
	background: url(../img/title/inquiry.jpg) no-repeat center;
}
.t_48 {
	background: url(../img/title/policy.jpg) no-repeat center;
}
.t_53 {
	background: url(../img/title/site.jpg) no-repeat center;
}
.t_55,
.t_61 {
	background: url(../img/title/house.jpg) no-repeat center;
}
.t_56,
.t_85 {
	background: url(../img/title/shop.jpg) no-repeat center;
}
.t_blog {
	background: url(../img/title/blog.jpg) no-repeat center;
}
.t_info {
	background: url(../img/title/info.jpg) no-repeat center;
}
.t_notfound {
	background: url(../img/title/not.jpg) no-repeat center;
}
/*----------------------------------------------------
pan
---------------------------------------------------- */
.pan {
	font-size: 75%;
	line-height: 150%;
	color: #666;
	height:10px;
	width: 900px;
	text-align: left;
	float: left;
	padding: 0px 0px 25px 0px;
}
.pan a {
	color: #3E5A99;
	text-decoration: underline;
}
.pan a:hover {
	color: #7d98ce;
	text-decoration: underline;
}
/*----------------------------------------------------
txet
---------------------------------------------------- */
.entry {
	margin: 0px 0px 0px 0px;
}
.text {
	margin: 0px 0px 0px 0px;
	color: #444444;
	font-size: 80%;
	line-height: 1.9;
	float: left;
	width: 900px;
}
.text_blog {
	margin: 0px 0px 0px 0px;
	color: #444444;
	font-size: 80%;
	line-height: 1.9;
	float: right;
	width: 630px;
}
* html .text,
* html .text_blog  {
	/* no ie mac ¥*/
	line-height: 210%;
	/* */
 }
*:first-child+html .text,
*:first-child+html .text_blog {
	font-size: 79%;
	line-height: 210%;
 }
.text p 
.text_blog p {
	margin: 0px;
	padding: 0px;
}
.text img
.text_blog img {
	border: 0;
	margin-bottom: 2px;
}
* html .text img
* html .text_blogt img {
	/* no ie mac ¥*/
	margin-top: 7px;
	margin-bottom: 5px;
	/* */
 }
*:first-child+html .text img
*:first-child+html .text_blog img {
	margin-top: 7px;
	margin-bottom: 5px;
 }

/* リンクで画像80%の薄さにする
---------------------------------------------------- */
.text a,
.text_blog a  {
	text-decoration: underline;
	color: #3E5A99;
}

.text a:hover,
.text_blog a:hover {
	color: #7d98ce;
	text-decoration: underline;
}
.text img a,
.text_blog img a {
	border: 0;
}
.text a:hover img,
.text_blog a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/* wordpress画像の回り込み */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    margin: 0 0 0px 10px;
    display: inline;
}
img.alignleft {
    margin: 0 10px 0px 0;
    display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
.aligncenter {
	display:block;
    margin-left: auto;
    margin-right: auto;
}
/* キャプション */

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.alignright {
	margin: 0 0 2px 20px;
	display: inline;
	}

div.alignleft {
	margin: 0 20px 2px 0;
	display: inline;
	}

.wp-caption {
	border: 1px solid #666666;
	text-align: center;
	background-color: #F8F8F8;
	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: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* back
---------------------------------------------------- */
.line{
	border-bottom: #BBBBBB solid 1px;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 15px 0px;
}
* html .line {
	/* no ie mac ¥*/
	padding: 0px 0px 4px 0px;
	/* */
 }
*:first-child+html .line {
	padding: 0px 0px 4px 0px;
 }
.back{
	color: #444;
	width: 400px;
	float: left;
	font-size: 13px;
	line-height: 14px;
}
.back a {
	text-decoration: none;
	color: #3E5A99;
}
.back a:hover {
	color: #7d98ce;
	text-decoration: underline;
}
/* info
---------------------------------------------------- */
.info_box1{
	margin: 10px 0px 0px 0px;
	width: 900px;
}
.info_box1_2{
	margin: 10px 0px 0px 0px;
	width: 900px;
}
.info_box2{
	background: url(../img/top/g_line2.jpg) repeat-x left bottom;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 13px 0px;
}
* html .info_box2 {
	/* no ie mac ¥*/
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 37px 0px;
	/* */
 }
*:first-child+html .info_box2 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 37px 0px;
 }
.i_date{
	color: #444;
	float: left;
	margin: 0px 10px 0px 0px;
}
.i_icon {
	margin: 4px 10px -4px 0px;
	float: left;
}
.i_text{
	color: #444;
	margin: 0px 0px 0px 0px;
	float: left;
}
.i_text a {
	color: #444;
	text-decoration: underline;
}
.i_text a:visited {
	color: #444;
	text-decoration: underline;
}
.i_text a:hover {
	color: #888;
	text-decoration: underline;
}
.i_date2{
	color: #444;
}
/* info 中面 */
.i_title{
	color: #000099;
	font-size: 130%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	background: url(../img/top/g_line2.jpg) repeat-x left bottom;
}
.i_title a {
	color: #000099;
	text-decoration: none;
}
.i_title a:visited {
	color: #000099;
	text-decoration: none;
}
.i_title a:hover {
	color: #000099;
	text-decoration: underline;
}
.i_text_box{
	background: url(../img/top/g_line2.jpg) repeat-x left bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.i_text_box2{
	background: url(../img/top/g_line2.jpg) repeat-x left bottom;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.i_text_box p,
.i_text_box2 p{
	margin: 0px;
	padding: 0px;
}
.i_text_box img,
.i_text_box2 img{
	border: 0px;
}

/* ct
---------------------------------------------------- */
.ct{
	color: #888888;
	padding: 20px 0px 50px 0px;
	font-size: 90%;
	width: 630px;
}
.ct a {
	text-decoration: none;
	color: #888888;
}
.ct a:visited {
	color: #AAA;
	text-decoration: none;
}
.ct a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
/* pagenavi
---------------------------------------------------- */
.pagenavi {
	width: 900px;
}
.pagenavi a {
	text-decoration: none;
	color: #187fc3;
}
.pagenavi a:hover {
	color: #FFF;
	text-decoration: underline;
}
.pagenavi .left {
	float: left;
}
.pagenavi .right {
	float: right;
	margin: 0px 0px 10px 0px;
}

.wp-pagenavi {
	clear: both;
	color: #666;
	padding: 20px 0px 0px 0px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	background-color: #FFF;
}

.wp-pagenavi a:visited {
	color: #666;
}
.wp-pagenavi a:hover {
	background-color: #9fd9f6;
	color:#FFF;
}
.wp-pagenavi span.current {
	background-color: #9fd9f6;
	font-weight: bold;
}
/* form
---------------------------------------------------- */
.list-block .wpcf7-list-item { display: block; }
.list-inline .wpcf7-list-item { display: inline; }
span.wpcf7-list-item { display: block; }
dl.fo {
	width: 900px;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	background: url(../img/top/g_line3.gif) repeat-x left top;
	background-color: #D3EDFB;
}
.fo_box {
	width: 900px;
	background: url(../img/top/g_line3.gif) repeat-x left bottom;
	padding: 0px 0px 2px 0px;
}
dl.fo dt {
	width: 110px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	text-align: right;
	color: #333;
	line-height: 120%;
}
dl.fo dd {
	width: 750px;
	padding: 10px;
	float: left;
	background-color: #FFF;
}
p.fo_tex01 {
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #663300;
	line-height: 17px;
	padding: 2px;
}
.f_t {
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	padding: 2px;
}
.t_m {
	line-height: 160%;
}
span.wpcf7-list-item { display: block; }
/* blogmenu
---------------------------------------------------- */
.blog_menu_box {
	width: 266px;
	float: left;
	text-align: left;
}
.blog_menu {
	font-size: 80%;
	line-height: 160%;
	width: 240px;
	color: #666;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
.pro_i {
	margin: 0px 0px 3px 0px;
}
.pro_i2 {
	margin: 0px 0px 10px 0px;
}
.pro_i2 img a {
	border: 0;
}
.pro_i2 a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.blog_menu dt {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 120%;
	line-height: 160%;
	color: #000099;
	width: 230px;
	border-bottom: #000099 solid 1px;
	font-weight: normal;
}
.blog_menu p {
	margin: 0px 0px 20px 0px;
}

.b_10 {
	margin: 0px 0px 20px 0px;
	width: 230px;
}
.blog_menu ul {
	list-style: none;
	width: 230px;
	color: #666;
	margin: 0px 0px 20px 0px;
}
* html .text img {
	/* no ie mac ¥*/
	margin-top: 7px;
	margin-bottom: 5px;
	/* */
 }
*:first-child+html .text img {
	margin-top: 7px;
	margin-bottom: 5px;
 }.blog_menu ul p {
	margin: 0px 0px 20px 0px;
}
.blog_menu ul li {
	color: #666;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	background: url(../img/blog/l_icon.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
}
.blog_menu ul li a {
	color: #666;
	text-decoration: underline;
}
.blog_menu ul li a:visited {
	color: #888;
	text-decoration: underline;
}
.blog_menu ul li a:hover {
	color: #666;
	text-decoration: underline;
}
.blog_menu table {
	border-collapse: collapse;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-color: #FFF;
	border-style: solid;
	border-width: 0;
	text-align: center;
	background-color: #FFFAD0;
	color: #666;
}
.blog_menu table th {
	font-size: 100%;
	line-height: 170%;
	width: 22px;
	height: 22px;
	border: 1px solid #FFF;
	font-weight: normal;
	background-color: #FFFAD0;
	color: #666;
}
.blog_menu table td {
	font-size: 100%;
	line-height: 170%;
	width: 22px;
	height: 22px;
	border: 1px solid #FFF;
	color: #666;
}
.blog_menu table td a {
	background-color: #9fd9f6;
	color: #FFF;
	display:block;
}
.blog_menu table td a:visited {
	background-color: #9fd9f6;
	color: #FFF;
	text-decoration: none;
}
.blog_menu table td a:hover {
	background-color: #80c8ef;
	color: #FFF;
	text-decoration: underline;
}
.blog_menu caption {
	font-size: 110%;
	line-height: 160%;
	margin: 0px 0px 3px 0px;
}
.blog_menu table td pad {
	font-size: 100%;
	line-height: 160%;
}