@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       http://www.kyoto-bauc.or.jp/newlife2009/
 File name:      http://www.kyoto-bauc.or.jp/newlife2009/css/style.css
 Summary:        all styles
 Created:        2008-11-21
 Last update:    2008-11-26 by Shun Kataoka
 Author:         web team

Order of description

	- Search Key "__" + "id Name or Class Name"

 / __Default style clear
 / __container            (div#container)
 / __header               (div#header)
 / __Global Navigation    (div#header ul)
 / __footer               (div#footer)
 / __contents             (div#contents)
 / __whatsnew             (div#whatsnew)
 / __main                 (div#main)
 / __service              (div#service)

------------------------------------ */

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(../img/bg.gi) repeat-x;
	font-size: 90%;
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #3E3D37;
	line-height: 1.4;
}

p {
	margin: 0 0 0em;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration:none;
}

hr {
border-color:#000000;
border-style:dotted;
border-width:100%;
size:1px;
margin:10px 0 10px 0;
}


/* -------------------------
 __container
-------------------------- */

#container {
	width: 750px;
	margin: 0 auto;
}


/* -------------------------
 __header
-------------------------- */

#header {
	height: 150px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding:0 0 0 0 ;
	border-top-color:#009900;
	border-top-style:solid;
	border-top-width:0px;
	border-bottom-color:#009900;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#header h1 {
	float: left;
	margin: 0 0 10px 0 ;
}

#header h2 {
	float: left;
	margin:0 0 0 0 ;
}

#header h3 {
	float: right;
	margin:0 0 0 0 ;
}

/*-- __Global Navigation --*/

#header ul,
#header ul li {
	float: left;
}

#header ul {
	width: 400px;
	height: 31px;
	background: url(../img/g_navi.gif) no-repeat;
}

#header ul li a {
	display: block;
	width: 200px;
	height: 47px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header ul li.navi_home a.active,
#header ul li.navi_home a:focus,
#header ul li.navi_home a:hover {
	background: url(../img/g_navi.gif) no-repeat left bottom;
}

#header ul li.navi_business a.active,
#header ul li.navi_business a:focus,
#header ul li.navi_business a:hover {
	background: url(../img/g_navi.gif) no-repeat -100px -47px;
}

#header ul li.navi_products a.active,
#header ul li.navi_products a:focus,
#header ul li.navi_products a:hover {
	background: url(../img/g_navi.gif) no-repeat -200px -47px;
}

#header ul li.navi_recruit a.active,
#header ul li.navi_recruit a:focus,
#header ul li.navi_recruit a:hover {
	background: url(../img/g_navi.gif) no-repeat -300px -47px;
}

#header ul li.navi_company a.active,
#header ul li.navi_company a:focus,
#header ul li.navi_company a:hover {
	background: url(../img/g_navi.gif) no-repeat -400px -47px;
}

#header ul li.navi_contact a.active,
#header ul li.navi_contact a:focus,
#header ul li.navi_contact a:hover {
	background: url(../img/g_navi.gif) no-repeat -500px -47px;
}


/* -------------------------
 __footer
-------------------------- */

#footer {
	text-align:center;
	clear: both;
	padding-bottom: 50px;
	background: #FFFFFF url(../img/bg_footer.gi) repeat-x;
	border-top: 1px solid white;
}

#footer div {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../img/logo_footer.gi) no-repeat 702px 30px;
}

#footer div ul {
	width: 750px;
	padding-bottom:15px;
}

#footer div ul li {
	display:inline;
	font-size:80%;
	margin-right: 0px;
	padding-left: 0px;
	background: url(../img/glue_footer.gif) no-repeat left center;
}

#footer div ul li.home {
	padding-left: 0;
	background: none;
}

#footer div ul a {
	color: #3E3D37;
}

#footer div ul a:hover {
	background: none;
	text-decoration: underline;
}

#footer div p {
	clear: both;
	font-size:80%;
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	clear: both;
	width: 750px;
	margin-bottom:10px;
}


/* -------------------------
 __main_area
-------------------------- */

#main_area {
     float: left;
     width: 750px;
}
 
#main_content {
     float: right;
     width: 530px;
	 background-color: #FFFFFF;
	 border:0px solid #CCCCCC;
	 padding: 0;
	 border-bottom-width:0px;
}

#main_content .box1 {
     width: 498px;
	 background-color: #FFFFFF;
	 border:1px solid #CCCCCC;
	 padding: 15px 15px 20px 15px;
	 border-bottom-width:2px;
	 margin:0 0 10px 0;
}

#main_content .box2 {
     width: 498px;
	 background-color: #FFFFFF;
	 padding: 0;
	 border-bottom-width:2px;
	 margin:0 0 10px 0;
}

#main_content img {
     margin-right:5px;
	 margin-bottom:10px;
}


#main_content zzzzzzz {
     float: right;
     width: 420px;
	 background-color: #ECECEC;
}

#main_content h1 {
	color:#006600;
	font-size:120%;
	border-bottom-color:#006600;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:10px; 
	margin-left:0px;
	margin-top:0x;
	padding:0 0 5px 0 ;
}

#main_content h2 {
	 margin-left:0px;
	 margin-top:2px;
	 margin-bottom:-8px;
}

#main_content h3 {
	 margin-left:0px;
	 margin-bottom:10px;
}

#main_content h4 {
	 margin:0px;
	 padding-top:0px;
}

#main_content h6 {
	 margin-left:0px;
	 padding-top:10px;
	 text-align:right;
}

#main_content hr1 {
	border-bottom:400px #009900 ;
	border-bottom-style: solid ;
	size:1px;
}


#navigation_a {
     float: left;
     width: 200px;
	 background-color:#FFFFFF;
}

#navigation_a h1 {
	 margin-top:0px;
	 margin-bottom:5px;
	 background-color:#FFFFFF;
}

#navigation_a h2 {
	 margin-top:15px;
	 margin-bottom:0px;
	 background-color:#FFFFFF;
}

#navigation_a h3 {
	 background-color:#FFFFFF;
}

#navigation_a h4 {
	 margin-top:10px;
	 padding-bottom:20px;
	 background-color:#FFFFFF;
}


/*-- __Global Navigation --*/

#navigation_a ul,
#navigation_a ul li {
	float: left;
}

#navigation_a ul {
	width: 200px;
	height: 375px;
	background: url(../images/g_navi.jpg) no-repeat;
	margin-bottom:20px;
}

#navigation_a ul li a {
	display: block;
	width: 200px;
    height: 25px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}


#navigation_a ul li.navi_rc a.active,
#navigation_a ul li.navi_rc a:focus,
#navigation_a ul li.navi_rc a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px 0px;
}

#navigation_a ul li.navi_profile a.active,
#navigation_a ul li.navi_profile a:focus,
#navigation_a ul li.navi_profile a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -25px;
}

#navigation_a ul li.navi_nenpu a.active,
#navigation_a ul li.navi_nenpu a:focus,
#navigation_a ul li.navi_nenpu a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -50px;
}

#navigation_a ul li.navi_kanren a.active,
#navigation_a ul li.navi_kanren a:focus,
#navigation_a ul li.navi_kanren a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -75px;
}

#navigation_a ul li.navi_gakuken a.active,
#navigation_a ul li.navi_gakuken a:focus,
#navigation_a ul li.navi_gakuken a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -100px;
}

#navigation_a ul li.navi_note a.active,
#navigation_a ul li.navi_note a:focus,
#navigation_a ul li.navi_note a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -125px;
}

#navigation_a ul li.navi_forum a.active,
#navigation_a ul li.navi_forum a:focus,
#navigation_a ul li.navi_forum a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -150px;
}

#navigation_a ul li.navi_moushi a.active,
#navigation_a ul li.navi_moushi a:focus,
#navigation_a ul li.navi_moushi a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -175px;
}



#navigation_a ul li.navi_jrcc a.active,
#navigation_a ul li.navi_jrcc a:focus,
#navigation_a ul li.navi_jrcc a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -200px;
}

#navigation_a ul li.navi_kaisoku a.active,
#navigation_a ul li.navi_kaisoku a:focus,
#navigation_a ul li.navi_kaisoku a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -225px;
}



#navigation_a ul li.navi_ayumi a.active,
#navigation_a ul li.navi_ayumi a:focus,
#navigation_a ul li.navi_ayumi a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -250px;
}


#navigation_a ul li.navi_link a.active,
#navigation_a ul li.navi_link a:focus,
#navigation_a ul li.navi_link a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -275px;
}


#navigation_a ul li.navi_rcc a.active,
#navigation_a ul li.navi_rcc a:focus,
#navigation_a ul li.navi_rcc a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -300px;
}


#navigation_a ul li.navi_rcw a.active,
#navigation_a ul li.navi_rcw a:focus,
#navigation_a ul li.navi_rcw a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -325px;
}


#navigation_a ul li.navi_tt a.active,
#navigation_a ul li.navi_tt a:focus,
#navigation_a ul li.navi_tt a:hover {
	background: url(../images/g_navi.jpg) no-repeat -200px -350px;
}




#navigation_b {
     float: right;
     width: 160px;
	 background-color:#FFFFFF;
}

#navigation_b h1 {
     float: left;
	 background-color:#FFFFFF;
	 margin-bottom:5px;
}



/* -------------------------
 __whatsnew
-------------------------- */

#whatsnew {
	float: left;
	width: 200px;
	background: #F8F4EB url(../img/bg_whatsnew.gif) no-repeat right top;
}

#whatsnew h2 {
	margin-right: 6px;
	padding: 18px 0 22px 15px;
	border-top: 3px solid #1E1106;
	background: url(../img/line_01.gif) no-repeat center bottom;
}

#whatsnew .rss {
	position: relative;
	height: 14px;
	margin: 0;
}

#whatsnew .rss a {
	position: absolute;
	top: -50px;
	right: 27px;
}

#whatsnew ol {
	margin: 0 6px 15px 3px;
}

#whatsnew ul {
	width: 360px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) no-repeat left bottom;
}

#whatsnew li {
	font-weight: bold;
}

#whatsnew li a {
	font-weight: normal;
}

.btn_history {
	text-align: center;
}


/* -------------------------
 __main
-------------------------- */

#main {
	float: right;
	width: 390px;
	padding-bottom: 20px;
}

#main .new_products {
	float: left;
	width: 380px;
	margin-bottom: 5px;
	background: #F8F5DC;
	border: 5px solid white;
}

#main .new_products div {
	float: right;
	width: 280px;
	padding-top: 5px;
}

#main .new_products div h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

#main .new_products div p {
	padding-right: 35px;
}

#main .new_products p.photo {
	float: left;
	margin: 0;
}

#main .new_products .seal {
	position: relative;
	width: 380px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

#main .new_products .seal img {
	position: absolute;
	top: -18px;
	right: -25px;
}


/* -------------------------
 __service
-------------------------- */

#service {
	float: left;
	width: 390px;
	margin-top: 15px;
	background: #F7F0DD;
}

#service h3 {
	margin-bottom: 10px;
	padding: 6px 8px;
	background: #F4E4B5;
}

#service ul {
	margin-left: 10px;
	font-size: 0;
	line-height: 0;
}

#service ul li {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

#service ul li img {
	border: 1px solid #DACFBA;
}

#service ul li a:focus img,
#service ul li a:hover img {
	border: 1px solid #F29268;
}
