@charset "utf-8";
/*
Theme Name: theme010
Theme URI: http://theme.o2gp.com/
Description: theme010
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: 14px/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:#1793d9;text-decoration:none;}
a:hover{color:#2ca9f0;}
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;
position:relative;
}

#header h1 {
padding: 4px 5px 15px;
font-size: 10px;
font-weight: normal;
color: #333333;
}

#hd_link {
	position:absolute;
	right:13px;
	top:67px;
}

#hd_link ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#hd_link ul li {
	height:13px;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
	float:right;
	display:inline;
	margin:0;
	padding:0;
}

#hd_link ul li a {
	display:block;
	height:13px;
}

#hd_link ul li#hd01 a {
	background: url(images/hd_link01.png) no-repeat left 0;
	width:126px;
}

#hd_link ul li#hd02 a {
	background: url(images/hd_link02.png) no-repeat left 0;
	width:100px;
}

#hd_link ul li#hd01 a:hover {
	background: url(images/hd_link03.png) no-repeat left 0;
}

#hd_link ul li#hd02 a:hover {
	background: url(images/hd_link04.png) no-repeat left 0;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0 320px;
width: 910px;
height: 46px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 20px 0 30px;
display: inline;
margin-bottom: 30px;
}

#main h2{
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 18px;
font-weight: bold;
color: #333333;
background: 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: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#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:#1793d9;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}


#top_seminar_title {
	width:618px;
	height:40px;
	background: url(images/top_seminar_title.jpg) no-repeat left top;
	margin-bottom:10px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#top_seminar {
	margin:0 0 30px 0;
	width:618px;
	height:auto;	
}

#top_seminar table {
	width:618px;
        font-size:0.9em;
}
#top_seminar table td {
	width:17%;
	padding:5px 0 5px 7px;
	text-align:left;
	border-bottom:1px dotted #bbb;
	vertical-align:top;
}

#top_seminar table th {
	padding:5px 0 5px 10px;
	text-align:left;
	border-bottom:1px dotted #bbb;
	font-weight:normal;
	line-height:1.5em;
}

.bold { font-weight:bold;}
.red { color:#ff0000; }
.blue { color:#046ab6;}

#top_seminar table th a {
    background: url("images/flow_mark.png") no-repeat scroll 10px center transparent;
    margin: 0;
    padding: 5px 0 0 20px;
    text-decoration:none;
}


#news_title {
	width:618px;
	height:26px;
	background: url(images/news.gif) no-repeat left top;
	margin-bottom:5px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#news { margin:0 0 30px -20px;}

#news ul {
		margin:0;
		padding:0;
		list-style-type:none;
}

#news ul li {
		width:618px;
		height:30px;
		line-height:30px;
		margin:0;
		padding:0;		
		}

#news ul li a {
		text-decoration:none;
		background: url(images/news_li.gif) no-repeat left top;
		display:block;
		padding:0 0 0 50px;
		}
#news ul li a:hover {background: url(images/news_li_hover.gif) no-repeat left top;}


#flow {
		width:618px;
		height:220px;
		background: url(images/flow_bk.png) no-repeat left top;
}

#tab li {
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
}

#tab_box {
		margin-left:-20px;
}

ul#tab {
		padding:15px 5px 0;
		margin:;
		height:43px;
		list-style-type:none;
}

#tab li {
  float: left;
  list-style: none;
  height:43px;
  font-size:0;
  line-height:0;
  text-indent:-9999px;
  margin:0;
  padding:0;
}
		
li#flow01 {
		width:144px;
		background: url(images/tab01.png) no-repeat left top;
}
li#flow02 {
		width:134px;
		background: url(images/tab02.png) no-repeat left top;
}
li#flow03 {
		width:134px;
		background: url(images/tab03.png) no-repeat left top;
}
li#flow04 {
		width:196px;
		background: url(images/tab04.png) no-repeat left top;
}

li#flow01.select { background: url(images/tab05.png) no-repeat left top;}
li#flow02.select { background: url(images/tab06.png) no-repeat left top;}
li#flow03.select { background: url(images/tab07.png) no-repeat left top;}
li#flow04.select { background: url(images/tab08.png) no-repeat left top;}

.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  width: 618px;
  height: auto;
  overflow:hidden;
 }
				
#flow p { 
	margin:1em;
	padding:0;
	}

.content_wrap_inner {
		margin:0 15px;
		padding:15px 0;
}

.flow_img {
	 	float:left;
		margin:0 15px 0 0;
}

.flow_txt {
		line-height:1.5em;
		font-size:0.86em;
}

.flow_txt img {
		display:block;
		margin:5px 0;
}

#flow_link {
	text-align:right;
	margin-top:3px;
}

#flow_link ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#flow_link ul li {
	float:right;
	display:inline;
	margin:0;
	padding:0 0 0 20px;
	background: url(images/flow_mark.png) no-repeat 10px center;
}

#flow_link ul li a { text-decoration:none;}
	

/* フッター共通 */
.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:#1793d9;}
p.button a:hover{color:#fff;}

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: 20px 0 30px;
margin-bottom: 30px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding-left: 15px;
padding-top:6px;
line-height: 44px;
font-size: 15px;
font-weight: normal;
color: #ffffff;
background: #0b82be url(images/heading2.png) no-repeat;
}

/*#sidebar ul{
padding: 10px 0;
}*/

/*#sidebar ul{
padding: 10px 0;
}*/

#sidebar ul{
padding: 0;
margin: 0;
list-style-type:none;
}

/*#sidebar li{
margin: 0 0 10px 0;
list-style: none;
border-bottom: 1px dashed #1793d9;
}*/

#sidebar li{
margin: 0;
padding:6px 0 8px 0;
background:#e1ddd2 url(images/list_btm.png) no-repeat left bottom;
min-height:18px;
width:265px;
list-style: none;
border-bottom: 0px;
}

/*#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}*/

#sidebar li a{
margin:0 5px;
border-left:5px solid #006ab6;
padding:0 0 0 14px;
display:block;
text-decoration:none;
color:#005b88;
line-height:1.3em;
}

/*#sidebar li a:hover{background-position: 3px 50%;}*/

#sidebar li a:hover{
border-left:5px solid #264180;
color:#0078b3;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

/* トップページ メルマガ案内部
-------------------------------------------------------*/

#top_mail {
	width:618px;
	height:auto;
	border-bottom:1px solid #ababab;
	overflow:hidden;
	margin-bottom:20px;
}

#top_mail_title {
	width:618px;
	height:89px;
	position:relative;
	background:url(images/top_mail_title.png) no-repeat left top;
}

#top_mail_title strong {
	position:absolute;
	left:15px;
	top:60px;
	font-weight:normal;
	color:#006ab6;
}

#top_mail_border {
	width:618px;
	height:auto;
	background:url(images/top_mail_border.gif) repeat-y left top;
	overflow:hidden;
}

#top_mail_border-inner {
	margin:0 15px;
	padding:10px 0;
}

#top_mail_border-inner ul {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none;
	border-bottom:1px dotted #ababab;
}

#top_mail_border-inner ul li {
	background:url(images/top_mail_li.gif) no-repeat left top;
	margin:0;
	padding:0 0 15px 0;
	position:relative;
	line-height:30px;
	text-indent:2.5em;
	height:30px;	
}

#top_mail_border-inner ul li a {
	color:#006ab6;
	text-decoration:none;
}

img.mail01 {
	position:absolute;
	left:325px;
	top:6px;
}

img.mail02 {
	position:absolute;
	left:453px;
	top:6px;
}
	
img.mail01,img.mail02 {
	width:128px;
	height:18px;
}

.likebox {margin-top:30px;}	
