@charset 'shift_jis';	/*エンコード形式に合わせて変更*/

/*///タグ定義///////////////////////////////*/

body {
	background-color: ;
	margin: 0px;
}

form {
	margin: 0px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	color:#727373;
	font-weight:normal;
}

a:link {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #FF9933;text-decoration: underline;}
a:visited {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #FF9933;text-decoration: underline;}
a:hover {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #FF9933;text-decoration: none;}
a:active {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #FF9933;text-decoration: underline;}


/*///共有項目/////////////////////////////*/

/*画像まわりこみ*/
.img-left {
	float:left;
	margin:0px 8px 8px 0px;
}

.img-right {
	float:right;
	margin:0px 0px 8px 8px;
}

/*///共有テキスト/////////////////////////////*/

.main-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
	color:#000000;
}

.main-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 130%;
	color:#000000;
}

.small-text {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 130%;
	color:#000000;
}

/* 左メニューリンクテキスト */

a.menu:link {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #0066DD;text-decoration: underline; font-size: 12px;}
a.menu:visited {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #0066DD;text-decoration: underline; font-size: 12px;}
a.menu:hover {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #0066DD;text-decoration: none; font-size: 12px;}
a.menu:active {font-family: "ＭＳ Ｐゴシック", "Osaka";color: #0066DD;text-decoration: underline; font-size: 12px;}


.text01 {
	font-size: 12px;
	line-height: 35px;
	color: #666666;
}
.text02 {
	font-size: 12px;
	color: #999999;
}


/*///各ページ固有/////////////////////////////*/

/*トップページ*/

.txtwhite-14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #FFFFFF;
}
.txtblack-14 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #000000;
}
.komidashi-back {
	background-image: url(../../products/img/img_23_12.gif);
	background-repeat: repeat-x;
}
.left-back {
	background-image: url(../img/bg_01.gif);
	background-repeat: repeat-y;
}
.right-back {
	background-image: url(../img/bg_03.gif);
	background-repeat: repeat-y;
}
.heder-back {
	background-image: url(../img/bg_02.gif);
	background-repeat: repeat-y;
}
.release-title {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F07100;
	margin-left: 20px;
	padding-bottom: 3px;
	width: 515px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	padding-left: 7px;
}
.release_category {
	height: auto;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.release_category_small {
	font-size: 12px;
	padding-left: 15px;
	padding-top: 5px;
}

/* support */
table.support h3 {
	font-size: medium;
	font-weight: bold;
	text-align: left;
	border-left:5px solid #F07100;
	border-bottom: 1px solid #DEDEDE;
	margin:0 0 0 20px;
	padding:0 0 3px 7px;
	width: 515px;
}
table.support h4 {
	padding:0 0 8px 0;
	margin:0;
	font-weight:bold;
	font-size:12px;
	color:#FF6633;
	}
table.support p{
	padding:0 0 15px 0;
	margin:0;
	}
table.support td ul{
	margin:0;
	padding:0 0 15px 15px;
	list-style:disc;
	line-height:140%;
	}
table.support td ul li{
	padding:0 0 5px 0;
	}
table.support td ul li ul.sub{
	margin:0;
	padding:0 0 15px 20px;
	list-style:disc;
	line-height:140%;
	}
table.support td ul li.alpha{
	list-style:lower-alpha;
	}
