/*すべて
--------------------------------------------------------------------------------------------*/
*{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	border: 0;
	margin: 0;
	padding: 0;
    font-size: 100%;
    color: #000;
}

/*テーブル
--------------------------------------------------------------------------------------------*/
table {
}

th,
td {
	padding: 10px 0 10px 10px;
	color: #333;
	vertical-align: top;
}
/*画像リンク
--------------------------------------------------------------------------------------------*/
img{
	border: 0px;
}

/*リンク
--------------------------------------------------------------------------------------------*/
a,
a:link,
a:visited{
	color:#fff;
	text-decoration:none;
}

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

/*リスト
--------------------------------------------------------------------------------------------*/
li{
	line-height:180%;
	color: #fff;
}

ul{
	margin: 5px 0 0 25px;
	color: #fff;
}

/*文章
--------------------------------------------------------------------------------------------*/
p{
	width: 200px;
	color: #fff;
	margin: 5px 0 0 10px;
	line-height:150%;
}

/*h
--------------------------------------------------------------------------------------------*/
h1 {
	font-size:1px;
	top: -1000px;
	position:relative;
}

/*box
--------------------------------------------------------------------------------------------*/
#box {
	margin: 0 auto;
	width: 800px;
}

/*header
--------------------------------------------------------------------------------------------*/
#header {
	width: 800px;
	height: 90px;
	background-repeat: no-repeat;
	background-image: url(img/header.jpg);
	clear: both;
}

/*ロゴ
--------------------------------------------------------------------------------------------*/
#logo{
	width: 332px;
	float: left;
}

/*メニュー
--------------------------------------------------------------------------------------------*/
#menu {
	width: 468px;
	padding: 45px 0 0;
	float: left;
}

/*center
--------------------------------------------------------------------------------------------*/
#center {
	width: 800px;
	height: 420px;
	overflow: auto;
}

/*フッター
--------------------------------------------------------------------------------------------*/
#footer_main {
	width: 800px;
	height: 140px;
	background-color: #ff0003;
	position:relative;
/*	clear: both;
*/}

#footer {
	width: 800px;
	height: 30px;
	clear: both;
}

/*--------------------------------------------------------------------------------------------
トップページ
--------------------------------------------------------------------------------------------*/
/*news
--------------------------------------------------------------------------------------------*/
#news {
	width: 255px;
	height: 134px;
	font-size: 80%;
	position:absolute;
	top: 0;
	left: 0;
}

/*#box #footer_main #news .main_news {
	width: 230px;
}
*//*pickup
--------------------------------------------------------------------------------------------*/
#pickup {
	width: 370px;
	height: 134px;
	font-size: 80%;
	position: relative;
	top: 0;
	left: 255px;
}

#mainpro_img {
	width: 160px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}

#mainpro_text {
	width: 180px;
	height: 94px;
	float: right;
	padding: 0 10px;
	color: #ffffff;
	line-height: 130%;
}
/*バナー
--------------------------------------------------------------------------------------------*/
#banner{
	width: 175px;
	height: 134px;
	position: absolute;
	top: 0;
	right: 0;
}

#banner1 {
	width: 160px;
	height: 50px;
	margin: 11px 8px 0px 7px;
}

/*--------------------------------------------------------------------------------------------
コンタクトページ
--------------------------------------------------------------------------------------------*/
#con_center {
	background-image: url(contact/img/GroovySymbol_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 560px;
	font-size: 14px;
	color: #333;
	margin: 0;
	overflow: auto;
	overflow-x: hidden; 
}

#box #con_center #con_table {
}

#box #con_center .con_txt {
	color:#333;
	width: 620px;
	line-height: 140%;
	margin: 0;
}

#con_mail {
	color: #333;
}

/*
コンタクトテーブル
--------------------------------------------------------------------------------------------*/
#box #con_center table {
	width: 720px;
	text-align: left;
	margin: 60px 40px;
}

#box #con_center th {
	color: #333;
	padding: 5px 5px;
	line-height: 140%;
}

#box #con_center td {
	color: #333;
	padding: 5px 5px;
}

/*--------------------------------------------------------------------------------------------
ニュースページ
--------------------------------------------------------------------------------------------*/
#news_center {
	width: 800px;
	height: 560px;
	background-image: url(news/img/news_bg.jpg);
	background-repeat: no-repeat;
}

#news_contents {
	background-image: url('news/img/news_main.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left bottom;
	width:700px;
	height: 500px;
	margin-left: 50px;
	overflow: auto;
}

#news_title_bg {
	background-image: url(news/img/news_title.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	margin-left: 50px;
}

#news_space {
	width: 800px;
	height: 15px;
}

.news_gomain {
	margin: auto;
	font-size: 80%;
	text-align: center;
}
/*左バー
--------------------------------------------------------------------------------------------*/
#news_left {
	width: 549px;
	float: left;
	border-right: 1px #fff solid;
}

/*記事タイトル
--------------------------------------------------------------------------------------------*/
#news_title {
	width: 470px;
	height: 20px;
	margin: 20px 0 5px 5px;
	float: left;
	border-bottom: 1px #fff solid;
	font-size: 15px;
	color: #fff;
}

/*記事日付
--------------------------------------------------------------------------------------------*/
#news_date {
	width: 60px;
	height: 17px;
	margin: 20px 0 0 0;
	float: left;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	color: #fff;
	padding-top: 3px;
}

/*記事本文
--------------------------------------------------------------------------------------------*/
#news_text {
	clear: both;
}

/*記事カテゴリー
--------------------------------------------------------------------------------------------*/
#news_category {
	width: 200px;
	height: 17px;
	margin: 20px 0 0 0;
	float: left;
	border-bottom: 1px #fff solid;
	font-size: 12px;
	color: #fff;
	padding-top: 3px;
}

#text {
	width: 500px;
	margin: 0 0 0 25px;
}

#text_more {
	width: 500px;
	margin: 0 0 0 25px;
	text-decoration:underline;
}

/*右バー
--------------------------------------------------------------------------------------------*/
#news_right {
	width: 129px;
	float: left;
}

/*右バーコンテンツ
--------------------------------------------------------------------------------------------*/
.news_right_bar {
	width: 110px;
	margin: 0 0 0 10px;
	font-size: 12px;
}

/*サイドメニュータイトル
--------------------------------------------------------------------------------------------*/
.news_right_bar_title {
	width: 110px;
	height: 20px;
	border-bottom: 1px #fff solid;
	margin: 20px 0 0 10px;
	font-size: 15px;
	color: #fff;
}

/*カテゴリー、アーカイブ詳細
--------------------------------------------------------------------------------------------*/
#news_catlist {
	width: 400px;
	height: 98%;
	margin-left: 149px;
	float: left;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
}

.news_catlist_bar {
	width: 200px;
	height: 90%;
	margin: auto;
	font-size: 12px;
}

.news_catlist_bar_title {
	width: 90%;
	border-bottom: 1px #fff solid;
	text-align: center;
	margin: auto;
	font-size: 15px;
	color: #fff;
}
.news_golist{
	text-align: right;
	font-size: 80%;
	color: #fff;
}
/*プロダクツ全体-----------------------------------------------------------------------------*/
#products_body a {
	/*background-color: #fff;*/
	color: #333;
}
		  
#products_main {
	width:800px;
	height: 560px;
	margin: auto;
	overflow: auto;
	overflow-x: hidden;
}
#box #products_main table {
	width:700px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
#box #products_main td {
	vertical-align: middle;
	text-align: center;
}
/*プロダクツ詳細*/
#products_left {
	width: 150px;
	color: #333;
	float: left;
}			   
#products_right {
	width: 614px;
	padding: 5px;
	border-left: #333 1px solid;
	float: right;
}		  
.products_detail_logo {
	width: 90%;
	text-align: center;
	font-size: 150%;
	color: #900;
	margin: 15px auto 5px;
	border-bottom: 1px solid;
}
.products_detail_title {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 3px 0 2px 5px;
        background-color: #CCC;
	/*color: #333;
	border-left: 5px solid #900;*/
}
.products_detail {
	width: 100%;
	clear: both;
}
.products_detail_img {
	width: 400px;
	float: left;
}
.products_detail_text {
	width: 200px; /* 209px */
	margin-left: 14px; /* 5px */
	float: right;
	color: #333;
	line-height: 140%;
	font-size: 90%;
}
.products_detail_tbl {
	width: 100%;
}
.staats_anker {
	font-size: 80%;
	margin-bottom: 10px;
}
#products_left_inside {
    width:260px;
	margin-left:5px;
}
.products_border {
                 border-bottom:1px solid #333;
				 margin-top:10px;
				 margin-bottom:30px;
				 text-align:right;
				 padding-right:15px;
				 }
/*チームページ
--------------------------------------------------------------------------------------------*/
#team_center{
	width: 800px;
	height: 560px;
	margin: auto;
	background-image: url(team/img/backimg.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
#team_area{
	width: 758px;
	margin: 42px auto;
}
#team_contents{
	width: 200px;
	background-color: #333;
	text-align: center;
	float: left;
}
.team_img{
	margin-bottom: 20px;
}
.team_sps{height: 48px;}
.team_link{
	text-align: center;
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 100%;
	border-bottom: 1px #fff solid;
}
#team_main{
	width: 550px;
	margin-left: 8px;
	float: left;
}
.clear{clear: both;}

/*リンクページ
--------------------------------------------------------------------------------------------*/
#link_center{
	width: 800px;
	height: 560px;
	background-image: url(link/img/link_bg.jpg);
	background-repeat: no-repeat;
}
#link_title_bg {
	background-image: url(link/img/link_title.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 30px;
	margin-left: 50px;
}

#link_area {
	background-image: url(link/img/link_main.jpg);
	background-repeat: no-repeat;
	width:700px;
	height: 500px;
	margin-left: 50px;
}
#link_contents{
	width: 149px;
	height: 500px;
	text-align: left;
	float: left;
	border-right: 1px #fff solid;
}
/*.link_sps{height: 70px;}
.link_bt{margin-bottom: 30px;}
*/
/*.link_main{
	height: 380px;
	overflow: auto;
}
*/
#link_content{
	width: 547px;
	height: 500px;
	overflow: auto;
}
#inner {
    width: 400px;
    margin: 0 auto;
    padding: 0;
}
.list {
	width: 100%;
    margin: 15px auto 15px;
    padding: 0px;
}
.link {
	width: 100%;
    margin: 15px auto 15px;
    padding: 0px;
}
#link_content #inner table {
	width: 400px;
	color: #fff;
	margin-top: 10px;
}
#link_content #inner th {
	font-size: 130%;
	text-align: center;
    border-bottom: 1px solid #fff;
	padding: 0;
}
#link_content #inner th a {
	color:#66ffff;
	text-decoration:none;
}
#link_content #inner th a:link {
	color:#66ffff;
	text-decoration:none;
}
#link_content #inner th a:visited {
	color:#66ffff;
	text-decoration:none;
}

#link_content #inner th a:hover {
	color:#66ffff;
	text-decoration:none;
}
#link_content #inner td {
	color:#fff;
	padding: 1px 0 1px 50px;
}
#box #link_center #link_area #link_content #inner .link_category {
}
#box #link_center #link_area #link_content #inner .link_category_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.white {
	color: #FFFFFF;
}

.pref_order {
	background-color: #666;
	color: #fff;
	font-size: 18px;
	padding: 3px 0 3px 5px;
	margin: 30px 0 0 0;
	text-align: center;
}

      