@charset "euc-jp";
@import "coaching.css";

/* ==================================================
CSS Document for "acqwords"
URI   : http://acqwords.com/
Date  : 2006/05/16
Author: asC2
   ================================================== */

/* base ------------------------------ */

* {
	font-size: 1em;
	font-style: normal;
	margin: 0;
	padding: 0;
}
body{
	font-family: verdana, Arial, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, Sans-Serif;
	background: #eee url(img/bg.jpg) repeat-x 0 0;
	text-align: center;
	font-size: 0.9em;
	color: #333;
}
* html body{
}
p {
	padding: 0.8em 0;
}
img{
	border: none;
}
form {
}
abbr, acronym{
	color: #666;
}
strong{
	font-weight: bold;
}
em{
	color: #f30;
}
hr{ 
	display: none;
}
blockquote{
	width: 100%;
	padding: 2em;
	background: #eee;
	padding: 15px;
}
blockquote p{
	padding: 0.8em 0;
}
cite{
	font-style: italic;
	text-align: right;
}
blockquote cite{
	font-style: italic;
	text-align: right;
	padding-top: 0.8em;
}
.clr {
	clear:both;
}
.txtXL {
	font-size: 200%;
	line-height: 1.3em;
}
.txtLL {
	font-size: x-large;
	line-height: 1.3em;
}
.txtL {
	font-size: large;
	line-height: 1.3em;
}
.txtM {
	font-size: medium;
}
.txtS {
	font-size: small;
	line-height: 1.3em;
}
.txtSS {
	font-size: x-small;
	line-height: 1.1em;
}
.center {
	text-align: center;
}
.bgY {
	padding: 2px 0;
	background-color: #ff6;
}
.yellow {
	color: #ff6;
}

/* list ------------------------------ */

ol{
}
ul{
}
li{
}
ol li{
	list-style: none;
}
ul li{
	list-style: none;
}
dl{
}
dt{

}
dd{

}

/* table ------------------------------ */
table{
	border: 1px solid #ccc;
	border-collapse: collapse;
}
caption{

}
thead{

}
tbody{

}
tfoot{

}
tr{

}
th{
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 3px 8px;
}
td{
	border: 1px solid #ccc;
	padding: 3px 8px;
}

/* link ------------------------------ */

a, a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}
a:active, a:hover {
	color: #3399CC;
}

/* hn ------------------------------ */

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
h1 { font-size: 2em; }
h2, h3{ font-size: 1.3em; }
h4, h5, h6 { font-size: 1.2em; }

/* img ------------------------------ */

.photoL {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photoR {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.photoL0 {
	background: #fff;
	border-style: none;
	float: left;
	margin: 0 20px 5px 0;
}
.photoR0 {
	background: #fff;
	border-style: none;
	float: right;
	margin: 0 0 5px 20px;
}

/* layout ------------------------------ */

#container{
	margin: 0 auto;
	width: 780px;
	background: #fff url(img/cnt_bg.gif) repeat-y 0 0;
	text-align: left;
	line-height: 1.5em;
}
#header{
	width: 780px;
	height: 116px;
	background: url(img/head_bg.jpg) 0 0 no-repeat;
}
#wrap {
	padding: 0 25px;
}
#main{
	float: left;
	width: 535px;
	padding-bottom: 20px;
	overflow: hidden;
}
#mainNosidebar{
	width: 680px;
	padding-bottom: 20px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#sidebar{
	float: right;
	width: 180px;
	padding-bottom: 20px;
	overflow: hidden;
}
#footNavi {
	clear: both;
	background: #fff url(img/foot_bg.gif) no-repeat 0 0 ;
}
#footer {
	clear: both;
	width: 780px;
	text-align: right;
	margin: 0 auto;
}

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

#header {
	position: relative;
}
#header h1 {
	position: relative;
	top: 9px;
	left: 6px;
}

/* navigation ------------------------------ */

#gNavi{
	position: absolute;
	top: 58px;
	right: 7px;
	width: 618px;
	height: 52px;
	overflow: hidden;
}
#gNavi ul {
	position: absolute;
	width: 618px;
	height: 52px;
	background: url(img/gnavi.gif) no-repeat 0 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}
#gNavi li {
	display: inline;
	height: 52px;
}
#gNavi a {
	float: left;
	height: 0px !important;
	height /**/:52px; /* IE 5/Win hack */
	padding: 52px 0 0 0;
	overflow: hidden;
	text-indent: -999px;
	width: 103px;
	background-image: url(img/gnavi.gif);
}
#gNavi .naviTop a {
	background-position: 0 0;
}
#gNavi .naviTop a:hover,#bodyTop #gNavi .naviTop a { 
	background-position: 0 -52px ;
}
#gNavi .naviNews a {
	background-position: -103px 0;
}
#gNavi .naviNews a:hover,#bodyNews #gNavi .naviNews a { 
	background-position: -103px -52px ;
}
#gNavi .naviProduct a {
	background-position: -206px 0;
}
#gNavi .naviProduct a:hover,#bodyProduct #gNavi .naviProduct a { 
	background-position: -206px -52px ;
}
#gNavi .naviAbout a {
	background-position: -309px 0;
}
#gNavi .naviAbout a:hover,#bodyAbout #gNavi .naviAbout a { 
	background-position: -309px -52px ;
}
#gNavi .naviRecruit a {
	background-position: -412px 0;
}
#gNavi .naviRecruit a:hover,#bodyRecruit #gNavi .naviRecruit a { 
	background-position: -412px -52px ;
}
#gNavi .naviSitemap a {
	background-position: -515px 0;
}
#gNavi .naviSitemap a:hover,#bodySitemap #gNavi .naviSitemap a { 
	background-position: -515px -52px ;
}

/* footer ------------------------------- */

#footNavi {
	text-align: center;
	height: 22px;
	font-size: x-small;
	padding: 15px 10px 10px 10px;
}
#footNavi ul {
	display: inline;
	border-right: 1px solid #ccc;
}
#footNavi li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 10px;
}
#footNavi a, #footNavi a:visited,
#footer a, #footer a:visited {
	color: #666;
}
#footNavi a:hover, #footer a:hover {
	color: #aaa;
}
#footer {
	font-size: 10px;
	padding: 5px 8px 0 0;
}
#footer address {
	font-style: normal;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* top page ------------------------------ */

#main h2 {
	margin: 0 0 18px 0;
}
#infomation h2 {
	margin-top: 0;
}
#infomation {
	font-size: 0.8em;
	margin-bottom: 30px;
}
#infomation ul {
	margin: 0 0 0 40px ;
}
#mainContent {
}
#mainContent p{
	margin-left: 40px;
}

/* side bar ------------------------------ */

#sidebar {
	font-size: 0.8em;
}
.sideBox {
	background: #fff url(img/side_box_bg.gif) repeat-y;
	padding: 0 17px;
	margin-bottom: 15px;
}
.sideBox p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#myPageLogin, #mmRgst, #link {
	background: url(img/side_box_foot.gif) no-repeat bottom;
	padding-bottom: 1px;
}
input.txt {
	width: 120px;
	font-size: 12px;
	background-color: #efefef;
	border: 1px solid #aaa;
	padding: 2px;
}
#myPageLogin dl, #mmRgst dl {
}
#myPageLogin dt, #mmRgst dt {
	font-size: x-small;
	line-height: 1.5em;
}
#myPageLogin dd, #mmRgst dd {
	text-align: right;
}

/* etc ------------------------------ */

ul.linkList li {
	margin: 0.8em 0;
	background: url(img/icn_ar01.gif) no-repeat 0 4px;
	padding-left: 15px;
	line-height: 1em;
}
ul.linkList li a {
	line-height: 1.3em;
}
.panlist {
	font-size: x-small;
	padding: 0 0 2px 0;
	text-align: left;
}
.gotop {
	text-align: right;
}
table.table01 {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #eee;
}
table.table01 th{
	background: #eee;
	font-weight: bold;
	text-align: right;
}
table.table01 td{
}

#mainNosidebar h2 {
	margin: 12px 0 0 0;
}
#mainNosidebar h3 {
	font-size: 1.2em;
}


/* category page ------------------------------ */

#main .category h2 {
	margin: 0;
	padding: 0;
}
.catBody {
	margin-left: 40px;
	margin-bottom: 20px;
}
.catBody h3 {
	border-left: 6px solid #C00026;
	font-size: 1.1em;
	color: #C00026;
	padding: 0 2px 0 12px;
	margin-bottom: 5px;
}

/* sitemap ------------------------------ */

#sitemap {
	margin-top: 30px;
}
#sitemap ul ul{
	margin-left: 30px;
}
#sitemap li{
	margin: 0.8em 0;
	background: url(img/icn_ar01.gif) no-repeat 0 4px;
	padding-left: 15px;
	line-height: 1em;
	
}

/* about ------------------------------ */

#bodyAbout #container {
	line-height: 1.8;
}
#bodyAbout .aisatsu {
	float: left;
	width: 345px;
}
#bodyAbout .photo {
	float: right;
	width: 134px;
}
.boxGry {
	background: #fff url(img/box_gry_h.jpg) no-repeat top;
	padding-top: 20px;
}
.boxGry div {
	background: #fff url(img/box_gry_f.jpg) no-repeat bottom;
	padding-bottom: 20px;
}
.boxGry div div {
	background: #fff url(img/box_gry_m.jpg) repeat-y;
	padding: 0 30px;
}
#bodyAbout .il {
	border: 2px solid #eee;
}

/* recruit ------------------------------ */
#bodyRecruit table.table01 th {
	text-align: center;
	width: 80px;
}
#bodyRecruit table.table01 ol li {
	list-style: decimal;
	margin-bottom: 0.5em;
}
#bodyRecruit table.table01 ul li {
	list-style: square;
	margin-bottom: 0em;
}
#bodyRecruit table.table01 ol,
#bodyRecruit  table.table01 ul {
	margin-left: 2em;
	margin-bottom: 1em;
}


/* products page ------------------------------ */
.product {
	margin: 0 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #aaa;
}

table.table02 {
	width: 100%;
	margin: 0;
	background: #fff;
	border: 2px solid #f90;
}
table.table02 th {
	width: 150px;
	background: #f0f0f0;
	color: #333;
}


/* ************************************************************ */


#wrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrap {display: inline-table;}
/* Hides from IE-mac \*/
* html #wrap {height: 1%;}
#wrap {display: block;}
/* End hide from IE-mac */
