@charset "utf-8";
/*
Theme Name: WingStyleテーマ
Theme URI: http://wingstyle.co.jp
Description: WingStyleテーマ by WordPress Default
Version: 1.1
Author: Hideyuki Sugai
Author URI: http://wingstyle.co.jp
Tags: fixed-width, two-columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
table, img, p {
	border: 0;
}
body {
	color: #333;
	font-family: "Arial", "Helvetica", sans-serif, "MS PGothic";
	font-size: 13px;
*font-size:small;
*font:x-small;
	line-height: 1.5em;
	background-color: #eee;
}
br {
	letter-spacing:0; /* IE */
}
a:link {
	color:#333333;
}
a:visited {
  color:#333333;
}
a:hover {
	color:#F60;
}
.fs10 {
	font-size: 77%; /* 10px */
}
.fs11 {
	font-size: 85%; /* 11px */
}
.fs12 {
	font-size: 93%; /* 12px */
}
.fs13 {
	font-size: 100%; /* 13px */
}
.fs14 {
	font-size: 108%; /* 14px */
}
.fs15 {
	font-size: 116%; /* 15px */
}
.fs16 {
	font-size: 123.1%; /* 16px */
}
.fs17 {
	font-size: 131%; /* 17px */
}
.fs18 {
	font-size: 138.5%; /* 18px */
}
li {
	list-style-type: none;
}
.l_space {
	letter-spacing: 0px;
}
.clear {
	clear: both;
}

.border_img {
	padding: 1px;
	border: 1px solid #CCC;
}

/*----- table -----*/
table.basic_table, table.small_table, table.price_table, table.full_table {
	border-collapse:collapse;
	border-spacing:0;
	width: 580px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-bottom: 20px;
}
table.basic_table th, table.price_table th, table.full_table th {
	background-color: #F6F6F6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
table.basic_table td, table.small_table td, table.price_table td, table.full_table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.basic_table tr .center {
	text-align: center;
}
table.small_table {
	width: 215px;
}
table.price_table {
	width: 450px;
	float: right;
}
table.price_table th {
	padding-right: 0px;
	padding-left: 0px;
}
table.price_table .txt_left {
	text-align: left;
	padding-left: 20px;
	width: 150px;
}
table.price_table td {
	padding-left: 20px;
}
table.full_table {
	width: 100%;
}
table.color_o {
	border-top-color: #FDC48A;
	border-left-color: #FDC48A;
}
table.color_o td {
	border-right-color: #FDC48A;
	border-bottom-color: #FDC48A;
}
/*----- wrapper -----*/
#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_back.gif);
	background-repeat: repeat-y;
}
/*----- header -----*/
#header {
	height: 60px;
	width: 990px;
	margin-top: 0;
	position: relative;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0px;
}
.back02 {
	background-image: url(images/body_back02.gif) !important;
}
.back03 {
	background-image: url(images/body_back03.gif) !important;
}
.back04 {
	background-image: url(images/body_back04.gif) !important;
}
.back05 {
	background-image: url(images/body_back05.gif) !important;
}
h1 a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 20px;
	top: 13px;
	height: 30px;
	width: 324px;
	overflow: hidden;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#global_menu ul {
	position: absolute;
	left: 433px;
	top: 16px;
	width: 546px;
}
#global_menu li {
	float: left;
}
#global_menu li a {
	background-image: url(images/globalmenu.png);
	display: block;
	height: 27px;
	margin-right: 9px;
	overflow: hidden;
	text-indent: -9999px;
}
#global_menu #menu1 a {
	width: 61px;
	background-position: 0px top;
	margin-right: 20px;
}
#global_menu #menu2 a {
	width: 104px;
	background-position: -81px top;
	margin-right: 22px;
}
#global_menu #menu3 a {
	width: 104px;
	background-position: -207px top;
}
#global_menu #menu4 a {
	width: 104px;
	background-position: -320px top;
}
#global_menu #menu5 a {
	width: 104px;
	background-position: -433px top;
}
#global_menu #menu1 a:hover, #global_menu #menu1 .selected {
	background-position: 0px bottom;
}
#global_menu #menu2 a:hover, #global_menu #menu2 .selected {
	background-position: -81px bottom;
}
#global_menu #menu3 a:hover, #global_menu #menu3 .selected {
	background-position: -207px bottom;
}
#global_menu #menu4 a:hover, #global_menu #menu4 .selected {
	background-position: -320px bottom;
}
#global_menu #menu5 a:hover, #global_menu #menu5 .selected {
	background-position: -433px bottom;
}

/*----- contents -----*/
#contents {
	letter-spacing:1px;
	width: 950px;
	overflow: hidden;
	padding-top: 7px;
	background-image: url(images/body_back.gif);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	font-size: 93%; /* 12px */
}
#main_head {
	width: 680px;
	float: left;
	margin-bottom: 10px;
	margin-top: 3px;
	height: 40px;
}
/* パンくず */
ul.breadcrumbs {
	list-style: none;
	width: 680px;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	font-size: 93%; /* 12px */
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/*----- TOPページ -----*/
.wide {
	width: 950px;
	clear: both;
	margin-bottom: 20px;
}
#top_txt_img {
	background-image: url(images/top_txt_img.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#top_image {
	height: 342px;
	width: 100%;
	background-image: url(images/top_img_back.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#top_image h3, #top_image h4 {
	text-indent: -9999px;
}
#top_image #ec_img a {
	width: 281px;
	position: absolute;
	left: 18px;
	top: 17px;
	display: block;
	height: 202px;
}
#top_image #ec_ttl a {
	width: 281px;
	position: absolute;
	left: 18px;
	top: 219px;
	display: block;
	height: 36px;
}
#top_image #ec_txt {
	width: 278px;
	position: absolute;
	left: 20px;
	top: 257px;
}
#top_image #ec_more {
	width: 10em;
	position: absolute;
	left: 178px;
	top: 305px;
	text-align: right;
}
h4#jn_ttl {
	text-indent: 0;
	position: absolute;
	left: 344px;
	top: 260px;
	font-weight: normal;
}
#top_image  #jn_txt {
	width: 278px;
	position: absolute;
	left: 343px;
	top: 284px;
}
#top_image #jn_more {
	width: 10em;
	position: absolute;
	left: 495px;
	top: 305px;
	text-align: right;
}
#top_image #bp_img a {
	width: 281px;
	position: absolute;
	left: 651px;
	top: 17px;
	display: block;
	height: 202px;
}
#top_image #bp_ttl a {
	width: 281px;
	position: absolute;
	left: 651px;
	top: 219px;
	display: block;
	height: 36px;
}
#top_image  #bp_txt {
	width: 278px;
	position: absolute;
	left: 654px;
	top: 254px;
}
#top_image #bp_more {
	width: 10em;
	position: absolute;
	left: 811px;
	top: 305px;
	text-align: right;
}
#portfolio h2 {
	font-size: 138.5%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	padding-bottom: 1px;
	padding-left: 12px;
	font-weight: normal;
	background-image: url(images/ttl_back01.jpg);
	background-repeat: repeat-y;
	padding-top: 2px;
	line-height: 1.5em;
}
#portfolio ul {
	width: 968px;
	margin-left: -18px;
	overflow: hidden;
}
#portfolio li {
	float: left;
	margin-left: 18px;
	border: 1px solid #CCC;
	padding: 1px;
	_display: inline;
}
.top #sidebar {
	margin-top: 0px;
}

/*----- main -----*/
#main {
	width: 680px;
	float: left;
}
#main h2 {
	font-size: 138.5%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	padding-bottom: 1px;
	padding-left: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding-top: 2px;
	background-image: url(images/ttl_back01.jpg);
	background-repeat: repeat-y;
}
.link_more {
	text-align: right;
	margin-top: -29px;
	margin-bottom: 29px;
	background-image: url(images/icon_more.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 32px;
}
/* NEWS */
#news {
	margin-bottom: 20px;
}
.date {
	background-image: url(images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
}
h3.news_ttl {
	font-size: 108%;
	margin-bottom: 5px;
}
.hentry {
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

/* NEWS 記事ページ */
.category-news .entry {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
	border: 1px dashed #CCC;
}
.news_text .hentry {
	border-bottom-style: none;
}
h3.news_topttl {
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px !important;
}
.news_text .date {
	text-align: right;
	background-image: none;
	margin-bottom: 20px;
}
.news_text h2 {
	margin-bottom: 10px;
}
.news_text h3 {
	font-size: 123.1%;
	margin-bottom: 30px;
}
.news_text h4 {
	font-size: 108%;
	margin-bottom: 10px;
	clear: both;
	padding-top: 20px;
}
.news_text h5 {
	clear: both;
}

.navigation {
	margin-top: 20px;
	width: 680px;
	margin-bottom: 20px;
	overflow: hidden;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
.alignright {
	float: right;
	padding-left: 10px;
}
.navigation .alignleft {
	float: left;
	width: 330px;
	text-align: right;
	padding-right: 10px;
}
.navigation .alignright {
	float: right;
	width: 330px;
	padding-left: 10px;
}

/* サービス紹介 */
#post-423 h2, #post-431 h2, #post-436 h2, #post-440 h2, #post-443 h2, #post-446 h2 {
	background-image: url(images/ttl_back02.gif);
	background-repeat: repeat-y;
}
#post-423 h3, #post-431 h3, #post-436 h3, #post-440 h3 {
	margin-bottom: 20px;
}
#service_img {
	position: relative;
}
#service_img #jn_more {
	text-align: right;
	width: 12em;
	position: absolute;
	top: 234px;
	right: 96px;
}
#service_img #js_more {
	text-align: right;
	width: 271px;
	position: absolute;
	top: 582px;
	right: 356px;
}
#service_img #bp_more {
	text-align: right;
	width: 278px;
	position: absolute;
	top: 582px;
	right: 24px;
}
.service_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}
.service_wrap img {
	margin-right: 20px;
}
.link_center, .center_txt {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 500px;
	clear: both;
	text-align: center;
}
#sample_wrap {
	margin-top: 20px;
	float: left;
	width: 700px;
	margin-left: -20px;
	_margin-left: 0px;
}
.shop_sample {
	float: left;
	height: auto;
	width: 213px;
	margin-left: 20px;
	_margin-left: 0px;
	_margin-right: 15px;
}
.shop_sample img {
	padding: 1px;
	border: 1px solid #CCC;
}
#post-423 h4, #post-431 h4, #post-436 h4, #post-440 h3, #post-443 h4, #post-446 h3 {
	clear: both;
	font-weight: normal;
	font-size: 138.5%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(images/icon_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 40px;
	float: left;
	width: 660px;
}
#post-431 h4.second {
	margin-top: 20px;
}
#post-174 h5 {
	font-size: 108%;
	margin-bottom: 10px;
}
#moduleimg_wrap {
	clear: both;
	position: relative;
}
#moduleimg_wrap p {
	width: 445px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.color1 {
	background-color: #FEEBD8;
}
.color2 {
	background-color: #FFE1ED;
}

/* 制作実績紹介 */
#post-446 ul li {
	float: left;
	padding-right: 20px;
	background-image: url(images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
	padding-bottom: 20px;
}
#post-446 h3 {
	margin-top: 0px;
}
#post-446 h3.second {
	margin-top: 20px;
}
.portfolio_wrap {
	overflow: hidden;
	width: 680px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e2e2e2;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 20px;
}
.portfolio_wrap .p_image {
	float: left;
	border: 1px solid #CCC;
	padding: 1px;
}
.portfolio_wrap h4, .portfolio_wrap h5 {
	float: right;
	width: 445px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 108%;
}
.portfolio_wrap p {
	float: right;
	width: 445px;
	padding-bottom: 5px;
}
/* ECサイト構築 */
#post-443 h4 {
	margin-top: 20px;
}
.price_wrap {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.price_wrap h5 {
	float: left;
}
.contact_wrap {
	margin-top: 50px;
	margin-bottom: 50px;
	height: auto;
	width: 500px;
	border: 2px solid #e2e2e2;
	margin-left: 90px;
	text-align: center;
	padding-top: 10px;
	background-image: url(images/contact_back.jpg);
	background-repeat: repeat-x;
	float: left;
}
.contact_btn a {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 175px;
	height: 37px;
	background-image: url(images/contact_btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}

/* 運営メディア */
#post-26 h2, #post-28 h2, #post-30 h2, #post-32 h2 {
	background-image: url(images/ttl_back03.gif);
	background-repeat: repeat-y;
}
#post-26 h3, #post-28 h3, #post-30 h3, #post-32 h3 {
	margin-bottom: 20px;
}
#post-26 h4, #post-28 h4, #post-30 h4, #post-32 h3 {
	clear: both;
	font-weight: normal;
	font-size: 138.5%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(images/icon_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	float: left;
	width: 660px;
}
#post-26 h4.second, #post-32 h3.second {
	margin-top: 20px;
}
#post-30 h4.second {
	margin-top: 20px;
}
#back_logo {
	background-image: url(images/jognote_logo.png);
	padding-top: 70px;
	background-repeat: no-repeat;
	float: left;
	width: 290px;
	padding-bottom: 20px;
}
.f_left_290 {
	float: left;
	width: 290px;
	padding-bottom: 20px;
}
.price_img {
	float: left;
	padding-right: 20px;
}
.main_img {
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}
#mail_wrap {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
#mail_left {
	float: left;
	height: auto;
	width: 215px;
	clear: both;
}
#mail_left img {
	margin-bottom: 20px;
}
#mail_sample {
	float: right;
	width: 451px;
	padding-left: 14px;
}
#post-28 dt {
	float: left;
	width: 120px;
	margin-bottom: 10px;
}
#post-28 dd {
	font-size: 123.1%;
	margin-left: 120px;
	margin-bottom: 10px;
}
#post-30 h5 {
	font-size: 123.1%;
	font-weight: normal;
	margin-bottom: 10px;
}
#post-30 h5 span {
	font-size: 12px;
	padding-left: 10px;
}
.mobile_main {
	margin-top: 20px;
	overflow: hidden;
}
.mobile_main img {
	float: left;
	padding-right: 20px;
}
#mobile_join {
	background-image: url(images/mobile_join.jpg);
	background-repeat: no-repeat;
	height: 347px;
	width: 660px;
	padding: 10px;
	margin-top: 20px;
}
#mobile_page {
	position: relative;
	clear: both;
}
#mobile_page p {
	width: 489px;
	position: absolute;
	left: 190px;
	top: 0px;
}
#mobile_qr {
	height: 109px;
	width: 116px;
	position: absolute;
	top: 30px;
	right: 0px;
}
.img_f_left {
	padding: 1px;
	float: left;
	margin-right: 20px;
	border: 1px solid #CCC;
}

/* 会社案内 */
#post-461 h2, #post-464 h2, #post-467 h2, #post-470 h2 {
	background-image: url(images/ttl_back04.gif);
	background-repeat: repeat-y;
}
.right_img {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#post-461 h3 {
	margin-bottom: 20px;
}
#post-464 h3, #post-470 h3 {
	clear: both;
	font-weight: normal;
	font-size: 138.5%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(images/icon_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	float: left;
	width: 660px;
	margin-top: 40px;
}
#post-470 h3 {
	margin-top: 0px;
}
.staff_wrap {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.staff_wrap h4 {
	clear: both;
	font-size: 108%;
	padding-bottom: 5px;
}
#post-464 ul {
	clear: both;
}
#post-470 p {
	margin-bottom: 10px;
}
#principle {
	margin-bottom: 20px;
	clear: both;
	border: 1px solid #9AC41B;
	background-color: #F8FCEB;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}
#principle h4 {
	font-size: 138.5%;
	clear: both;
	font-weight: normal;
	padding-bottom: 5px;
}
#principle ul {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#principle ul li, .icon_g li {
	padding-bottom: 10px;
	background-image: url(images/icon_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
	margin-left: 20px;
}
.link_btn li {
	float: left;
	margin-bottom: 15px;
}
.link_btn a {
	width: 290px;
	margin-right: 30px;
	border: 5px solid #E2E2E2;
	display: block;
	background-image: url(images/icon_green.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
}
.link_btn .right a {
	margin-right: 0px;
}
#map_area {
	margin-top: 20px;
}
/* お問い合わせ */
#post-477 h2 {
	background-image: url(images/ttl_back05.gif);
	background-repeat: repeat-y;
}
.entry {
	margin-top: 20px;
}
.wpcf7 {
	background-color: #efefef;
	padding: 20px;
	margin-top: 20px;
}
#post-477 dt, #post-473 dt {
	font-weight: bold;
	font-size: 108%;
	text-align: right;
	width: 180px;
	float: left;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-right: 20px;
}
#post-477 dd, #post-473 dd {
	margin-bottom: 15px;
	margin-left: 200px;
}
.wpcf7-form-control-wrap input {
	border: 3px solid #e1e0e0;
	padding: 3px;
	width: 210px;
}
.wpcf7-form-control-wrap textarea {
	border: 3px solid #e1e0e0;
	padding: 3px;
	width: 420px;
}
/* エラー */
.wpcf7-not-valid-tip-no-ajax {
	color: #F00;
	font-weight: bold;
}
.wpcf7-validation-errors {
	color: #F00;
	font-weight: bold;
	text-align: center;
	border: 1px solid #F00;
	padding: 10px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
/* メッセージOK */
.wpcf7-mail-sent-ok {
	text-align: center;
	font-weight: bold;
	border: 1px solid #333;
	padding: 10px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#submit_btn {
	background-image: url(images/submit_btn.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	border: 0px;
	cursor: pointer;
}

/* サイトマップ */
#post-60 .entry {
}
.site_category {
	width: 320px;
	margin-left: 20px;
	float: left;
	margin-bottom: 30px;
}
.site_category h3 {
	background-image: url(images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
}
.site_category h4 {
	background-image: url(images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 20px;
}

/*----- side -----*/
#sidebar_head {
	width: 250px;
	float: right;
}
#search_form {
	margin-bottom: 10px;
	position: relative;
	height: 30px;
}
#search_form #searchtext {
	border: 2px solid #CCC;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.search_txt {
	color: #999;
}
#search_form #searchsubmit {
	position: absolute;
	top: 0px;
	right: 0px;
}
#sidebar {
	width: 250px;
	float: right;
	margin-top: -20px;
	_margin-top: -25px;
}
.side_second {
	margin-top: 0px !important;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.widgettitle {
	background-color: #333;
	color: #FFF;
	font-size: 108%;
	margin-top: 0px;
	background-image: url(images/side_ttl01.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	border: 1px solid #262626;
	background-position: 0px 1px;
	margin-bottom: 5px;
}
.widget_pages {
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	_padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/side_menu_back.gif);
	background-repeat: repeat;
}
.page_item {
	padding-left: 5px;
	padding-right: 5px;
}
.page_item .page_item {
	padding-left: 0px;
	padding-right: 0px;
}
.widget_pages h2 {
	text-indent: -9999px;
	background-image: url(images/side_menu_head.gif);
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
/* サービス紹介 */
#sidebar ul ul ul li a {
	text-indent: 1em;
	background-image: url(images/menu_b2.gif);
	background-repeat: no-repeat;
	background-position: 18px 8px;
}
.widget_pages li a {
	background-color: #ffffff;
	margin-bottom: 2px;
	font-size: 108%;
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/menu_a2.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
.page-item-423 a:hover, .page-item-423.current_page_item a {
	background-color: #F47B05;
	background-image: url(images/menu_back_a02.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: 0px 0px;
}
.page_item.page-item-431 a, .page_item.page-item-436 a, .page_item.page-item-440 a, .page_item.page-item-443 a, .page_item.page-item-446 a {
	background-image: url(images/menu_b2.gif) !important;
	background-color: #FFF !important;
	color: #333;
}
.page_item.page-item-436 a, .page_item.page-item-440 a, .page_item.page-item-443 a, .page_item.page-item-446 a {
	_margin-top: -18px;
}
.page-item-423 ul li a:hover, .page-item-423 ul .current_page_item a {
	background-image: url(images/menu_back_b02.png) !important;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
}
/* 運営メディア */
.page-item-26 a {
	background-image: url(images/menu_a3.gif) !important;
	_margin-top: -18px;
}
.page-item-26 a:hover, .page-item-26.current_page_item a {
	background-color: #1AACE8;
	background-image: url(images/menu_back_a03.png) !important;
	_background-image: url(images/menu_back_a03.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}
.page_item.page-item-28 a, .page_item.page-item-30 a, .page_item.page-item-32 a {
	background-image: url(images/menu_b3.gif) !important;
	background-color: #FFF !important;
	color: #333;
}
.page_item.page-item-28 a {
	_margin-top: 2px;
}
.page_item.page-item-30 a, .page_item.page-item-32 a {
	_margin-top: -18px;
}
.page-item-26 ul li a:hover, .page-item-26 ul .current_page_item a {
	background-image: url(images/menu_back_b03.png) !important;
	color: #FFF;
	background-color: #1AACE8 !important;
	background-position: 0px 0px !important;
}
/* 会社案内 */
.page-item-461 a {
	background-image: url(images/menu_a4.gif) !important;
	_margin-top: -18px;
}
.page-item-461 a:hover, .page-item-461.current_page_item a {
	background-color: #9AC41B;
	background-image: url(images/menu_back_a04.png) !important;
	_background-image: url(images/menu_back_a04.png) ;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
}
.page_item.page-item-464 a, .page_item .page-item-467 a, .page_item.page-item-470 a {
	background-image: url(images/menu_b4.gif) !important;
	background-color: #FFF !important;
	color: #333;
}
.page_item.page-item-464 a {
	_margin-top: 2px;
}
.page_item.page-item-467 a, .page_item.page-item-470 a {
	_margin-top: -18px;
}
.page-item-461 ul li a:hover, .page-item-461 ul .current_page_item a {
	background-image: url(images/menu_back_b04) !important;
	color: #FFF;
	background-color: #9AC41B !important;
	background-position: 0px 0px !important;
}
/* お問い合わせ */
.page-item-477 a {
	background-image: url(images/menu_a5.gif) !important;
	_margin-top: -18px;
}
.page-item-477 a:hover, .page-item-477.current_page_item a {
	background-color: #1B2DB6;
	background-image: url(images/menu_back_a05.png) !important;
	_background-image: url(images/menu_back_a05.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF !important;
	_color: #FFF ;
}

.widget_recent_entries {
	background-color: #EEE;
	padding: 10px;
	background-image: url(images/side_back.png);
	background-position: 0px top;
}
.widget_text {
	background-color: #EEE;
	padding: 10px;
	background-image: url(images/side_back.png);
	background-position: 0px bottom;
}
.widget_recent_entries li, .widget_text li, .widget_meta li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/icon_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	padding-left: 15px;
	font-size: 93%;
}
#contact_btn a {
	background-image: url(images/contact_btn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 230px;
	margin-top: 20px;
}

/*----- footer -----*/
#page_top_wrap {
	clear: both;
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper_back.gif);
	background-repeat: repeat-y;
	position: relative;
}
#page_top a {
	height: 27px;
	width: 120px;
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 52px;
	right: 305px;
}

#footer_wrap {
	clear: both;
	background-image: url(images/footer_back.png);
	background-repeat: repeat-x;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
	position: relative;
	width: 950px;
}

#footer a {
	color: #FFF;
}
#footer ul {
	position: absolute;
	height: auto;
	width: 950px;
}
#footer li {
	float: left;
}
#footer li a {
	text-decoration: none;
	margin-right: 30px;
	display: inline;
}
#footer li a:hover {
	text-decoration: underline;
}
address {
	text-align: right;
	padding-top: 60px;
}

