@charset "utf-8";
/*
CSS Name: owadajunko.com
Date: 2006.12
Version: 1
Author: Defsystem
Author URI: http://www.dweb-design.com/
*/

/* main
------------------------------------------------------------------------- */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-size: 12px;
	text-align: center;
	color: #555;
	margin: 0 auto;
	padding: 0;
	background: #f5f3ed;
}

div, p, img, a, td, ul, ol {
	font-size: 1em;
}

ol {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
}
ol li {
    margin-left: 5px;
    padding: 0;
    list-style: decimal;
}

ul {
	list-style: none;
	margin: 0 30px 15px;
	padding: 0 30px;
}
li {
	list-style: disc;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Meiryo, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	font-weight: bold;
	margin: 0;
	padding: 15px 25px;
	font-size: 1.2em;
}

p { margin: 5px 0 15px; padding: 0; }

img{ border: none; vertical-align: bottom; }

a { color: #4989be; text-decoration: underline; }
a:hover { color: #235b8c; text-decoration: none; }
a:visited { color: #999; text-decoration: underline; }

dfn { font-style: normal; }

.clear {
    clear: both;
    width: 0px;
    height: 1px;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 100%;
}
dl {
	padding: 0;
	margin: 5px 15px 20px;
}
dt {
	padding: 5px 15px 5px;
	margin: 0;
}
dd {
	padding: 5px 15px;
	margin: 0;
}

/* text formatting 
------------------------------------------------------------------------------- */
blockquote {
    margin: 20px 0px 20px 30px;
    padding: 0;
	border-left: 5px solid #666;
    font-size: 1em;
    color: #666;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444; 
    width: 480px;
    height: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}

acronym, abbr, span.caps {
	font-size: 1em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}
a acronym, a abbr, a span.caps {
	border-bottom: none;
}

.center { text-align: center;}
.right { 
    float: right;
    margin: 0 0 30px 15px;
	padding: 4px 0 0;
}
.left {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
}

hr {
	margin: 0 0 20px;
	background: #fff url(images/bg_hr.gif) no-repeat 0 100%;
	padding: 0;
	border: none;
	line-height: 100%;
}

/* links リンク集
------------------------------------------------------------------------------- */
#links dl {
    padding: 0;
	margin: 5px 0 10px;
}
#links dt {
	padding: 0;
}
#links dd {
	padding: 5px;
	margin: 0 0 15px;
	background: #fbffeb;
	border-bottom: 1px solid #ccc;
}

/* container 
------------------------------------------------------------------------------- */
#container {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
}

#container a img { border: 1px solid #eee; padding: 0; text-decoration: none; }
#container a:hover img { border: 1px solid #999; padding: 0; text-decoration: none; }

/* header 
------------------------------------------------------------------------- */

#header {
	height: 120px;
	margin: 0 auto;
	width: 810px;
	font-size: 0.8em;
	background: url(/image/bg/header.jpg) no-repeat 0 0;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 24px 25px;
	float: left;
}

#header h1 a {
	margin:0;
	width: 321px;
	padding: 46px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/image/logo/logo.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:46px;/* for ie5.x */
	position: relative;
}
#header h2 {
	margin: 0;
	float: right;
	color: #999;
	font-weight: normal;
	padding: 20px 25px;
	line-height: 140%;
	text-align: right;
	font-size: 1em;
}
/* version2
------------------------------------------------------------------------------- */
#header h1 {
	margin: 0;
	padding: 12px 25px;
	float: left;
}

#header h1 a {
	margin:0;
	width: 321px;
	padding: 48px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	background: url(/image/logo/logo2.gif) no-repeat top left;
	text-decoration: none;
	height: 0px!important;
	height /**/:48px;/* for ie5.x */
	position: relative;
}

/* concept
------------------------------------------------------------------------------- */
#concept {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 810px;
	z-index: 1;
	line-height: 20px;
}

/* welcome
------------------------------------------------------------------------------- */
#welcome {
	padding: 0;
	position: absolute;
	width: 400px;
	left: 205px;
	top: 20px;
}
#welcome strong {
	font-weight: normal;
}

/* menu
------------------------------------------------------------------------- */
#menu {
	padding: 0;
	position: absolute;
	left: 3px;
	top: -50px;
	width: 810px;
	margin: 0;
	display: block;
	background: none;
}
#menu ul {
	padding: 0 0 0 22px;
	margin: 0;
	display: block;
	background: none;
}
#menu li {
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
}
#menulist li a {
    position: relative;
	margin:0;
	padding: 30px 0 0 0;
	overflow: hidden;
	display: block;
	border: none;
	float: left;
	text-decoration: none;
	height: 0px!important;
	height /**/:30px;/* for ie5.x */
	color: #ff0000;
}
#menu #menulist li a:hover {
    background-position: 0 -30px;
	text-decoration: none;
	border: none;
}
#menulist li#top a {
	width: 36px;
	background: url(/image/menu/top.gif) no-repeat top left;
}
#menulist li#profile a {
	width: 81px;
	background: url(/image/menu/profile.gif) no-repeat top left;
}
#menulist li#business a {
	width: 100px;
	background: url(/image/menu/business.gif) no-repeat top left;
}
#menulist li#lifestyle a {
	width: 91px;
	background: url(/image/menu/lifestyle.gif) no-repeat top left;
}
#menulist li#seminar a {
	width: 70px;
	background: url(/image/menu/seminar.gif) no-repeat top left;
}
#menulist li#coverage a {
	width: 34px;
	background: url(/image/menu/coverage.gif) no-repeat top left;
}
#menulist li#links a {
	width: 55px;
	background: url(/image/menu/links.gif) no-repeat top left;
}
#menulist li#company a {
	width: 57px;
	background: url(/image/menu/company.gif) no-repeat top left;
}
/* version2
------------------------------------------------------------------------- */
#menulist li#top a {
	width: 36px;
	background: url(/image/menu/top2.gif) no-repeat top left;
}

/* menu2
------------------------------------------------------------------------- */
#menu2 {
	padding: 0;
	width: 810px;
	margin: 0;
	display: block;
	background: none;
	position: absolute;
	left: 3px;
	top: 70px;
}
#menu2 ul {
	padding: 0 0 0 22px;
	margin: 0;
	display: block;
	background: none;
}
#menu2 li {
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
	float: left;
}
#menu2 #menulist li a:hover {
    background-position: 0 -30px;
	text-decoration: none;
	border: none;
}

/* page
------------------------------------------------------------------------------- */
#page {
	margin: 0 auto 12px;
	background: url(/image/bg/container.gif) repeat-y 0 0;
	width: 810px;
	text-align: left;
}
#pagetop {
	background: url(/image/bg/container_top.gif) no-repeat 0 0;
	padding: 20px 0 0 0;
}
#pagebottom {
	background: url(/image/bg/container_bottom.gif) no-repeat 0 100%;
	clear: both;
	width: 810px;
	margin: 0;
	padding: 0;
}

/* wrapper
------------------------------------------------------------------------------- */
#wrapper {
	padding: 0;
	width: 605px;
	float: left;
}

/* content-top TOP Pageのみ
------------------------------------------------------------------------------- */
#content-top {
	margin: 0 0 10px;
	padding: 312px 0 0 0;
	line-height: 170%;
	font-size: 1em;
	text-align: left;
	width: 400px;
	float: right;
}

#content-top ul {
	border-left: 3px solid #ccc;
	padding: 0 10px;
	margin: 10px 0;
	background: #f5f5f5;
}
#content-top li {
	padding: 3px 0;
	margin: 0 0 5px;
	list-style: none;
}

.red {
	color: #ff0033;
}

.image {
    margin: 0 0 15px;
}

#content-top h3, #content-top h4 {
	paddig: 0;
	background: url(/image/title/top_titlebar.gif) no-repeat 0 50%;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px 3px;
	font-size: 1.2em;
	clear: both;
	margin: 0 0 10px;
}
p.lohas-seminar {
  line-height: 180%;
}

/* box
------------------------------------------------------------------------------- */
#box {
	padding: 10px 8px 0px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	margin-bottom: 15px;
}
.boxleft {
	padding: 0;
	width: 185px;
	float: left;
}
.boxright {
	padding: 0;
	width: 185px;
	float: right;
}
#content-top .boxtitle {
    background: url(/image/title/box_title.gif) no-repeat 0 50%;
}

.boxtitle a {
    color: #fff;
		text-decoration: none;
}
.boxtitle a:hover {
    color: #FFCC00;
		text-decoration: none;
}
.boxtitle a:visited {
    color: #fff;
		text-decoration: none;
}

/* content
------------------------------------------------------------------------------- */
#content {
	margin: 0 0 10px;
	padding: 0;
	line-height: 170%;
	font-size: 1em;
	text-align: left;
	width: 400px;
	float: right;
	z-index: 1;
}
#content h3, #content h4 {
	padding: 5px 0 5px 5px;
	margin: 0 0 10px;
	border-left: 5px solid #ccc;
	font-size: 1.1em;
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
}
#content .date {
	padding: 0;
	margin: 0 0 10px;
	color: #8FA43F;
}
#content ul {
	border-left: 4px solid #333;
	padding: 0 0 0 5px;
	margin: 10px 0;
	background: #f5f5f5;
}
#content li {
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
}

.red {
	color: #ff0033;
}

.image {
    margin: 0 0 10px;
}

#more {
	clear: both;
	margin: 0 0 15px;
}
p.posted {
    padding: 0;
	marign: 0 0 10px;
	border-top: 1px solid #ccc;
}
p.totop {
    padding: 0;
	margin: 20px 0 0 0;
}

/* contentbox
------------------------------------------------------------------------- */
#contentbox {
    padding: 0;
}

/* sideall サイドバー全て
------------------------------------------------------------------------- */
h3.navititle, h4.navititle {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 1px 0 0 0;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	background: url(/image/menu/dot.gif) no-repeat 0 0;
}
.sidetitle {
    padding: 0;
	margin: 0 0 10px;
}
.book {
	padding: 0;
	text-align: center;
	width: 160px;
}
ul.books {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 160px;
}
.books li {
    padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.books a img {
    padding: 0;
    border: 1px solid #ccc;
	vertical-align: bottom;
}
.books a:hover img {
    padding: 0;
    border: 1px solid #235b8c;
	vertical-align: bottom;
}
.box {
  width: 160px;
}

#mailmag {
    padding: 0;
	margin: 0 0 15px;
}
.text1 {
	padding: 1px;
	width: 110px;
}
h3.navititle, h4.navititle {
    padding: 1px 0 0 0;
	margin: 0;
}
.navititle a {
	margin:0;
	padding: 7px 0 7px 15px;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(/image/icon/under_arrow.gif) no-repeat 3px 10px;
	color: #666;
	width: 145px!important;
	width /**/:160px;/* for ie5.x */
	overflow: hidden;
}
.navititle a:hover {
    background: #f1f5e2 url(/image/icon/under_arrow.gif) no-repeat 3px 10px;
	color: #333;
}

/* navigation
------------------------------------------------------------------------- */
/* menu トップレベルカテゴリ
------------------------------------------------------------------------- */
ul.navigation {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation li {
    padding: 1px 0 0 0;
	margin: 0;
	list-style: none;
	background: url(/image/menu/dot.gif) no-repeat 0 0;
}
.navigation li a {
	margin:0;
	padding: 7px 0 7px 15px;
	display: block;
	text-decoration: none;
	background: #f5f5f5 url(/image/icon/under_arrow.gif) no-repeat 3px 10px;
	color: #666;
	width: 145px!important;
	width /**/:160px;/* for ie5.x */
	overflow: hidden;
}
.navigation li a:hover {
  background: #f1f5e2 url(/image/icon/under_arrow.gif) no-repeat 3px 10px;
	color: #333;
}
.navigation li a:visited {
  text-decoration: none;
}

/* menu サブカテゴリ
------------------------------------------------------------------------- */
.navigation li li {
    padding: 1px 0 0 0;
	margin: 0;
	list-style: none;
	background: url(/image/menu/dot.gif) no-repeat 0 0;
}
.navigation li li a {
	position: relative;
	margin:0;
	padding: 7px 0 7px 22px;
	display: block;
	width: 138px!important;
	width /**/:160px;/* for ie5.x */
	text-decoration: none;
	background: #fff url(/image/icon/arrow.gif) no-repeat 7% 50%;
	list-style: none;
	color: #666;
	overflow: hidden;
}
.navigation li li a:hover {
    background: #f2f7fb url(/image/icon/arrow.gif) no-repeat 7% 50%;
	color: #333;
}
.navigation li li a:visited {
  text-decoration: none;
}

/* menu 固定メニュー
------------------------------------------------------------------------- */
li.global a {
	position: relative;
	margin:0;
	padding: 7px 0 7px 15px;
	display: block;
	width: 145px!important;
	width /**/:160px;/* for ie5.x */
	text-decoration: none;
	background: #f2f7fb url(/image/icon/under_arrow.gif) no-repeat 2% 50%;
	list-style: none;
	color: #666;
	overflow: hidden;
}
li.global a:hover {
    background: #f1f5e2 url(/image/icon/under_arrow.gif) no-repeat 2% 50%;
	color: #333;
}
li.global a:visited {
  text-decoration: none;
}

/* sideleft
------------------------------------------------------------------------- */
#sideleft {
	padding: 0 0 0 25px;
	width: 160px;
	float: left;
	margin: 0 0 10px;
	line-height: 100%;
	font-size: 1em;
}
#sideleft p {
	padding: 0;
	margin: 5px 0 10px;
	line-height: 130%;
}

/* sideright
------------------------------------------------------------------------- */
#sideright {
	padding: 0 25px 0 0;
	width: 160px;
	float: right;
	margin: 0 0 10px;
	line-height: 100%;
}
.sideright-inner {
  padding: 0;
	margin: 0 25px 0 0;
}
#sideright p {
	padding: 0;
	margin: 5px 0 5px;
	line-height: 130%;
}

/* comments trackback
------------------------------------------------------------------------- */
#comments {
    margin: 0 0 40px;
}
#comments h3, #comments h4 {
    font-size: 1em;
}
#comments h4 {
	padding: 0;
	margin: 10px 0 5px;
}
#trackbackurl {
	padding: 5px;
	width: 500px;
}

ol#commentlist {
	padding: 0;
	margin: 0 50px 30px;
	list-style: none;
}
#commentlist li {
	padding: 10px 20px;
	margin: 0;
	border: 1px solid #aaa;
	list-style: none;
}
.commentcontent {
    padding: 0;
}
#commentlist p {
	padding: 0;
	margin-top: 10px;
}
dl.metadata {
	padding: 0 0 5px;
	margin: 0 0 20px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
	border: none;
}
.metadata dt {
	margin: 0 5px 0 0;
	padding: 0px;
	display: inline;
}
.metadata dd {
	padding: 0;
	display: inline;
	margin: 0 10px 0 0;
}
#commentform #comment {
	font-size: 1em;
}

/* toppost
------------------------------------------------------------------------- */
.toppost {
	padding: 0 0 7px;
	list-style: none;
	margin: 0 0 5px;
	background: url(images/bg_hr.gif) no-repeat 0 100%;
	width: 280px;
}    

/* footer 
------------------------------------------------------------------------- */
#footer {
	background: url(/image/bg/footer.gif) no-repeat 0 0;
	height: 67px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 810px;
	clear: both;
	font-size: 0.8em;
	position: relative;
	line-height: 140%;
}
#footer-inner {
	margin: 0;
	padding: 10px 25px;
	text-align: left;
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover { color: #235b8c; }

#footer p {
	padding: 0 0 20px 0;
	margin: 0;
	display: inline;
}
#footer h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
}
.footerlogo{
	padding: 10px 0;
}
#copy {
	padding: 7px 0;
	float: right;
	text-align: right;
	margin: 0;
}

/* form
------------------------------------------------------------------------- */
#contact-form table {
	width: 100%;
	border: none;
	font-size: 1em;
}
#contact-form th, #contact-form td {
	border-bottom: 1px solid #ccc;
	padding: 10px ;
	text-align: left;
	font-weight: normal;
}
#contact-form th {
	width: 25%;
}
#contact-form td {
	background: #f1f1f1;
	width: 67%;
	}
	
#reserve th, #reserve td {
	padding: 10px 17px;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
}
#contact-form th {
	font-weight:normal;
	width: 33%;
	}
#contact-form th {
	width:33%;
	font-weight:normal;
	border-left: 1px solid #ccc;
	}
#contact-form td {
	background:#eee;
	width: 67%;
	} 
	
.redtxt {
	color: #ff0000;
}
.text2 {
	background: #fff;
	font-size: 1em;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W";
	padding: 1px;
}
#contact-form .submit input {
	padding: 5px;
	border: 3px double #cad3ac;
	background: #dced9e;
}
#contact-form .submit {
	text-align: center;
	padding: 5px;
}
#contact-form {
	border:none;
	margin: 0;
	text-align: left;
	font-size: 1em;
	width: 100%;
}
#contact-form h4 {
	padding: 0 10px;
	color: #72502b;
	border: 1px solid #999;
}
#content .cost {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}



table.t1 {
	width: 100%;
	border-top: 1px solid #E1D9CA;
	font-size: 1em;
	border-right: 1px solid #E1D9CA;
	border-left: 1px solid #E1D9CA;
}
.t1 th, .t1 td {
	border-bottom: 1px solid #E1D9CA;
	padding: 10px ;
	text-align: left;
	font-weight: normal;
}
.t1 th {
	width: 25%;
}
.t1 td {
	background: #f1f1f1;
	width: 67%;
	}
	
.t1 th, .t1 td {
	padding: 10px 17px;
	border-bottom: 1px solid #E1D9CA;
	text-align: left;
}
.t1 th {
	font-weight:normal;
	width: 33%;
	}
.t1 th {
	width:33%;
	font-weight:bold;
	border-left: 5px solid #B2C665;
	border-top: 1px solid #FFF;
	}
.t1 td {
	background:#EFEFEF;
	width: 67%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	} 

/* hack clearfix
-------------------------------------------------------------------------------- */
.cleart:after {
  content:  ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cleart {
  zoom: 1;
} /* ie */

html {
  font-size: 100%;
	margin: 0;
	padding: 0; /* ie */
}

table, input, select, textarea {
  font-size: 100%; /* ie */
}
