@charset "utf-8";
/*  
Theme Name: ORIENTAL-AGC
*/

/* CSS PROPERTY CLEAR */
html,body {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

p,address,ul,ol,dl,dd,caption,form {
	margin: 0;
	padding: 0;
}
a img{
	border: none;
}
address,em,dfn{
	font-style: normal;
}

html {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
body {
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	background-color: #ffffff;
	font-size: small;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	height: auto;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* =link
------------------------------------------------------------------------------ */

a:link, a:visited {
	text-decoration: none;
	color: #005aab;
}
a:hover, a:active {
	color: #ff4444;
	text-decoration:underline;

}


/* =header
------------------------------------------------------------------------------ */
#header {
	width: 800px;
        margin:0;
        padding:0;
}
#header p {
	text-align: left;
}
#header h1 {
	font-size: small;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
}

/* =local menu
------------------------------------------------------------------------------ */
#local {
	clear: both;
	width: 800px;
	height: 30px;
}
#local ul {
	float: right;
	list-style: none;
	font-size: small;
	padding-top: 5px;
	font-weight:normal;
}
#local li {
	float: left;
	margin-right: 15px;
}

.news a {
	display: block;
	background-image: url(img/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.sitemap a {
	display: block;
	background-image: url(img/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.link a {
	display: block;
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.privacy a {
	display: block;
	background-image: url(img/privacy.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

#local a:link, #local a:visited {
	color: #666666;
}
#local a:hover, #local a:active {
	color: #ff4444;
}

/* =nav menu
------------------------------------------------------------------------------ */

#nav {
	clear: both;
	width: 801px;
	height: 40px;
}
#nav ul {
	list-style: none;
}
#nav li {
	float: left;
}

#nav li img {
	vertical-align: bottom;
}


/* =top
------------------------------------------------------------------------------ */
#image {
	width: 800px;
	height: 201px;
	margin-top: 1px;
}

/* =pankz
------------------------------------------------------------------------------ */
#pankz {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#pankz p {
	padding-left: 2px;
	margin-left: 5px;
	font-size: small;
        font-weight:normal;
}
#pankz a:link, #pankz a:visited {
	padding-right: 8px;
	padding-left: 8px;
}

/* =contents
------------------------------------------------------------------------------ */
#contents {
	width: 800px;
	height: auto;
	background-image: url(img/cont_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#contents2 {
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(img/cont_bg2.gif) repeat-y;
}

/* firefox */
#contents:after, #contents2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#contents h2 {
	height: 30px;
	width: 445px;
	margin: 10px 0px 10px 5px;
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: small;
	color: #ffffff;
	padding-top: 6px;
}

/* =col1
------------------------------------------------------------------------------ */

#col1 {
	width: 165px;
	float: left;
}
#col1 dl {
	font-size: small;
	font-weight:normal;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
#col1 dt.service {
	background-image: url(img/sub_navi01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 165px;
	text-indent: -9999px;
}

#col1 dl dd {
	padding-left: 3px;
	padding-top: 8px;
	width: 165px;
}

#col1 ul {
	list-style: none;

}
.parent {
	background-image: url(img/pulus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 2px;
}
.child {
	background-image: url(img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 12px;
	padding-top: 2px;
}

#col1 li a {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;

}

#bt_contact {
	margin-top: 10px;
	margin-left: 5px;
}
.banner {
	margin-left: 4px;
	margin-top: 10px;
}

/* =col2
------------------------------------------------------------------------------ */

#col2 {
	width: 460px;
	float: left;
}
#col2 img {
	margin: 0px 0px 5px 25px;

}
#info {
	width: 400px;
	margin: 0px 10px 15px;
}

#info dl {
	width: 420px;
}
#info dl dt {
	font-size: small;
	color: #005aab;
}
#info dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: small;
	font-weight: normal;
	margin-bottom: 20px;
}
.time {
	font-size: x-small;
	color: #aaa;
	font-weight: normal;
}
#kikaku {
	background-image: url(img/kikaku_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 200px;
	width: 420px;
	margin-left: 25px;

}
#kikaku p {
	position: absolute;
	top: 95px;
	left: 20px;
	width: 380px;

}
/* =col3
------------------------------------------------------------------------------ */

#col3 {
	width: 165px;
	float: right;
}
#col3 img {
	margin-left: 4px;
	margin-top: 10px;
}

#col3 dl {
	font-size: small;
	font-weight:normal;
	margin-top: 10px;
	padding-bottom: 20px;
}
#col3 dt.pic {
	background-image: url(img/sub_navi03.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 165px;
	text-indent: -9999px;
}

#col3 dt.pr {
	background-image: url(img/sub_navi02.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 165px;
	text-indent: -9999px;
}

#col3 dl dd {
	padding-left: 5px;
	padding-top: 8px;
	width: 160px;
}

/* =col4
------------------------------------------------------------------------------ */

#col4 {
	width: 632px;
	float: left;
}
#col4 h3 {
	height: 30px;
	width: 580px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: small;
	color: #ffffff;
	padding-top: 6px;
	clear: both;
}
#col4 p {
	margin-bottom: 20px;
	margin-left: 10px;
}

/* =col5
------------------------------------------------------------------------------ */

#col5 {
	width: 482px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 150px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 60px;
}

/* =post
------------------------------------------------------------------------------ */
#post {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#post h2 {
	height: 30px;
	width: 580px;
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: small;
	color: #ffffff;
	padding-top: 6px;
	clear: both;
}
#post h3 {
	clear: both;
	font-size: small;
	color: #444444;
	background-image: url(img/bar.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 550px;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#post h4 {
	clear: both;
	font-size: small;
	background-image: url(img/bar.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 550px;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#post p {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}
#post img {
	float: left;
	margin-right: 10px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#post dl {
	margin-bottom: 10px;
	font-size: small;
	float: left;
	margin-top: 5px;
}
#post dl dt {
	float: left;
	clear: left;
	width: 60px;
	padding: 5px 2px 5px 2px;
}
#post dl dd {
	float: left;
	padding: 5px;
	border-bottom: 1px dotted #999999;
	width: 230px;
}

#post ul {
	font-size: small;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#post li {
	margin-top: 5px;
	margin-bottom: 5px;
}

strong {
	font-size: medium;
	font-weight: bold;
	color: #ff4444;
	line-height: 1.6em;
}
.bld {
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.b_bld {
	font-size: small;
	font-weight: bold;
	color: #1550ac;
}

#bn_contact {
	padding-bottom: 10px;
	margin-left: 10px;
}
.list_col {
	clear: both;
	width: 610px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.b_bold {
	color: #000000;
	font-weight: bold;

}
.l_box {
	float: left;
	width: 305px;
	padding-left: 5px;
}
.r_box {
	float: left;
	width: 275px;
	padding-left: 5px;
}
table.sisei {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	width: 300px;
	border: 1px solid #666666;
	font-size: 90%;
	color: #333333;
	text-align: center;
}
table.sisei tr {
	border: 1px solid #666666;
}
table.sisei th {
	padding: 2px;
	border: 1px solid #666666;
	background-color: #e5f5f9;
	font-weight: normal;
}
table.sisei td {
	padding: 2px;
	border: 1px solid #666666;
	background-color: #ffffe5;
}

table.sisei thead td {
	padding: 2px;
	background-color: #e5f5e8;
	border: 1px solid #666666;
}

/* =news
------------------------------------------------------------------------------ */
h2.news {
	margin-left: 4px;
	background: url(img/page_img_new.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}
#news {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.rss {
	text-align: right;
	margin-right: 60px;
}
#news dl {
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: small;
	font-weight: normal;
}
#news dl dt {
	float: left;
	clear: left;
	width: 100px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
#news dl dd {
	float: left;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #999999;
	width: 400px;
	color: #005aab;
	margin-bottom: 10px;
}

/* =service
------------------------------------------------------------------------------ */

h2.service {
	margin-left: 4px;
	background: url(img/page_img_ser.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;

}
#service {
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.box {
	clear: both;
	width: 610px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box p {
	padding-top: 60px;
	width: 120px;
	font-size: small;
	font-weight: normal;
}
.box img {
	margin-top: 50px;
	position: absolute;
	left: 10px;
	top: 120px;
}
#ser_01 {
	float: left;
	background-image: url(img/ser_bt_01.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	position: relative;
}
#ser_02 {
	float: left;
	background-image: url(img/ser_bt_07.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 5px;
	position: relative;
}
#ser_03 {
	float: left;
	background-image: url(img/ser_bt_03.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	position: relative;
}
#ser_04 {
	float: left;
	background-image: url(img/ser_bt_02.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 5px;
	position: relative;
}
#ser_05 {
	float: left;
	background-image: url(img/ser_bt_08.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 5px;
	position: relative;
}
#ser_06 {
	float: left;
	background-image: url(img/ser_bt_04.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	position: relative;
}
#ser_07 {
	float: left;
	background-image: url(img/ser_bt_09.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 5px;
	position: relative;
}
#ser_08 {
	float: left;
	background-image: url(img/ser_bt_06.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	position: relative;
}
#ser_09 {
	float: left;
	background-image: url(img/ser_bt_05.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 5px;
	position: relative;
}
#ser_10 {
	float: left;
	background-image: url(img/ser_bt_10.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	position: relative;
}

/* =works
------------------------------------------------------------------------------ */

h2.works {
	margin-left: 4px;
	background: url(img/page_img_wor.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;

}
#works {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#wor01 {
	height: 200px;
	width: 580px;
	background-image: url(img/wor_01.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
}
#wor02 {
	height: 200px;
	width: 580px;
	background-image: url(img/wor_02.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;

}
#wor03 {
	height: 200px;
	width: 580px;
	background-image: url(img/wor_03.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}
#wor01 p {
	width: 240px;
	font-size: small;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 20px;
}
#wor02 p {
	width: 240px;
	font-size: small;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 20px;
}
#wor03 p {
	width: 240px;
	font-size: small;
	font-weight: normal;
	position: absolute;
	top: 70px;
	left: 20px;
}

#wor01 img {
	position: absolute;
	left: 210px;
	top: 165px;
}
#wor02 img {
	position: absolute;
	left: 210px;
	top: 165px;
}
#wor03 img {
	position: absolute;
	left: 210px;
	top: 165px;
}

/* =about
------------------------------------------------------------------------------ */
h2.about {
	margin-left: 4px;
	background: url(img/page_img_abo.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}

#about {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#about dl {
	width: 510px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: small;
}
#about dl dt {
	float: left;
	clear: left;
	width: 80px;
	padding: 5px;
}
#about dl dd {
	float: left;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #999999;
	width: 400px;
}

#about ul {
	list-style: none;
	font-size: small;
	font-weight:normal;
	margin-left: 10px;
	margin-bottom: 15px;
}
#about ul li {
	padding: 5px;
}
#map {
	height: 300px;
	width: 520px;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/* =faq
------------------------------------------------------------------------------ */
h2.faq {
	margin-left: 4px;
	background: url(img/page_img_faq.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}

#faq {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#faq ul {
	list-style: none;
	font-size: small;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 20px;
}
#faq li {
	float: left;
	width: 525px;
	padding: 2px 0px 8px 30px;
	margin: 5px 0px;
	border-bottom: 1px dotted #999999;
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
}

#faq dl {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: small;
	font-weight: normal;
}
#faq dl dt {
	width: 500px;
	padding: 2px 5px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#faq dl dd {
	width: 500px;
	float: left;
	padding: 2px 5px 5px 30px;
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
/* =contact
------------------------------------------------------------------------------ */

h2.contact {
	margin-left: 4px;
	background: url(img/page_img_con.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}

#contact {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;

}
table {
	width: 520px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #999999;
}
table th, td {
	padding: 5px 5px 5px 10px;
	border: 1px solid #999999;
}
table th {
	background: #eeeeee;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	width: 150px;
}
.lay01 {
	height: 30px;
}
.bt01 {
	width: 120px;
	margin-left: 200px;
	margin-top: 3px;
}
.bt02 {
	width: 120px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.red {
	color: #ff4444;
	font-size: x-small;
}
#contact h4 {
	background-color: #ff9999;
	width: 580px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* =link
------------------------------------------------------------------------------ */
h2.link {
	margin-left: 4px;
	background: url(img/page_img_lin.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}

#link {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;

}
.s {
	background-color: #eeeeee;
	width: 560px;
	padding: 5px;
	margin-left: 10px;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}
.m {
	background-image: url(img/mail.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 135px;
	text-indent: -9999px;
}
#link table {
	font-weight: normal;
	border-collapse: collapse;
	font-size: small;
	width: 550px;
	margin-left: 15px;
}

#link th, #link td {
	text-align: left;
	padding: 10px 5px;
	border: solid 1px #dddddd;
}

#link th {
	width: 100px;
	background-color: #eeeeee;
}


/* =sitemap
------------------------------------------------------------------------------ */

h2.sitemap {
	margin-left: 4px;
	background: url(img/page_img_map.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}

#sitemap {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;

}

#sitemap dl {
	margin-top: 20px;
	margin-left: 100px;
	font-size: small;
	font-weight: normal;
}
#sitemap dl dt {
	background-image: url(img/pulus.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sitemap dl dd {
	margin-left: 20px;
}
#sitemap ul {
	list-style-type: none;
}
#sitemap li {
	background-image: url(img/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* =privacy
------------------------------------------------------------------------------ */
h2.pri {
	margin-left: 4px;
	background: url(img/page_img_pri.jpg) no-repeat;
	width: 628px;
	height: 125px;
	text-indent: -9999px;
}
#privacy {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	margin-bottom: 20px;

}
#privacy h4 {
	clear: both;
	font-size: small;
	background-image: url(img/bar.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 550px;
	padding-bottom: 6px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* =39パック
------------------------------------------------------------------------------ */
#thanks {
	padding-left: 10px;
}
#thanks img {
	clear: both;
}

.arrow {
	padding-left: 170px;
}
#y01 {
	background-image: url(img/39_y01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
}
#y02 {
	background-image: url(img/39_y02.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
}
#y03 {
	background-image: url(img/39_y03.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
}
#y04 {
	background-image: url(img/39_y04.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
}

.y_sub {
	position: absolute;
	width: 450px;
	left: 60px;
	top: 85px;
}
#n01 {
	background-image: url(img/39_n01.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.n_sub01 {
	position: absolute;
	width: 340px;
	left: 230px;
	top: 60px;
}
#n02 {
	background-image: url(img/39_n02.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.n_sub02 {
	position: absolute;
	width: 260px;
	left: 0px;
	top: 60px;
}
#n03 {
	background-image: url(img/39_n03.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#n04 {
	background-image: url(img/39_n04.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#n05 {
	background-image: url(img/39_n05.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 180px;
	width: 560px;
	margin-left: 15px;
}

#thanks table {
	width: 560px;
	margin: 0px 0px 0px 13px;
	padding: 0px;
}
#thanks table th {
	font-weight: bold;
	padding: 10px;
}
p.supple {
	margin-right: 20px;
	margin-left: 30px;
	font-size: 90%;
}
p.question {
	background-image: url(img/square.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 540px;
	padding: 2px 0px 2px 15px;
	font-size: medium;
	font-weight: bold;
	background-position: left center;
}
p.answer {
	width: 555px;
}
/* =to_top
------------------------------------------------------------------------------ */

#to_top {
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#to_top p {
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
}
/* =ancor list
------------------------------------------------------------------------------ */

#ancor {
	height: 30px;
	width: 800px;
	background-image: url(img/ancor_bg.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#ancor ul {
	list-style: none;
	font-size: small;
	padding-top: 6px;
	margin-left: 35px;
	font-weight:normal;
}
#ancor li {
	float: left;
}
#ancor li a {
	background:url(img/text_next.gif) left center no-repeat;
	padding-left: 18px;
}

/* =fotter
------------------------------------------------------------------------------ */
#fotter {
	width: 800px;
	background: url(img/fotter.jpg) no-repeat;
	padding-bottom: 10px;
}
address {
	font-size: small;
	color: #333333;
	padding-top: 30px;
	line-height: 1.4em;
	text-align: right;
	margin-right: 10px;
        font-weight:normal;
}
.copyright {
	font: bold small Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}
.each {
	list-style: none;
	padding-top: 10px;
	margin-left: 160px;
}
.each a {
	list-style: none;
	padding-top: 10px;
}
.each li {
	float: left;
	margin-right: 10px;
}
.each a:link, .each a:visited {
	text-decoration: none;
	color: #cccccc;
}
.each a:hover, .each a:active {
	color: #cccccc;
	text-decoration:underline;
}


/* =コンタクトフォーム 2010/07/08
------------------------------------------------------------------------------ */

#post div.wpcf7 dl {
	float: left;
	width: 98%;
	margin: 0px 5px 0px 5px;
background- color: #ccc;
}
#post div.wpcf7 dl dt {
	width: 30%;
	float: left;
	clear: left;
	margin: 0px 5px 10px 0px;
	text-align: right;
}
#post div.wpcf7 dl dd {
	float: left;
	width: 65%;
	padding; 0px;
	margin: 0px 0px 10px 5px;
	border-bottom: none;
}
#post div.wpcf7 hr {
	display: none;
}
#post form textarea {
	font-size: 100%;
}

/* =送信エラー */
div.wpcf7-validation-errors {
}
/* =必須エラー */
span.wpcf7-not-valid-tip {
}
/* =送信OK */
div.wpcf7-mail-sent-ok {
}


