@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:9pt;
	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;
	outline:none;
	border:0;
}

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

a:focus {
	outline:none;
	border:0;
}

a:active {
	outline:none;
	border:0;
}

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/global_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;
	color:#FFFFFF;
}

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

#header h1 a#top {
	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#top 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_02.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_01.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: 14px;  
    background:#FFFFFF url(../img/header/search.gif) no-repeat 8px 3px;  
    border: 1px solid #CCC;
    padding: 5px 2px 3px 30px;
	margin:4px 5px 0 0;
	float:left;
	font-size:11px;
	color:#AAAAAA;
}

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

#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;
	display:block;
	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;
	display:none;
	visibility:hidden;
}

#header address a {
	text-decoration:none;
	text-indent:-9999px;
}

/*03.menu*/
#global_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;
}

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

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

#global_navi a,
#global_navi a:hover,
#global_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) left top no-repeat;
	cursor:pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#gn_05 a:active {
	background:url(../img/navi/ga_05.png) right top 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;
}

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

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

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

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

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

#link #side #local_navi .ln_caption h3 a:hover {
	background:url(../img/contents/link_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;
}

#main #works_list .content .content-inner {
	width:680px;
	height:auto;
	margin:0;
	padding:0 0 0 20px;
}

#main #products_list .content .content-inner {
	width:670px;
	height:auto;
	margin:0;
	padding:0 0 0 30px;
}

#main #works_list .entries .entry,
#main #works_list .pages .entry {
	width:210px;
	height:240px;
	margin:10px 10px 0px 0;
	padding:0px 0;
	float:left;
	border:none;
}

#main #works_list .entries .entry .entry-info,
#main #works_list .pages .entry .entry-info {
	width:200px;
	height:30px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#main #works_list .entries .entry .entry-image,
#main #works_list .pages .entry .entry-image {
	width:210px;
	height:auto;
	max-height:210px;
	margin:0;
	padding:0;
}

#main #works_list .entries .entry .entry-image a,
#main #works_list .pages .entry .entry-image a {
	display:block;
	width:200px;
	height:auto;
	max-height:150px;
	margin:0 auto;
	padding:0px;
	border:#FFFFFF solid 1px;
	overflow:hidden;
}

#main #works_list .entries .entry .entry-image a:hover,
#main #works_list .pages .entry .entry-image a:hover {
	display:block;
	width:200px;
	height:auto;
	max-height:150px;
	margin:0 auto;
	padding:0px;
	border:#0099FF solid 1px;
	overflow:hidden;
}

#main #works_list .entries .entry .entry-image a img,
#main #works_list .pages .entry .entry-image a img {
	display:block;
	width:200px;
	height:auto;
	margin:0;
	padding:0px;
}

#main #products_list .entries .entry,
#main #products_list .pages .entry {
	width:150px;
	height:180px;
	margin:10px 15px 0px 0;
	padding:0px 0;
	float:left;
	border:none;
}

#main #products_list .entries .entry .entry-info,
#main #products_list .pages .entry .entry-info {
	width:150px;
	height:30px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#main #products_list .entries .entry .entry-image,
#main #products_list .pages .entry .entry-image {
	width:150px;
	height:auto;
	max-height:150px;
	margin:0;
	padding:0;
}

#main #products_list .entries .entry .entry-image a,
#main #products_list .pages .entry .entry-image a {
	display:block;
	width:145px;
	height:auto;
	max-height:145px;
	margin:0 auto;
	padding:0px;
	border:#FFFFFF solid 1px;
	overflow:hidden;
}

#main #products_list .entries .entry .entry-image a:hover,
#main #products_list .pages .entry .entry-image a:hover {
	display:block;
	width:145px;
	height:auto;
	max-height:145px;
	margin:0 auto;
	padding:0px;
	border:#0099FF solid 1px;
	overflow:hidden;
}

#main #products_list .entries .entry .entry-image a img,
#main #products_list .pages .entry .entry-image a img {
	display:block;
	width:145px;
	height:auto;
	margin:0;
	padding:0px;
}

#main #works_list .entries .entry h3,
#main #works_list .pages .entry h3,
#main #products_list .entries .entry h3,
#main #products_list .pages .entry h3 {
	width:auto;
	height:30px;
	float:none;
	background:none;
}

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

#main #works_list .entries .entry p a,
#main #works_list .pages .entry p a,
#main #products_list .entries .entry p a,
#main #products_list .pages .entry p a,
#main #link_list .link dd a {
	margin:0 0 0 0px;
	padding:0 0 0 15px;
	font-size:80%;
	text-decoration:none;
	font-family:"Osaka－等幅","ＭＳ ゴシック";
	color:#999999;
	background:url(../img/contents/link_blank.gif) left top no-repeat;
}

#main #works_list .entries .entry p a:hover,
#main #works_list .pages .entry p a:hover,
#main #products_list .entries .entry p a:hover,
#main #products_list .pages .entry p a:hover,
#main #link_list .link dd a:hover  {
	margin:0 0 0 0px;
	padding:0 0 0 15px;
	font-size:80%;
	text-decoration:none;
	font-family:"Osaka－等幅","ＭＳ ゴシック";
	color:#666666;
	background:url(../img/contents/link_blank.gif) left top no-repeat;
}

#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,
#main #sitemap .caption .links,
#main #link_list .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 #entry-detail .caption .links li {
	float:left;
	list-style:none;
	display:block;
	margin:0 0px 0 0;
	color:#999999;
	text-align:center;
}

#main #entry-detail .caption .links li:first-child {
	float:left;
	list-style:none;
	display:block;
	margin:2px 8px 0 0;
	color:#999999;
}

#main #entry-detail .caption .links li.tab1 a {
	display:block;
	width:25px;
	height:24px;
	margin:0;
	padding:2px 0 0 0;
	text-decoration:none;
	text-align:center;
	float:none;
	background:url(../img/contents/tab_ui_btn.png) left top no-repeat;
}

#main #entry-detail .caption .links li.tab1 a:hover {
	display:block;
	width:25px;
	height:24px;
	margin:0;
	padding:2px 0 0 0;
	text-decoration:none;
	text-align:center;
	float:none;
	background:url(../img/contents/tab_ui_over.png) left top no-repeat;
}

#main #entry-detail .caption .links li.tab2 a {
	display:block;
	width:25px;
	height:24px;
	margin:0;
	padding:2px 0 0 0;
	text-decoration:none;
	text-align:center;
	float:none;
	background:url(../img/contents/tab_ui_btn.png) right top no-repeat;
}

#main #entry-detail .caption .links li.tab2 a:hover {
	display:block;
	width:25px;
	height:24px;
	margin:0;
	padding:2px 0 0 0;
	text-decoration:none;
	text-align:center;
	float:none;
	background:url(../img/contents/tab_ui_over.png) right top no-repeat;
}

#main .contents_set .caption .links a span,
#main #entry-detail .caption .links a span {
	visibility:hidden;
}

#main .contents_detail .caption .links span,
#main #sitemap .caption .links span,
#main #link_list .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 5px 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 5px 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 0px 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 0px 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 0 0 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;
}

#main .contents_set .entries .entry .entry-info,
#main .contents_set .pages .entry .entry-info {
	width:520px;
	height:130px;
	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;
}

#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;
}

#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;
}

#main #link_list .link_list,
#main #sitemap .content {
	width:100%;
	height:auto;
}

#main #link_list .link,
#main #sitemap .sitemap {
	width:50%;
	height:auto;
	margin:0 0 15px 0;
	float:left;
	text-align:left;
}

#main #sitemap #sitemap_list .sitemap,
#main #link_list .link {
	width:46%;
	height:auto;
	margin:0 2% 15px 0;
	padding:0 0 10px 0;
	float:left;
	text-align:left;
	border-bottom:#CCCCCC dotted 1px;
}

#main #link_list .link_block h3 {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
}

#main #link_list .link h4 {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
	color:#777777;
}

#main #sitemap .sitemap h4 a,
#main #link_list .link h4 a {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
	color:#777777;
}

#main #sitemap .sitemap h4 a:hover,
#main #link_list .link h4 a:hover {
	text-decoration:none;
	font-size:110%;/*テキストサイズ*/
	font-weight:bold;
	margin:0 0 0 10px;
	color:#CCCCCC;
}

#main #sitemap .content-inner,
#main #link_list .content-inner {
	width:94%;
	height:auto;
	margin:0 auto;
	padding:10px 0 10px 3%;
	border-bottom:#CCCCCC dotted 1px;
}

#main #link_list ul,
#main #link_list dl,
#main #link_list ol,
#main #sitemap #sitemap_list .sitemap ul,
#main #sitemap #sitemap_list .sitemap dl,
#main #sitemap #sitemap_list .sitemap ol {
	list-style:none;
	margin:0 10px 0 18px;
	width:90%;
}


#main #link_list .link p {
	margin:0 10px 0 18px;
	width:90%;
	font-size:90%;
	color:#666666;
}

#main .link_list li,
#main #sitemap #sitemap_list .sitemap li {
	margin:0 0 0 0;
	padding:0 0 0 0px;
}

#main .link_list li a,
#main #sitemap #sitemap_list .sitemap li a,
#main #sitemap #sitemap_list .sitemap dl a {
	text-decoration:none;
}

#main .link_list li a span,
#main #sitemap #sitemap_list .sitemap li a span,
#main #sitemap #sitemap_list .sitemap dl a span {
	display:none;
	visibility:hidden;
}

#main #sitemap #sitemap_18,
#main #link_list #link_7,
#main #link_list #link_14,
#main #sitemap #sitemap_10 dd,
#main #sitemap #sitemap_16 dd {
	display:none;
	visibility:hidden;
}

/*h2*/
.contents_detail .caption h2,
.contents_set .caption h2 {
	width:420px;
	height:31px;
	margin:12px 0 0 0;
	padding:4px 0 0 12px;
	float:left;
	background:url(../img/contents/h2_left.png) left top no-repeat;
	font-size:120%;
	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;
}

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

.index #products_list .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;
}

.index #recruit_info .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/recruit_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;
}

#ajax_calendar .caption h2 {
	width:250px;
	height:35px;
	margin:12px 0 0 0;
	padding:0;
	text-indent:-9999px;
	background:url(../img/contents/calendar_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:28px;
	margin:0 0 10px 0;
	padding:2px 0 0 10px;
	font-size:120%;
	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;
}

#pagebute {
	clear:both;
	text-align:center;
	font-size:90%;/*テキストサイズ*/
}

#pagebute .current_page {
	font-size:100%;/*テキストサイズ*/
}

#pagebute a,
#pagebute a:hover  {
	text-decoration:none;
	font-size:100%;/*テキストサイズ*/
}

/*サイドコンテンツ*/
#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;
}

#works #access_contact .content img,
#products #access_contact .content img,
.tab #qapickup {
	display:none;
	visibility:hidden;
}

/*コンテンツ*/
#main .contents_detail .entry-body p,
#main .contents_detail .entry-more p,
#main .contents_detail .page-body p,
#main .contents_detail .page-more p,
#main .contents_set .entry-open .entry-detail .entry-body p {
	text-indent:1em;
	margin:0 0 10px 0;
}

#main .contents_detail .entry-body strong,
#main .contents_detail .entry-more strong,
#main .contents_detail .page-body strong,
#main .contents_detail .page-more strong,
#main .contents_set .entry-open .entry-detail .entry-body strong {
	font-weight:bold;
}

#main .contents_detail .entry-body em,
#main .contents_detail .entry-more em,
#main .contents_detail .page-body em,
#main .contents_detail .page-more strong,
#main .contents_set .entry-open .entry-detail .entry-body em {
	font-weight:bold;
	font-style:italic;
}

#main .contents_detail .entry-body i,
#main .contents_detail .entry-more i,
#main .contents_detail .page-body i,
#main .contents_detail .page-more i,
#main .contents_set .entry-open .entry-detail .entry-body i {
	font-style:italic;
}

#main .contents_detail .entry-body u,
#main .contents_detail .entry-more u,
#main .contents_detail .page-body u,
#main .contents_detail .page-more u,
#main .contents_set .entry-open .entry-detail .entry-body u {
	text-decoration:underline;
}

#main .contents_detail .entry-body ins,
#main .contents_detail .entry-more ins,
#main .contents_detail .page-body ins,
#main .contents_detail .page-more ins,
#main .contents_set .entry-open .entry-detail .entry-body ins {
	text-decoration:underline;
}

#main .contents_detail .entry-body del,
#main .contents_detail .entry-more del,
#main .contents_detail .page-body del,
#main .contents_detail .page-more del,
#main .contents_set .entry-open .entry-detail .entry-body del {
	text-decoration:line-through;
}

#main .contents_detail .entry-body sub,
#main .contents_detail .entry-more sub,
#main .contents_detail .page-body sub,
#main .contents_detail .page-more sub,
#main .contents_set .entry-open .entry-detail .entry-body sub {
	font-size:0.8em;
	position:relative;
	top:0.4em;
}

#main .contents_detail .entry-body sup,
#main .contents_detail .entry-more sup,
#main .contents_detail .page-body sup,
#main .contents_detail .page-more sup,
#main .contents_set .entry-open .entry-detail .entry-body sup {
	font-size:0.8em;
	position:relative;
	top:-0.6em;
}

#main .contents_detail .entry-body blockquote,
#main .contents_detail .entry-more blockquote,
#main .contents_detail .page-body blockquote,
#main .contents_detail .page-more blockquote,
#main .contents_set .entry-open .entry-detail .entry-body blockquote {
	background:#F5F5F5;
	width:95%;
	padding:10px 2.5%;
}

#main .contents_detail .entry-body s,
#main .contents_detail .entry-more s,
#main .contents_detail .page-body s,
#main .contents_detail .page-more s,
#main .contents_set .entry-open .entry-detail .entry-body s {
	text-decoration:line-through;
}

#main .contents_detail .entry-body hr.clear,
#main .contents_detail .entry-more hr.clear,
#main .contents_detail .page-body hr.clear,
#main .contents_detail .page-more hr.clear,
#main .contents_set .entry-open .entry-detail .entry-body hr.clear {
	clear:both;
	visibility:hidden;
}

#main .contents_detail .entry-body hr,
#main .contents_detail .entry-more hr,
#main .contents_detail .page-body hr,
#main .contents_detail .page-more hr,
#main .contents_set .entry-open .entry-detail .entry-body hr {
	color:#CCCCCC;
	background:#CCCCCC;
	border:none;
	height:1px;
	visibility:visible;
}

#main .contents_detail .entry-body hr.clear,
#main .contents_detail .entry-more hr.clear,
#main .contents_detail .page-body hr.clear,
#main .contents_detail .page-more hr.clear,
#main .contents_set .entry-open .entry-detail .entry-body hr.clear {
	visibility:hidden;
}

#main .contents_detail .entry-body img,
#main .contents_detail .entry-more img,
#main .contents_detail .page-body img,
#main .contents_detail .page-more img,
#main .contents_set .entry-open .entry-detail .entry-body img {
	max-width:660px;
}

#main .contents_detail .entry-body a img,
#main .contents_detail .entry-more a img,
#main .contents_detail .page-body a img,
#main .contents_detail .page-more a img,
#main .contents_set .entry-open .entry-detail .entry-body a img {
	max-width:650px;
	padding:4px;
	border:#CCCCCC solid 1px;
}

#main .contents_detail .entry-body a:hover img,
#main .contents_detail .entry-more a:hover img,
#main .contents_detail .page-body a:hover img,
#main .contents_detail .page-more a:hover img,
#main .contents_set .entry-open .entry-detail .entry-body a:hover img {
	max-width:650px;
	padding:4px;
	border:#0099FF solid 1px;
}


#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:28px;
	margin:10px 0;
	padding:2px 0 0 10px;
	font-size:120%;
	font-family:"Hiragino Kaku Gothic Pro", "ＭＳ ゴシック",  Helvetica, Verdana, Arial, sans-serif, "Osaka",  "lroSVbN";
	background:url(../img/contents/h3_left.png) top left no-repeat;
}

#main .contents_detail .entry-body h4,
#main .contents_detail .entry-more h4,
#main .contents_detail .page-body h4,
#main .contents_detail .page-body h4,
#main .contents_set .entry-open .entry-detail .entry-body h4 {
	font-size:110%;
	padding:0px 0px 0 20px;
	margin:10px 0;
	background-image:url(../img/contents/h4.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
}

#main .contents_detail .entry-body h5,
#main .contents_detail .entry-more h5,
#main .contents_detail .page-body h5,
#main .contents_detail .page-body h5,
#main .contents_set .entry-open .entry-detail .entry-body h5 {
	font-size:105%;
	font-weight:bold;
	color:#999999;
	display:block;
	margin:10px 0;
}

#main .contents_detail .entry-body h6,
#main .contents_detail .entry-more h6,
#main .contents_detail .page-body h6,
#main .contents_detail .page-body h6,
#main .contents_set .entry-open .entry-detail .entry-body h6 {
	font-size:105%;
	font-style:italic;
	color:#999999;
	display:block;
	margin:10px 0;
}

#main .contents_detail .entry-body ul,
#main .contents_detail .entry-more ul,
#main .contents_detail .page-body ul,
#main .contents_detail .page-body ul,
#main .contents_detail .entry-body ol,
#main .contents_detail .entry-more ol,
#main .contents_detail .page-body ol,
#main .contents_detail .page-body ol,
#main .contents_detail .entry-body dl,
#main .contents_detail .entry-more dl,
#main .contents_detail .page-body dl,
#main .contents_detail .page-body dl,
#main .contents_set .entry-open .entry-detail .entry-body ul,
#main .contents_set .entry-open .entry-detail .entry-body ol,
#main .contents_set .entry-open .entry-detail .entry-body dl {
	margin:10px 0px 10px 30px;
}

#main .contents_detail .entry-body table,
#main .contents_detail .entry-more table,
#main .contents_detail .page-body table,
#main .contents_detail .page-body table,
#main .contents_set .entry-open .entry-detail .entry-body table {
	width:100%;
	height:auto;
	border-collapse:collapse;
	border:#999999 solid 1px;
}

#main .contents_detail .entry-body table th,
#main .contents_detail .entry-more table th,
#main .contents_detail .page-body table th,
#main .contents_detail .page-body table th,
#main .contents_set .entry-open .entry-detail .entry-body table th {
	padding:5px;
	border:#999999 solid 1px;
	background:#F5F5F5;
	text-align:center;
	font-size:105%;
	font-weight:bold;
}

#main .contents_detail .entry-body table td,
#main .contents_detail .entry-more table td,
#main .contents_detail .page-body table td,
#main .contents_detail .page-body table td,
#main .contents_set .entry-open .entry-detail .entry-body table td {
	padding:5px;
	border:#999999 solid 1px;
}

/*メールフォーム*/
#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:#888888;
	text-shadow: 0px 0px 10px #FFFFFF;
}

#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,
#footer_sitemap .content .content-inner div.sitemap dl,
#footer_sitemap .content .content-inner div.sitemap ol {
	list-style:none;
	margin:0 0 0 8px;
	padding:0 0 0 0;
	display:block;
	cursor:pointer;
}

#footer_sitemap .content .content-inner div.sitemap ul.monthly-archive {
	visibility:hidden;
}

#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 .content-inner div.sitemap li.yearlylist {
	font-size:9px;
	text-decoration:none;
	color:#999999;
}

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

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

#footer_sitemap .content .content-inner div.sitemap a span {
	display:none;
	visibility:hidden;
}

#footer_sitemap .content #sitemap_11 ul,
.top #footer_sitemap .content .content-inner div.sitemap li.yearlylist {
	visibility:hidden;
	display:none;
}

/*07.その他*/
