@charset "Shift_JIS";

/*
[1]リンク指定
[2]レイアウト指定
[3]#header内の各指定
[4]#contents内の各指定
[5]#sidebar内の各指定
[6]#footer内の各指定
[7]#globalnavi内の各指定
*/

/* 一括で全ての要素の余白をゼロに指定 */
*{
	height: auto;
	width: auto;
}

/*-- 削除不可 --*/
#cds{display: none;}


/* ####################################

                          [1]リンク指定
                          
####################################### */

a:link{
color: #0000ff;
text-decoration: underline;
}

a:visited{
color: #9900ff;
text-decoration: underline;
}

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


/* ####################################

                      [2]レイアウト指定
                          
####################################### */
/*--全体のフォントサイズなど--*/
body{
font-size: 80%;
text-align: center;
font-family: "メイリオ","MS UI Gothic",sans-serif;
padding: 0;
margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper{
text-align: left;
margin: 1em auto 0 auto;
width: 1000px;
}

/*-- ヘッダー部分*/
#header{
	padding: 0;
	margin: 0;
	height: 100px;
	background: url(img/header.jpg) no-repeat 0 0;
	color: black;
}

/*-- コンテナー部分 --*/
#container{
	width: 100%;
	position: relative;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*-- コンテナーインナー部分 --*/
#container-inner{
width: 800px;
float: left;
}

/*-- コンテンツ部分 --*/
#contents{
	width: 590px;
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contents li{
	list-style-type: disc;
	margin-left: -30px;
}

div#contents dl{
	background:transparent;
	padding:0;
	margin-top: 0px;
}

div#contents dt{
	background:transparent;
	padding:0;
	font-weight:bold;
}

div#contents listmargin {
	margin: 0 0 0 1.5em
}

/*-- 左サイドバー部分 --*/
#left-sidebar{
	width: 160px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
}

#left-sidebar ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
}


/*-- 右サイドバー部分 --*/
#right-sidebar{
	width: 200px;
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#right-sidebar ul{
	list-style-type: none;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0; 
}

#right-sidebar li{
	list-style-image: url(img/004.gif);
	margin-top: 3px;
	margin-left: 10px;
}


/*-- フッター部分 --*/
#footer{
clear: both;
width: 100%;
padding: 0.5em 0px;
}

/* ####################################

                   [3]#header内の各指定
                          
####################################### */

/*-- サイトタイトル --*/
h1 {
	font-size:24px;
	text-indent:-99999px;
}

div#header h1 a,div#header h1 a:hover{
	display:block;
	width:520px;
	height:51px;
	margin-top: 13px;
	margin-left: 12px;
	background:transparent;
}

/*-- その他ヘッダー内の文字 --*/
#header p{
	color: #000000;
	font-size: x-small;
	position: absolute;
	top: 55px;
	left: 600px;
	width: auto;
}


/* ####################################

                 [4]#contents内の各指定
                          
####################################### */

/*-- 見出し --*/
h2{
	font-size: 120%;
	margin-bottom: 5pt;
	background-image: url(img/title_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
}

h3{
	clear: both;
	font-size: 120%;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	margin-top: 2em;
	padding-left:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	background-image: url(img/pc_k.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

h4{
	clear: both;
	font-size: 120%;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	margin-top: 2em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0033FF;
}

/*-- 文字 ---*/
#contents p{
	line-height: 2;
	margin-bottom: 1em;
	margin-top: 10px;
}

/* ####################################

                  [5]#sidebar内の各指定
                          
####################################### */

/*-- 適当に指定して下さい ---*/


/* ####################################

                  [6]#footer内の各指定
                          
####################################### */

/*-- コピーライト --*/
#footer p{text-align: center;}


/* ####################################

               [7]#追加の各指定
                          
####################################### */

#wrapper #container #container-inner #left-sidebar .p_sidetitle {
	background-color: #0066FF;
	color: #FFFFFF;
	background:url(img/title_blue.gif);
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

.p_sidetitle_red{
	margin-top: 0px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 35px;
	padding-top: 5px;
	background-image: url(img/title_riyo.gif);
	height: 20px;
}

#wrapper #container #right-sidebar .p_sidetitle_right {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #0066FF;
	color: #FFFFFF;
	background:url(img/title_blue.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.sidetitle_right_css {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 5px;
	background-image: url(img/right_title.gif);
	height: 20px;
	color: #FFFFFF;
}

#wrapper #container #right-sidebar table {
	background-color: #FFFF99;
	border: 1pt solid #FF0000;
	margin-top: 0px;
	font-size: small;
	margin-bottom: 5px;
}

.style1 {
	color: #FFFFFF;
	padding: 5px;
	font-size: small;
	margin-right: 5px;
}

.style2 {
	color: #FFFFFF;
	font-size: small;
	background-color: #0000FF;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.red {
	color: #FF0000;
}

.style4 {
	font-weight: normal;
	font-size: 80%;
	color: #00CC33;
	padding-bottom: 20px;
}

.style11 {
	color: #0033FF
}

#listmargin {
	margin: 0 0 0 1.5em
}

/* ブロック型メニュー */
ul.BoxMenu{
	padding:0 !important;
}

ul.BoxMenu li{
	padding:0 !important;
}

ul.BoxMenu li a{
	color: #000000;
	display:block;
	width:160px;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: ridge;
}

ul.BoxMenu li a:hover{
	color: #000000;
	display:block;
	width:160px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: ridge;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.box{
	text-indent: 20px;
	padding: 0px;
}

.box_pict{
	background-position: center;
	float: left;
	border: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 5px;
}

.sidecontents {
	text-align: center;
}

.p_right {
	background-position: center;
	background-color: #FFFFFF;
	margin: 5px;
	float: right;
}

.p_left {
	background-position: center;
	background-color: #FFFFFF;
	margin: 5px;
	float: left;
}

.contents_p_box {
	height: auto;
	width: 320px;
	font-size: 75%;
}
.box_title {
	font-weight: bold;
	color: #009900;
	line-height: 1.5;
}
.tokka {
	color: #FF0000;
	margin-left: 20px;
	font-size: 120%;
}
.buttom {
	margin-left: 90px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p#Breadcrumb{
	font-size:small;
	margin-top: 0px;
	margin-bottom: 0px;
}
.white {
    color: #FFFFFF
}
/* 下階層への導入部分
---------------------------------------------*/
#lead p.leadSentence {
	line-height: 1.5;
	margin-bottom: 20px;
}
#lead .column {
	clear: both;
	width: 100%; /* for WinIE6,7 */
}
#lead .column .section {
	width: 275px;
}
#lead .column #leadPurpose,
#lead .column #leadTerms {
	float: left;
}
#lead .column #leadEnvironment,
#lead .column #leadAccess {
	float: right;
}
#lead .column .section h5 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column .section h5 a {
	display: block;
	width: 235px; /* for WinIE6 */
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(img/lead_a_bg.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column .section h5 a:active {
	background: url(img/lead_a_bg.gif) right center no-repeat;
}
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

/* ####################################

               商品詳細
                          
####################################### */
table.table001 {
	width: 570px;
	border-collapse: collapse;
	font-size: 100%;
	border: 1px solid #999999;
}

table.table001 caption {
	border-collapse: collapse;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #FF9900;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
  border-collapse: collapse;
  border: 1px solid #999999; 
}

table.table001 th {
	text-align: left;
	white-space: nowrap;
	font-size: 92%;
	color: #FFF;
	background-color: #0B9D45;
}

table.table001 td {
  text-align: left;
  white-space: normal;
}
/* ####################################

              その他の表（折り返し無し）
                          
####################################### */
table.table002 {
  width: 570px;
  border-collapse: collapse;
  border: 1px solid #999999;
  font-size: 100%;
}

table.table002 caption {
	border-collapse: collapse;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #FF9900;
}

table.table002 th,
table.table002 td {
  padding: 4px 6px;
  border-collapse: collapse;
  border: 1px solid #999999; 
}

table.table002 th {
	text-align: left;
	white-space: nowrap;
	font-size: 92%;
	color: #000000;
}

table.table002 td {
	text-align: left;
	white-space: nowrap;
	border: 1px solid #666666;
}

/* ####################################

              その他の表（折り返し有り）
                          
####################################### */
table.table003 {
  width: 570px;
  border-collapse: collapse;
  border: 1px solid #999999;
  font-size: 100%;
}

table.table003 caption {
	border-collapse: collapse;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	color: #FF9900;
}

table.table003 th,
table.table003 td {
  padding: 4px 6px;
  border-collapse: collapse;
  border: 1px solid #999999; 
}

table.table003 th {
	text-align: left;
	font-size: 92%;
	color: #000000;
}

table.table003 td {
	text-align: left;
	border: 1px solid #666666;
}

/*-- リンク集文字 ---*/
#links p{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}