@charset "UTF-8";
/*alpha-7 webサイト_トップページのCSS*/
/* CSS Document */

/*[CSS設定項目]-----

01.全体的な設定
02.header
03.menu
04.container
05.contents
06.footer
*/

/*01.全体的な設定*/
* {
	margin : 0;
	padding : 0;
	color : #555555;
	font-size:11pt;
	font-style : normal;
	font-weight : normal;
	font-family :  Helvetica, Verdana, Arial, sans-serif, "Osaka", "Hiragino Kaku Gothic Pro", "lroSVbN";
	line-height : 200%;
	text-decoration : none;
}

body {
	height:auto;
	width:100%;
	min-height:100%;
	min-width:950px;
	margin:0px;
	border:0px;
	padding:0px;
	background:url(../img/bg/body_bg.jpg) center bottom repeat-x;
}

html{
	height:auto;
	min-width:950px;
	background-color:#FFFFFF;
	margin:0px;
	border:0px;
	padding:0px;
}

a, a img {
	outline:0;
	border:0;
}

a,a:link,a:visited {
	color:#0099FF;
	text-decoration:underline;
}

a:hover {
	color:#80D4FF;
	text-decoration:none;
}

a:focus{
	outline:none;
}

hr {
	clear:both;
	visibility:hidden;
}
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/*Hides from IE-mac*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/*END hides from IE-mac*/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}
/*layout*/
#wrap_header {
	position:relative;
	width:100%;
	height:150px;
	margin:0;
	padding:0px;
	text-align:center;
	background:url(../img/bg/header_bg.png) left top repeat-x;
}

#wrap_gn {
	width:100%;
	height:60px;
	overflow:hidden;
	margin:0 0 0px 0;
	padding:0;
	text-align:center;
	background:url(../img/bg/gloval_navi_bg.png) top left repeat-x;
}

#wrap_flash {
	width:100%;
	height:350px;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
}

#flash {
	width:100%;
	height:350px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.index #wrap_flash,
.archive #wrap_flash,
.article #wrap_flash ,
.page #wrap_flash {
	display:none;
	visibility:hidden;
}

.index #flash,
.archive #flash,
.article #flash,
.page #flash, {
	display:none;
	visibility:hidden;
}

#wrap_container {
	width:100%;
	min-height:680px;
	height:auto;
	margin:0;
	text-align:center;
	padding:0px 0 0px 0;
	background:url(../img/bg/container_bg.png) bottom center repeat-x;
}

#wrap_footer {
	width:100%;
	height:auto;
	min-height:180px;
	margin:0px 0 0 0;
	padding:15px 0 0 0;
	border-top:#0099FF 3px solid;
	text-align:center;
	background:url(../img/bg/footer_bg.png) left top repeat-x #FFFFFF;
}

/*02.header*/
#header {
	width:950px;
	height:150px;
	padding:0;
	margin:0 auto;
	text-align:left;
}

#header #header-inner {
	width:100%;
	height:150px;
	background:url(../img/header/aomori.png) left top no-repeat;
}

#header h1 a#logo {
	display:block;
	width:350px;
	height:150px;
	margin:0px 0 0 0;
	padding:0;
	float:left;
	background:url(../img/common/logo.png) center top no-repeat;
	behavior: url(/js/iepngfix.htc);
	text-decoration:none;
}

#header h1 a#logo em {
	visibility:hidden;
}

#status {
	width:340px;
	height:80px;
	margin:5px 0 0 0;
	padding:0;
	float:right;
	background:url(../img/header/status_bg.png) top center no-repeat;
}

#status .inner {
	width:320px;
	height:65px;
	margin:5px 10px 10px 10px;
	padding:0;
}

#status .inner #header_navi {
	float:left;
	width:130px;
	height:20px;
	margin:6px 0;
	padding:0;
}

#status .inner #header_navi li {
	float:left;
	width:65px;
	height:20px;
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}

#status .inner #header_navi li a {
	display:block;
	width:65px;
	height:20px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
}

#status .inner #header_navi li a.home {
	background:url(../img/header/home.png) left top no-repeat;
}

#status .inner #header_navi li a.home:hover {
	background:url(../img/header/home_over.png) left top no-repeat;
}

#status .inner #header_navi li a.sitemap {
	background:url(../img/header/sitemap.png) left top no-repeat;
}

#status .inner #header_navi li a.sitemap:hover {
	background:url(../img/header/sitemap_over.png) left top no-repeat;
}

#status .inner .styleswitch {
	display:block;
	width:150px;
	height:32px;
	float:right;
	margin:0;
	padding:0;
	background:url(../img/header/text_size.png) top right no-repeat;
}

#status .inner .styleswitch li {
	float:left;
	list-style:none;
}

#status .inner .styleswitch li.text {
	text-indent:-9999px;
	width:70px;
	height:32px;
	margin:0;
	padding:0;
}

#status .inner .styleswitch li a {
	display:block;
	width:25px;
	height:32px;
	text-indent:-9999px;
	text-decoration:none;
}

#status .inner .styleswitch li.small a {
	background:url(../img/textsize/s_01.png) top center no-repeat;
}

#status .inner .styleswitch li.small a:hover {
	background:url(../img/textsize/s_02.png) top center no-repeat;
}

#status .inner .styleswitch li.small a:active {
	background:url(../img/textsize/s_03.png) top center no-repeat;
}

#status .inner .styleswitch li.medium a {
	background:url(../img/textsize/m_01.png) top center no-repeat;
}

#status .inner .styleswitch li.medium a:hover {
	background:url(../img/textsize/m_02.png) top center no-repeat;
}

#status .inner .styleswitch li.medium a:active {
	background:url(../img/textsize/m_03.png) top center no-repeat;
}

#status .inner .styleswitch li.large a {
	background:url(../img/textsize/l_02.png) top center no-repeat;
}

#status .inner .styleswitch li.large a:hover {
	background:url(../img/textsize/l_02.png) top center no-repeat;
}

#status .inner .styleswitch li.large a:active {
	background:url(../img/textsize/l_03.png) top center no-repeat;
}

#status .inner a.rss {
	display:block;
	width:60px;
	height:25px;
	margin:0;
	padding:0;
	float:left;
	clear:left;
	text-decoration:none;
	background:url(../img/header/rss.png) left top no-repeat;
}

#status .inner a.rss:hover {
	display:block;
	width:60px;
	height:25px;
	margin:0;
	padding:0;
	float:left;
	clear:left;
	text-decoration:none;
	background:url(../img/header/rss_over.png) left top no-repeat;
}

#status .inner a.rss span {
	visibility:hidden;
	font-size:5px;
}

#status .inner form {
	float:right;
	clear:right;
}

#status .inner form #search {  
    width: 120px;  
    height: 18px;  
    background:#FFFFFF url(../img/header/search.gif) no-repeat 8px 3px;  
    border: 1px solid #CCC;  
    padding: 4px 2px 0px 30px;
	margin:4px 5px 0 0;
	float:left;
}

#status .inner form {
	width:auto;
	height:33px;
	overflow:hidden;
}

#status .inner form #search_btn {
	display:block;
	width:52px;
	height:22px;
	border:none;
	margin:4px 4px 0 0;
	padding:0;
	float:left;
	background:url(../img/header/search_btn.png) left top no-repeat;
}

#status .inner form #search_btn:hover {
	display:block;
	width:52px;
	height:22px;
	border:none;
	margin:4px 4px 0 0;
	padding:0;
	float:left;
	background:url(../img/header/search_over.png) left top no-repeat;
}

#header address {
	width:340px;
	height:55px;
	margin:5px 0 0 0;
	padding:0;
	float:right;
	clear:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/header/address.png) top center no-repeat;
}

#header address p {
	text-indent:-9999px;
}

/*03.menu*/
#gloval_navi {
	width:950px;
	height:60px;
	margin:0 auto;
	padding:0;
	clear:both;
	text-align:left;
	background:url(../img/bg/gn_bg.png) left top no-repeat;
}

#gloval_navi ul {
	width:950px;
	height:50px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}

#gloval_navi li {
	float:left;
	display:block;
	width:190px;
	height:50px;
	list-style:none;
}

#gloval_navi a,
#gloval_navi a:hover,
#gloval_navi a:active {
	display:block;
	width:190px;
	height:50px;
	text-decoration:none;
	text-indent:-9999px;
}

#gn_01 a {
	background:url(../img/navi/gn_01.png) top center no-repeat;
	cursor:pointer;
}

#gn_01 a:hover {
	background:url(../img/navi/go_01.png) top center no-repeat;
	cursor:pointer;
}

#gn_01 a:active {
	background:url(../img/navi/ga_01.png) top center no-repeat;
	cursor:pointer;
}

#gn_02 a {
	background:url(../img/navi/gn_02.png) top center no-repeat;
	cursor:pointer;
}

#gn_02 a:hover {
	background:url(../img/navi/go_02.png) top center no-repeat;
	cursor:pointer;
}

#gn_02 a:active {
	background:url(../img/navi/ga_02.png) top center no-repeat;
	cursor:pointer;
}

#gn_03 a {
	background:url(../img/navi/gn_03.png) top center no-repeat;
	cursor:pointer;
}

#gn_03 a:hover {
	background:url(../img/navi/go_03.png) top center no-repeat;
	cursor:pointer;
}

#gn_03 a:active {
	background:url(../img/navi/ga_03.png) top center no-repeat;
	cursor:pointer;
}

#gn_04 a {
	background:url(../img/navi/gn_04.png) top center no-repeat;
	cursor:pointer;
}

#gn_04 a:hover {
	background:url(../img/navi/go_04.png) top center no-repeat;
	cursor:pointer;
}

#gn_04 a:active {
	background:url(../img/navi/ga_04.png) top center no-repeat;
	cursor:pointer;
}

#gn_05 a {
	background:url(../img/navi/gn_05.png) top center no-repeat;
	cursor:pointer;
}

#gn_05 a:hover {
	background:url(../img/navi/go_05.png) top center no-repeat;
	cursor:pointer;
}

#gn_05 a:active {
	background:url(../img/navi/ga_05.png) top center no-repeat;
	cursor:pointer;
}

#local_navi {
	width:230px;
	height:auto;
	padding:0;
	margin:0 0 15px 0;
}

#local_navi ul,
#local_navi ol,
#local_navi dl {
	display:block;
	width:200px;
	height:auto;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#local_navi ul ul,
#local_navi dl ol,
#local_navi dl dl {
	display:block;
	width:auto;
	height:auto;
	margin:0 auto;
	padding:0;
	list-style:none;
}

#local_navi ul:first-child {
	border-top:#CCCCCC dotted 1px;
}

#service #local_navi ul.monthly-archive,
#service #local_navi li.yearlylist,
#contact #local_navi li.yearlylist {
	display:none;
	visibility:hidden;
}

#local_navi .category-archive li {
	display:block;
	width:200px;
	min-height:35px;
	height:auto;
	margin:0;
	padding:0;
	border-bottom:#CCCCCC dotted 1xp;
}

#local_navi .category-archive li .subcategory-archive {
	width:auto;
	height:auto;
	margin:0 0 0 20px;
	padding:0;
}

#local_navi .category-archive li .subcategory-archive li {
	display:block;
	width:auto;
	min-height:35px;
	height:auto;
	margin:0;
	padding:0;
	border:none;
}

#local_navi li,
#local_navi dt.archive-index {
	display:block;
	width:200px;
	height:35px;
	margin:0;
	padding:0;
	border-bottom:#CCCCCC dotted 1px;
}

#local_navi ol li.yearlylist {
	display:block;
	width:180px;
	height:auto;
	margin:0;
	padding:6px 0px 4px 20px;
	border-bottom:#CCCCCC dotted 1px;
	color:#888888;
	text-decoration:none;
	background:url(../img/contents/allow.png) left 12px no-repeat;
	cursor:pointer;
}

#local_navi ol li.yearlylist:hover {
	display:block;
	width:180px;
	height:auto;
	margin:0;
	padding:6px 0px 4px 20px;
	border-bottom:#CCCCCC dotted 1px;
	text-decoration:none;
	color:#0099FF;
	background:url(../img/contents/allow_over.png) left 12px no-repeat;
	cursor:pointer;
}

#local_navi dl.archivelist dd {
	display:block;
	width:200px;
	height:auto;
	margin:0;
	padding:6px 0px 4px 0px;
	border-bottom:#CCCCCC dotted 1px;
}

#local_navi .category-archive li.noentry {
	display:block;
	width:180px;
	min-height:25px;
	height:auto;
	margin:0;
	padding:6px 0px 4px 20px;
	border-bottom:#CCCCCC dotted 1px;
	color:#CCCCCC;
}

#local_navi li.archive-title {
	display:block;
	width:190px;
	height:25px;
	margin:0;
	padding:5px;
	border-bottom:#CCCCCC dotted 1px;
	font-weight:bold;
	color:#999999;
}

#local_navi li a,
#local_navi dt a {
	display:block;
	width:auto;
	height:29px;
	margin:0;
	padding:6px 0 0 20px;
	color:#888888;
	text-decoration:none;
	background:url(../img/contents/allow.png) left 50% no-repeat;
}

#local_navi li a:hover,
#local_navi dt a:hover {
	display:block;
	width:auto;
	height:29px;
	margin:0;
	padding:6px 0 0 20px;
	color:#0099FF;
	background:url(../img/contents/allow_over.png) left 50% no-repeat;
}

#local_navi dd ol ol li {
	width:auto;
	height:30px;
	padding:0;
	margin:0 0 0 0px;
	border:none;
}

#local_navi dd ol ol li span {
	color:#CCCCCC;
}

#local_navi dd ol ol li a {
	display:block;
	width:160px;
	height:29px;
	margin:0;
	padding:6px 0 0 20px;
	color:#888888;
	text-decoration:none;
	background:url(../img/contents/allow.png) left 50% no-repeat;
}

#local_navi dd ol ol li a:hover {
	display:block;
	width:160px;
	height:29px;
	margin:0;
	padding:6px 0 0 20px;
	color:#0099FF;
	background:url(../img/contents/allow_over.png) left 50% no-repeat;
}

#local_navi li.category a span {
	display:none;
	visibility:hidden;
}

#contact #local_navi dl {
	border-top:#CCCCCC dotted 1px;
}

#link #local_navi,
#contact #local_navi dd,
#local_navi li.category-36,
#local_navi li.category-27 {
	display:none;
	visibility:hidden;
}

/*04.container*/
#container {
	width:950px;
	height:auto;
	min-height:150px;
	margin:25px auto;
	padding:0;
	border:none;
	clear:both;
	text-align:left;
}

#website #main {
	width:700px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#website #side {
	width:230px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}

.index #main,
.archive #main,
.article #main,
.page #main {
	width:700px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
}

.index #side,
.archive #side,
.article #side,
.page #side {
	width:230px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#pan {
	width:700px;
	height:45px;
	margin:0 0 15px 0;
	padding:0;
	background:url(../img/bg/pan_bg.png) left top no-repeat;
}

.top #pan {
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
}

#container_foot {
	width:100%;
	height:auto;
	clear:both;
}
/*05.contents*/
#main #pan .topicpath {
	display:block;
	width:670px;
	height:20px;
	margin:0px 15px;
	padding:0;
}

#main #pan .topicpath span {
	display:block;
	margin:13px 5px 0 0;
	padding:0;
	width:auto;
	float:left;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}

#main #pan .topicpath a {
	display:block;
	margin:13px 5px 0 0;
	padding:0;
	width:auto;
	float:left;
	font-size:8pt;
	color:#777777;
	text-decoration:none;
}

#main #pan .topicpath a:hover {
	color:#0099FF;
	text-decoration:none;
}

#main #pan .topicpath a.home {
	background:url(../img/contents/home.png) left 50% no-repeat;
	padding:0 0 0 15px;
}

#main #pan .topicpath a.home:hover {
	background:url(../img/contents/home_over.png) left 50% no-repeat;
	padding:0 0 0 15px;
}

#main #pan .topicpath .allow {
	width:15px;
	height:45px;
	display:block;
	margin:0 5px 0 0;
	padding:0;
	background:url(../img/contents/pan_allow.png) left top no-repeat;
	text-indent:-9999px;
}

#main .contents_set,
#main .contents_detail {
	width:700px;
	height:auto;
	margin:0 0 20px 0;
}

#side .side_set {
	width:230px;
	height:auto;
	margin:0 0 20px 0;
}

#main .contents_set .caption,
#main .contents_detail .caption {
	width:700px;
	height:65px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/main_caption.png) top left no-repeat;
}

#main .contents_set .content,
#main .contents_detail .content {
	width:700px;
	height:auto;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/main_content.png) top left repeat-y;
}

#main .contents_set .closer,
#main .contents_detail .closer {
	width:700px;
	height:20px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/contents/main_closer.png) top left no-repeat;
}

#side .side_set .caption,
#side #local_navi .ln_caption {
	width:230px;
	height:65px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/side_caption.png) top left no-repeat;
}

#side .side_set .content,
#side #local_navi .ln_content {
	width:230px;
	height:auto;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/side_content.png) top left repeat-y;
}

#side .side_set .closer,
#side #local_navi .ln_closer {
	width:230px;
	height:20px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/side_closer.png) top left no-repeat;
}

#side #local_navi .ln_caption h3 {
	width:200px;
	height:auto;
	margin:0px 15px 0 15px;
	padding:20px 0 0 0;
}

#side #local_navi .ln_caption h3 em {
	visibility:hidden;
}

#side #local_navi .ln_caption h3 a {
	display:block;
	width:200px;
	height:35px;
	margin:0px 0 0 0;
	padding:0;
	text-decoration:none;
}

#side #local_navi .ln_caption h3 a:hover {
	display:block;
	width:200px;
	height:35px;
	margin:0px 0 0 0;
	padding:0;
}

#service #side #local_navi .ln_caption h3 a {
	background:url(../img/contents/service_h3.png) left top no-repeat;
}

#service #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/service_h3_over.png) left top no-repeat;
}

#works #side #local_navi .ln_caption h3 a {
	background:url(../img/contents/works_h3.png) left top no-repeat;
}

#works #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/works_h3_over.png) left top no-repeat;
}

#products #side #local_navi .ln_caption h3 a {
	background:url(../img/contents/products_h3.png) left top no-repeat;
}

#products #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/products_h3_over.png) left top no-repeat;
}

#company #side #local_navi .ln_caption h3 a {
	background:url(../img/contents/company_h3.png) left top no-repeat;
}

#company #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/company_h3_over.png) left top no-repeat;
}

#contact #side #local_navi .ln_caption h3 a {
	background:url(../img/contents/contact_h3.png) left top no-repeat;
}

#contact #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/contact_h3_over.png) left top no-repeat;
}

#main .contents_set .content .caption,
#main .contents_detail .content .caption {
	background:none;
	position:absolute;
	text-align:center;
	z-index:10000;
	margin:1em auto;
	bottom:30px;
	width:100%;
	background:none;
	font-size:13px;
	font-weight:bold;
	font-family : "Hiragino Kaku Gothic Pro",  Helvetica, Verdana, Arial, sans-serif, "Osaka", "lroSVbN";
}

#main .contents_set .caption .caption-inner,
#main .contents_detail .caption .caption-inner {
	width:666px;
	height:60px;
	margin:0px 0 0px 0;
	padding:0 17px 0 17px;
}

#main .contents_set .content .content-inner,
#main .contents_detail .content .content-inner {
	width:660px;
	height:auto;
	margin:0;
	padding:0 20px;
}

#side .side_set .caption .caption-inner {
	width:196px;
	height:60px;
	margin:0px 0 0px 0;
	padding:17px 17px 0 17px;
}

#side .side_set .content .content-inner {
	width:190px;
	height:auto;
	margin:0;
	padding:0 20px;
}

#main .contents_set .caption .links {
	float:right;
	text-align:right;
}

#main .contents_detail .caption .links {
	float:right;
	text-align:right;
	margin:15px 0 0 0;
}

#main .contents_set .caption .links a {
	display:block;
	margin:10px 10px 0 0;
	padding:0 0 0 0;
	float:left;
}

#main .contents_set .caption .links a span {
	visibility:hidden;
}

#main .contents_detail .caption .links span {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#999999;
	font-style:italic;
}

#main .contents_set .caption .links a.rss {
	display:block;
	width:85px;
	height:25px;
	margin:17px 10px 0 0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/contents/rss.png) top right no-repeat;
}

#main .contents_set .caption .links a.rss:hover {
	display:block;
	width:85px;
	height:25px;
	margin:17px 10px 0 0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/contents/rss_over.png) top right no-repeat;
}

#main .contents_set .caption .links a.seeall {
	display:block;
	width:85px;
	height:26px;
	margin:17px 10px 0 0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/contents/see_all_btn.png) top right no-repeat;
}

#main .contents_set .caption .links a.seeall:hover {
	display:block;
	width:85px;
	height:26px;
	margin:17px 10px 0 0;
	padding:0;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/contents/see_all_over.png) top right no-repeat;
}

#main #pickup #pickup_contents {
	width:680px;
	height:auto;
	margin:0 -20px 0 0px;
	padding:0 0px;
}

#main #pickup .content .content-inner .entry a.title {
	margin:-40px auto 0 auto;
	text-decoration:none;
	z-index:2;
	display:block;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
	color:#FFFFFF;
}

#main .contents_set .entries,
#main .contents_set .pages {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#main .contents_detail .page-body,
#main .contents_detail .page-more,
#main .contents_detail .entry-body,
#main .contents_detail .entry-more {
	width:100%;
	height:auto;
	margin:0px 0 10px 0;
	padding:10px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#main .contact_set .contact-body {
	width:100%;
	height:auto;
	margin:0px 0 10px 0;
	padding:10px 0;
}

#service #main .contents_set .pages .entry {
	width:100%;
	height:auto;
	margin:0px 0 10px 0;
	padding:10px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#main .contents_set .entries .entry,
#main .contents_set .pages .entry {
	width:100%;
	height:130px;
	margin:0px 0 10px 0;
	padding:10px 0;
	border-bottom:#CCCCCC dotted 1px;
}

#main .contents_set .entries .entry .entry-image,
#main .contents_set .pages .entry .entry-image {
	width:130px;
	height:130px;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

/*#service #main .contents_set .pages .entry .entry-image {
	width:310px;
	height:auto;
	margin:0 10px 0 0;
	padding:0;
	float:left;
}*/

#main .contents_set .entries .entry .entry-info,
#main .contents_set .pages .entry .entry-info {
	width:520px;
	height:130px;
	margin:0;
	padding:0;
	float:left;
}

/*#service #main .contents_set .pages .entry .entry-info {
	width:340px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}*/

#main .contents_set .entries .entry .entry-only-info,
#main .contents_set .pages .entry .entry-only-info {
	width:660px;
	height:130px;
	margin:0;
	padding:0;
}

#main .contents_set .entries .entry h3,
#main .contents_set .pages .entry h3 {
	width:auto;
	height:30px;
	float:left;
	background:url(../img/contents/h3_left.png) top left no-repeat;
}

/*#service #main .contents_set .pages .entry h3 {
	width:auto;
	height:30px;
	float:left;
	background:url(../img/contents/h3_left.png) top left no-repeat;
	margin:5px 0;
}*/

#main .contents_set .entries .entry h3 a,
#main .contents_set .pages .entry h3 a {
	display:block;
	width:auto;
	height:20px;
	margin:0 0 0 10px;
	padding:2px 0 5px 0;
	font-size:11pt;
	text-decoration:none;
	font-family:"Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",  Helvetica, Verdana, Arial, sans-serif, "Osaka",  "lroSVbN";
}

#main .contents_set .entries .entry h4 {
	width:auto;
	height:auto;
	font-family:mono-space;
	color:#999999;
	margin:4px 0 0 0;
	float:right;
}

#main .contents_set .entries .entry .excerpt,
#main .contents_set .pages .entry .excerpt {
	width:100%;
	height:4.5em;
	margin:8px 0 0 0;
	padding:0;
	line-height:150%;
	overflow:hidden;
	color:#555555;
}

#main .contents_set .entries .entry .detail,
#main .contents_set .pages .entry .detail {
	text-align:right;
	width:auto;
	float:right;
	clear:right;
	margin:3px 0 0 0;
	padding:0 0 0 0;
}

#main .contents_set .entries .entry .detail a,
#main .contents_set .pages .entry .detail a {
	display:block;
	width:85px;
	height:32px;
	background:url(../img/contents/more_btn.png) right top no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}

#main .contents_set .entries .entry .detail a:hover,
#main .contents_set .pages .entry .detail a:hover {
	display:block;
	width:85px;
	height:32px;
	background:url(../img/contents/more_over.png) right top no-repeat;
	text-decoration:none;
	text-indent:-9999px;
}

#main .contents_set .entries .entry .entry-image a,
#main .contents_set .pages .entry .entry-image a {
	display:block;
	width:120px;
	height:120px;
	margin:0;
	padding:4px;
	border:#CCCCCC solid 1px;
}

#main .contents_set .entries .entry .entry-image a:hover,
#main .contents_set .pages .entry .entry-image a:hover {
	display:block;
	width:120px;
	height:120px;
	margin:0;
	padding:4px;
	border:#0099FF solid 1px;
}

/*#service #main .contents_set .pages .entry .entry-image a {
	display:block;
	width:300px;
	height:auto;
	margin:0;
	padding:4px;
	border:#CCCCCC solid 1px;
}

#service #main .contents_set .pages .entry .entry-image a:hover {
	display:block;
	width:300px;
	height:auto;
	margin:0;
	padding:4px;
	border:#0099FF solid 1px;
}*/

#main .contents_set .entries .entry .entry-image a image,
#main .contents_set .pages .entry .entry-image a image {
	width:120px;
	height:120px;
	margin:0;
	padding:0;
}

#main .contents_set .entries .entry .detail a span,
#main .contents_set .pages .entry .detail a span {
	visibility:hidden;
	display:none;
}


#main .contents_detail a img {
	max-width:670px;
	padding:4px;
	border:#CCCCCC solid 1px;
}

#main .contents_detail a:hover img {
	max-width:670px;
	padding:4px;
	border:#0099FF solid 1px;
}

/*h2*/
.contents_detail .caption h2,
.contents_set .caption h2 {
	width:250px;
	height:33px;
	margin:12px 0 0 0;
	padding:2px 0 0 12px;
	float:left;
	background:url(../img/contents/h2_left.png) left top no-repeat;
	font-size:15px;
	font:"A-OTF 新ゴ Pro M", "ヒラギノ角ゴ Pro W3", Arial;
	color:#555555;
}

#pickup .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/pickup_h2.png) top left no-repeat;
	float:left;
}

#newsrelease .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/news_h2.png) top left no-repeat;
	float:left;
}

#service_info .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/service_h2.png) top left no-repeat;
	float:left;
}

#procduts_info .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/products_h2.png) top left no-repeat;
	float:left;
}

#company_info .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/company_h2.png) top left no-repeat;
	float:left;
}

#contact_set .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/contact_h2.png) top left no-repeat;
	float:left;
}

/*h3*/
#main .contents_detail .entry-body h3,
#main .contents_detail .entry-more h3,
#main .contents_detail .page-body h3,
#main .contents_detail .page-more h3,
#main .contents_set .contact-body h3 {
	width:auto;
	height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	font-size:11pt;
	font-family:"Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",  Helvetica, Verdana, Arial, sans-serif, "Osaka",  "lroSVbN";
	background:url(../img/contents/h3_left.png) top left no-repeat;
}

#weather .caption h3 {
	width:190px;
	height:25px;
	margin:0px 0 0 0;
	padding:0;
	background:url(../img/contents/weather_caption.png) top left no-repeat;
	text-indent:-9999px;
}

#special .caption h3 {
	width:220px;
	height:40px;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	text-indent:-9999px;
	background:url(../img/contents/specialh3.png) top center no-repeat;
}

#access_contact .caption h3 {
	width:220px;
	height:auto;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/access_contact_caption.png) no-repeat top left;
}

/*サイドコンテンツ*/
#side #special .caption {
	width:230px;
	height:65px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/sky_caption.png) top left no-repeat;
}

#side #special .content {
	width:230px;
	height:auto;
	min-height:250px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/sky_content.png) top left repeat-y;
}

#side #special .closer {
	width:230px;
	height:20px;
	margin:0 0 0px 0;
	padding:0;
	background:url(../img/side/sky_closer.png) top left no-repeat;
}

#side #special .caption .caption-inner {
	width:220px;
	height:65px;
	margin:0 auto;
	padding:0;
	background:url(../img/side/sky_caption.png) top center no-repeat;
}

#side #special .content .content-inner {
	width:220px;
	height:auto;
	min-height:250px;
	margin:0 auto;
	padding:0;
	background:url(../img/side/sky_content.png) top center no-repeat;
}

#side #special .content .content-inner {
}

#side #banner .caption {
	width:230px;
	height:45px;
	background:url(../img/contents/side_link.png) top center no-repeat;
	margin:0;
	padding:0;
}

#side #banner .caption .caption-inner {
	width:220px;
	height:45px;
	margin:0;
	padding:0;
}

#side #banner .caption .caption-inner h3 {
	visibility:hidden;
}

#side #banner img {
	max-width:200px;
	height:auto;
}

#side #banner .content {
	background:none;
	width:230px;
	height:auto;
	text-align:center;
}

#side #banner .content .content-inner {
	width:220px;
	height:auto;
	margin:0 auto;
	padding:5px 0;
}

#side #banner .closer {
	background:none;
	border-bottom:#CCCCCC dotted 1px;
	width:210px;
	height:5px;
	margin:0 auto;
}

#side #banner .content a {
	display:block;
	width:auto;
	height:auto;
	margin:5px 0;
	padding:0;
}

#side #banner .content a:hover {
	display:block;
	width:auto;
	height:auto;
	margin:5px 0;
	padding:0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#access_contact a.contact {
	display:block;
	width:200px;
	height:100px;
	margin:0px 0 0px 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/phone.png) top left no-repeat;
}

#access_contact a.contact:hover {
	display:block;
	width:200px;
	height:100px;
	margin:0px 0 0px 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/phone.png) top left no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/*メールフォーム*/
#ajax_mail {
	width:100%;
	margin:0px 0;
	padding:10px 0 0 0;
}

form fieldset,
.comments-open-content {
	width:640px;
	margin:0px auto;
	border:none;
}

fieldset dl,
fieldset dt,
fieldset dd,
.comments-open-content dl,
.comments-open-content dt,
.comments-open-content dd,
form,fieldset,input,textarea,button{
	margin:0 auto;
	padding:0;
	font-size:100%;
}

fieldset dt,
.comments-open-content dt {
	margin:2px 0 0 0;
	width:20%;
	float:left;
}

fieldset dd,
.comments-open-content dd {
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:1px dotted #CCCCCC;
}

fieldset dd p,
.comments-open-content dd p {
	text-align:left;
	margin:0 0 10px 0;
}

fieldset form {
	padding:0;
	width:500px;
}

fieldset fieldset,
.comments-open-content {
	margin:30px auto 50px auto;
	border:none;
}

fieldset input,
fieldset textarea {
	padding:0.2em;
	border:1px solid #aaa;
}

fieldset input {
	width:35%;
}

fieldset textarea {
	width:75%;
	height:200px;
}

fieldset p {
	text-align:center;
	margin:0 auto;
	width:300px;
}

p.supply {
	text-align:center;
	margin:10px auto;
	width:auto;
}

fieldset button {
	padding:3px 5px;
	border-top:3px double #bbb;
	border-right:3px double #666;
	border-bottom:3px double #666;
	border-left:3px double #bbb;
	background:#ECECEC;
}

fieldset button:active {
	padding:3px 5px;
	border-top:3px double #666;
	border-right:3px double #bbb;
	border-bottom:3px double #bbb;
	border-left:3px double #666;
	background-color:#333333;
	color:#FFFFFF;
}

fieldset #mail_preview {
	width:85px;
	height:32px;
	background:url(../img/contents/preview.png) top left no-repeat;
	border:none;
	text-indent:-9999px;
}

fieldset #mail_preview:hover {
	width:85px;
	height:32px;
	background:url(../img/contents/preview_over.png) top left no-repeat;
	border:none;
	text-indent:-9999px;
}

fieldset #mail_post {
	width:85px;
	height:32px;
	background:url(../img/contents/submit.png) top left no-repeat;
	border:none;
	text-indent:-9999px;
}

fieldset #mail_post:hover {
	width:85px;
	height:32px;
	background:url(../img/contents/submit_over.png) top left no-repeat;
	border:none;
	text-indent:-9999px;
}

#thanks h3 {
	text-align:center;
}

#mail_progress,
#mail_error_code {
	text-align:center;
}
/*---------------------*/

/*container_foot*/
#container_foot .scroll {
	width:85px;
	height:32px;
	margin:10px 0 15px 865px;
	padding:0;
	background:url(../img/contents/pagetop.png) top center no-repeat;
}

#container_foot .scroll a#scroll {
	display:block;
	width:85px;
	height:32px;
	margin:0px;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/pagetop.png) top center no-repeat;
}

#container_foot .scroll a#scroll:hover {
	display:block;
	width:85px;
	height:32px;
	margin:0px;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/pagetop_over.png) top center no-repeat;
}

#container_foot .scroll a#scroll span {
	visibility:hidden;
	text-indent:-9999px;
}

/*その他*/
.red {
	color:#FF0000;
}
.gray {
	color:#999999;
}

/*06.footer*/
#footer {
	width:950px;
	height:auto;
	margin:0 auto;
	padding:0px 0 0 0;
	text-align:left;
}

#footer .extra {
	float:left;
}

#footer #footer_navi {
	display:block;
	list-style:none;
	padding:2px;
}

#footer #footer_navi li {
	float:left;
	height:8px;
	width:auto;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}

#footer #footer_navi li a {
	font-size:7pt;
	text-decoration:none;
}

#footer #footer_navi li a:hover {
	font-size:7pt;
}

#copyright {
	font-size:10px;
	margin:5px 0 0 0;
	float:right;
	text-align:right;
	color:#999999;
}

#footer_sitemap {
	width:100%;
	margin:0 0 0px 0;
	padding:0 0 10px 0;
	border-bottom:#F0F0F0 solid 1px
}

#footer_sitemap .caption {
	width:950px;
	height:40px;
	margin:0;
	padding:0;
	background:url(../img/footer/footer_cont_caption.png) top left no-repeat;
}

#footer_sitemap .content {
	width:950px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../img/footer/footer_cont_bg.png) top left repeat-y;
}

#footer_sitemap .closer {
	width:950px;
	height:20px;
	margin:0;
	padding:0;
	background:url(../img/footer/footer_cont_closer.png) top left no-repeat;
}

#footer_sitemap .caption .caption-inner {
	width:920px;
	height:15px;
	margin:0px 15px 0 15px;
	padding:8px 0 0 0;
}

#footer_sitemap .content .content-inner {
	width:920px;
	height:auto;
	margin:0px 15px 0 15px;
	padding:10px 0;
}

#footer_sitemap .caption .caption-inner h3{
	margin:0px 0;
	padding:0 0 3px 0;
	border-bottom:#CCCCCC solid 1px;
}

#footer_sitemap .caption .caption-inner h3 a {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

#footer_sitemap .caption .caption-inner h3 a:hover {
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}

#footer_sitemap .content .content-inner div.sitemap {
	float:left;
	width:16%;
	height:auto;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

#footer_sitemap .content .content-inner div#sitemap_top,
#footer_sitemap .content .content-inner div#sitemap_18 {
	visibility:hidden;
	width:0;
	height:0;
	margin:0;
	padding:0;
	border:none;
}

#footer_sitemap .content .content-inner div.sitemap ul {
	list-style:none;
	margin:0 0 0 8px;
	padding:0 0 0 0;
	display:block;
}

#footer_sitemap .content .content-inner div.sitemap h4 a {
	font-size:10px;
	text-decoration:none;
	color:#666666;
}

#footer_sitemap .content .content-inner div.sitemap h4 a:hover {
	font-size:10px;
	text-decoration:none;
	color:#999999;
}

#footer_sitemap .content .content-inner div.sitemap a {
	font-size:9px;
	text-decoration:none;
	color:#999999;
}

#footer_sitemap .content .content-inner div.sitemap a:hover {
	font-size:9px;
	text-decoration:none;
	color:#666666;
}

#footer_sitemap .content #sitemap_11 ul {
	visibility:hidden;
	display:none;
}

/*07.その他*/
