@charset "utf-8";

/*
Theme Name: theme103
Theme URI: http://theme.o2gp.com/
Description: theme103
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: simple

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/bg.png) no-repeat center top;
}


a{color:#32a6d4;text-decoration:none;}
a:hover{color:#5ed1ff;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100% 0;
height: 80px;
}
#header_logo {
position: relative;
height: 56px;
padding: 18px 0 0 0;
}
#header_logo a{
color: #606060;
}
#header_logo img{
float: left;
}
#header_text{
padding-left: 62px;
padding-top: 21px;
font-size: 14px;
font-family: 'Times New Roman', Times, serif;
}



/*************
/* トップナビゲーション
*************/
ul#menu-bandm{
margin: 13px 0;
width: 912px;
height: 46px;
}

ul#menu-bandm li{
float:left;
list-style:none;
width: 114px;
}

ul#menu-bandm a{
display: block;
width: 114px;
height: 46px;
}

/**** topnavi 動作追加 ****/
ul#menu-bandm a {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  text-align:center;
  color: #606060;
  background: url(images/topnav_1.png) no-repeat 0 0;
}
ul#menu-bandm a:hover{
  color: #FFF;
  background: url(images/topnav_1_o.png) no-repeat 0 0;
}
/**** トップ画像 ***/
.homeimg {
  position: relative; 
}
.homeimg h1{
  position: absolute; bottom: 40px; right: 50px;
  font: italic bold 48px/1.2 'Times New Roman', Times, serif;
  color: #f0f8ff;
}  

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 15px 0;
display: inline;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #252525;
background: #32a6d4 url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#main p {
padding: 10px 15px 10px 20px;
}

/*** 追加 ***/
#main ol,#main li {
	list-style-position: inside;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#32a6d4;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
font-weight:bold;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#32a6d4;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
padding: 0 10px 0 33px;
line-height: 40px;
font-size: 15px;
font-weight: normal;
color: #252525;
background: #32a6d4 url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #32a6d4;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 0;
width: 292px;
}

address{
padding: 0px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

/****** 会社概要・リンク用 ******/
dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
}
dl dt {
	padding: 10px 0 0 0;
	text-indent: 1em;
	line-height: 150%;
	font-weight: bold;
}
dl dd {
	padding: 0 0 0 5em;
	line-height: 150%;
}
/****** What's New ******/
dl.sidemenu dt {
padding: 5px 0 0 0;
}
dl.sidemenu dd {
padding: 0 0 15px 3em;
}

/****** リンク ******/
dl.link-list dt {
	padding-bottom: 2px;
	border-bottom: 1px dotted #4682b4;
}
dl.link-list dd {
	padding: 0 0 1em 5em;
}

/****** お問い合わせ ******/
.wpcf7-captchac {
	padding-bottom: 3px;
}
dl.contact-list {
	margin-bottom: 0px;
}
dl.contact-list dt {
	float: left;
	padding: 10px 0;
	width: 13em;               /**** これより大きい値をddのpadding-leftに指定 ****/
}
dl.contact-list dd {
	padding: 10px 0 10px 13em; /**** dtのwidthより大きい値をpaddng-leftに指定 ****/
	border-bottom: 1px #CCCCCC solid;
}

/****** 会社概要 ******/
dl.about-list dt {
	float: left;
	padding: 10px 0;
	width: 7em;               /**** これより大きい値をddのpadding-leftに指定 ****/
}
dl.about-list dd {
	padding: 10px 0 10px 7em; /**** dtのwidthより大きい値をpaddng-leftに指定 ****/
	border-bottom: 1px #CCCCCC solid;
}
/****** 中央バナー ******/
.bannerM {
  position: relative;
  height: 123px;
}
.tab-nav {
  float: left;
  width: 196px;
  height: 123px;
  background: url(images/banner_m.jpg) no-repeat;
  padding-right: 14px;
}
.tab-nav .title a{
  color: #FFF;
}
.tab-nav .text a, .tab-nav .text a:link, .tab-nav .text a:visited {
  color: #252525;
}
#main .tab-nav p.title{
  padding-left: 30px;
}
#main .tab-nav p{
  padding: 10px;
}
.last {
padding-right: 0;
}

/*** 企業情報 ***/
#main p.large_bold {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 3px #CCCCCC double;
  padding: 10px 3px 3px 20px;
}
#main p.address {
  text-align: right;
}