/*
ページ設定
**********************************************************************************/
html {
	overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0;
	background-color: #FFFFFF;
	font-family: "MS UI Gothic","sans-serif",Osaka,"ヒラギノ角ゴ Pro W3";
}

#container {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

/*
画像・リンク・テキスト設定
**********************************************************************************/
img {
	border: 0;
	vertical-align: top;
}

img.icon {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	_margin-top: -2px;
	margin-right: 5px;
}

img.menu_icon {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

#Ax_library_img {
	float: left;
	margin: 15px;
}

.text br {
	clear: right;
}

h1,h2,h3,h4,h5 {
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

strong {
	font-style: normal;
}

em {
	font-style: normal;
}

.text a {
	color: #363680;
	text-decoration: none;
}

.text a:hover {
	color: #8C9C51;
	text-decoration: none;
}

.to_top {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.to_top a {
	color: #8C9C51;
	text-decoration: none;
}

.to_log {
	text-align: right;
	font-size: 12px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

/*
HEADER
**********************************************************************************/
#header_bk {
	width: 100%;
	height: 70px;
	text-align: center;
	background-repeat: repeat-x;
}

#header {
	position: relative;
	width: 1000px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}

.catch_phrase {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 700px;
	font-size: 12px;
	color: #333333;
	text-align: right;
	letter-spacing: 0.1em;
	z-index: 2;
}

.catch_phrase strong {
	font-weight: normal;
}

.logo {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 320px;
	height: 60px;
	z-index: 1;
}

.rss {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
}

/*
MENU
**********************************************************************************/
#menu_bk {
	height: 37px;
	margin: 0;
	text-align: center;
	background-image: url(../p_images/topimg_3.gif);
	background-repeat: repeat;
}

#menu_area {
	width: 1000px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.menu_link {
	position: relative;
	display: block;
	float: left;
	line-height: 16px;
	height: 16px;
	margin-top: 8px;
	_margin-top: 8px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

#menu_area a {
	color: #333333;
	text-decoration: none;
}

#menu_area a:hover {
	color: #999999;
	text-decoration: none;
}

#categoryList {
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	z-index: 1;
	margin: 0px;
	border: 1px solid #dcdcdc;
}

.categoryMenu {
	background-color: #EDEDED;
	border-top: 1px dotted #dcdcdc;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
}

/*
MODULE IMAGE AREA
**********************************************************************************/
#img_area_1 {
	width: 1000px;
}

/*
CONTENTS
**********************************************************************************/
#contents {
	width: 1000px;
	margin-top: 5px;
}

/*
FIRST CONTENTS
**********************************************************************************/
#first_contents {
	float: left;
	width: 730px;
}

/*
SECOND CONTENTS
**********************************************************************************/
#second_contents {
	float: right;
	width: 265px;
}

/* 
USER AREA 
**********************************************************************************/
#user_area {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.title_back {
	position: relative;
	width: 720px;
	height: 33px;
	background-image: url(../p_images/topimg_4.gif);
	background-repeat: no-repeat;
}

.title {
	position: absolute;
	top: 5px;
	left: 40px;
	width: 420px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.text {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	word-break: break-all;
	text-align: justify;
	_text-justify: inter-ideograph;
	letter-spacing: 0.1em;
}

table {
	width: 700px;
}

/*
BANNER AREA
**********************************************************************************/
#banner_area {
	width: 260px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
}

.banner {
	width: 260px;
	font-size: 10px;
	color: #666666;
	word-break: break-all;
}

.banner img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#live800 {
	width: 260px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/*
FOOTER
**********************************************************************************/
#footer_bk {
	width: 100%;
	height: 90px;
	text-align: center;
	background-image: url(../p_images/topimg_8.gif);
	background-repeat: repeat-x;
}

#footer {
	position: relative;
	width: 1000px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

#footertxt {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 980px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	z-index: 3;
}

/*
UNDER MENU
**********************************************************************************/
#under_menu {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 750px;
	height: 60px;
	text-align: left;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
	z-index: 2;
}

#under_menu a {
	padding-left: 5px;
	padding-right: 5px;
	color: #336298;
	text-decoration: none;
}

#under_menu a:hover {
	color: #999999;
	text-decoration: none;
}

.footer_logo {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 200px;
	height: 60px;
	z-index: 1;
}

/******************************* MODULE 別設定 ***********************************/
/* INDEX *************************************************************************/
#whats_new {
	width: 260px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.side_title_back {
	position: relative;
	width: 260px;
	height: 33px;
	background-image: url(../p_images/topimg_5.gif);
	background-repeat: no-repeat;
}

.side_title {
	position: absolute;
	top: 5px;
	left: 40px;
	width: 200px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.whats_new_loop {
	width: 250px;
	margin: 5px;
	border-bottom: solid 1px #999999;
}

.whats_new_date {
	font-size: 10px;
	color: #999999;
	text-align: right;
}

.whats_new_link {
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}

.whats_new_link a {
	color: #8C9C51;
	text-decoration: none;
}

.whats_new_link a:hover {
	color: #D3E29E;
	text-decoration: none;
}

.whats_new_text {
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	word-break: break-all;
	text-align: justify;
	_text-justify: inter-ideograph;
}

#contact_info {
	width: 250px;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	letter-spacing: 0.1em;
	background-color: #EDEDED;
}

/* COMPANY ***********************************************************************/
.company_list {
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: dotted 1px #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	clear: both;
}

.list_1 {
	float: left;
	width: 25%;
	color: #336298;
}

.list_2 {
	float: left;
	width: 70%;
	color: #333333;
}

.list_2 p {
	margin: 0;
	padding: 0;
}

.company_list table {
	width: 450px;
}

/* LAW ***************************************************************************/
.law_list {
	width: 700px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: dotted 1px #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	clear: both;
}

.list_3 {
	float: left;
	width: 25%;
	font-weight: bold;
	color: #336298;
}

.list_4 {
	float: left;
	width: 70%;
	color: #333333;
}

/* CONTACT ***********************************************************************/
#form_title {
	display: none;
}

#form_text {
	color: #333333;
	margin-bottom: 10px;
	clear: both;
}

.form_contents {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	clear: both;
}

#contact_form {
	margin-left: 20px;
	line-height: 2.0em;
	font-size: 12px;
	color: #D40225;
}

.form_title {
	color: #333333;
	padding-left: 20px;
	margin-bottom: 2px;
}

.form_colum {
	display: none;
}

.form_item {
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}

textarea {
	width: 500px;
	line-height: 1.5em;
	font-size: 12px;
}

#AfterText {
	font-size: 12px;
	margin-left: 30px;
}

/* CATALOG ***********************************************************************/
.CatalogList {
	float: left;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.CatalogIMG {
	width: 100px;
}
.CatalogIMG a img {
	border: solid 1px #363680;
}

.CatalogIMG a:hover img {
	border: solid 1px #CCCCCC;
}

.CatalogTitle {
	text-align: center;
	font-size: 10px;
	color: #363680;
}

/* RSS ***************************************************************/

.rss_area{
	margin:10px;
	border-bottom:1px dotted #dcdcdc;
}

.rss_title{
	font-size:14px;
	font-weight:bold;
}

.rss_article{
	font-size:12px;
	margin:10px;
}

/* ORIGINAL MODULE ***************************************************************/
.module_title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

#category_area {
	margin-top: 5px;
}

.category_link a {
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	margin-bottom: 5px;
	word-break: break-all;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #365011;
	text-decoration: none;
	font-family: "Trebuchet MS",Sans-Serif;
	background-image: url(../p_images/topimg_10.gif);
	background-repeat: no-repeat;
}

.category_link a:hover {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS",Sans-Serif;
	background-image: url(../p_images/topimg_11.gif);
	background-repeat: no-repeat;
}

.mod_title {
	width: 690px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 30px;
	line-height: 25px;
	color: #666666;
	background-image: url(../p_images/topimg_6.gif);
	background-repeat: no-repeat;
}

.module_title a {
	color: #363680;
	text-decoration: none;
}

.module_title a:hover {
	color: #8C9C51;
	text-decoration: none;
}

.mod_title img {
	width: 17px;
	padding-top: 3px;
	line-height: 25px;
	vertical-align: middle;
}

.module_text {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	word-break: break-all;
	text-align: justify;
	_text-justify: inter-ideograph;
	letter-spacing: 0.1em;
}

.module_text a {
	color: #363680;
	text-decoration: none;
}

.module_text a:hover {
	color: #8C9C51;
	text-decoration: none;
}

.module_text table {
	width: 680px;
}

.pdf_icon {
	margin-top: -4px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.product_form_txt {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.note {
	margin-bottom: 2px;
	text-align: right;
	font-size: 10px;
	color: #91CD5C;
	font-family: "MS UI Gothic";
}

.update {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #706E8A;
}

/* PRODUCT COMPANY ***************************************************************/
.company_name {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
}

.gmap {
	width: 450px;
}

.sub_category {
	margin-left: 10px;
	margin-bottom: -3px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.search_txt {
	_margin-top: 1px;
	margin-right: 5px;
	line-height: 20px;
	font-size: 12px;
	color: #83A630;
}

/* PRODUCT INFO ***************************************************************/
.product_info_category_area {
	margin: 10px;
}

.product_info_category_image img {
	margin-bottom: 10px;
}

.product_info_category_text {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

.item_th_area {
	margin: 10px;
}

.line_up {
	text-align: center;
	margin-bottom: -5px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background-color: #68809B;
}

.item_th {
	float: left;
	width: 200px;
	height: 220px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.product_info_item_title_1 {
	font-size: 12px;
	font-weight: bold;
	color: #3B5169;
}

.product_info_item_th img {
	margin-top: 3px;
}

.product_info_item_image img {
	margin: 10px;
}

.product_item_area {
	margin: 10px;
	border-bottom: solid 1px #999999;
}

.product_info_item_title_2 {
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	background-color: #68809B;
}

.product_info_item_title_1 a {
	color: #363680;
	text-decoration: none;
}

.product_info_item_title_1 a:hover {
	color: #8C9C51;
	text-decoration: none;
}

.product_info_item_text {
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.product_info_item_text table {
	width: 600px;
}

/* PRODUCT RECRUIT ***************************************************************/
.recruit_name {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
}

.recruit_text {
	margin-top: 10px;
	margin-bottom: 10px;
}

.send_form {
	margin-top: 5px;
	margin-right: 30px;
	text-align: right;
	font-size: 12px;
}

/* SHOPPING ***************************************************************/
.shopping_area {
	margin: 10px;
	line-height: 17px;
}

.shopping_img {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

.shopping_txt {
	float: left;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}

.shopping_txt strong {
	font-weight: normal;
}

.shopping_order {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.shopping_colum {
	color: #717823;
}
