@charset "UTF-8";

/*
 * 1. default	基本設定
 * 2. body		本体
 * 3. container	コンテナ
 * 4. header	共通ヘッダー
 * 5. content	共通コンテンツ
 * 6. footer	共通フッター
 
 * 7. under_1	under_1.html
 * 8. under_2	under_2.html
 * 9. under_3	under_3.html
 */

/***********************************************************************************/
/* default */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
li.active a {
	color: #ff3300;
	text-decoration: underline;
}
h2 {
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 690px;
	padding-top: 13px;
	padding-left: 25px;
	font-weight: bold;
	clear: both;
/*	font-size:108%;*/
	font-size:120%;
	letter-spacing:2px;
}
*html h2 {
	height: 37px;
	width: 715px;
}
h4 {
/*	font-size:138.5%;*/
	font-size:148.5%;
	padding-top: 5px;
	padding-bottom: 6px;
/*	padding-left: 15px;*/
	padding-left: 5px;
	display: block;
	border-bottom: 1px solid #959595;
	font-weight: bold;
}
.clear {
	clear: both!important;
	font-size: 0px!important;
	height: 0px!important;
	display:inline!important;
}
.both {
	clear: both!important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

* html ul#pankuzu {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
* html ul#pankuzu li {
	padding-right: 3px;
	padding-left: 3px;
	display:inline;
	font-size:100%;
}

html>body ul#pankuzu {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
html>body ul#pankuzu li {
	padding-right: 3px;
	padding-left: 3px;
	display:inline;
	font-size:100%;
}

div.rss_head_div{
	border:solid 1px #cccccc;
	line-height:150%;
	border-bottom:none;
	background-color:eeeeee;
	text-align:center
	margin-top:10px;
}

div.rss_div{
	border:solid 1px #cccccc;
	height:140px;
}

.rss-box-1{
	border:solid 1px #cccccc;
	padding:5px 3px 3px 3px;
}

ul.rss-items{
	margin: 3px 3px 3px 3px;
	background: none;
/*	color: #444444;*/
	color: #7E7E7E;
	font-size: 10px;
	_font-size: 9px;
	line-height: 18px;
}

* html #alpha-content .go-top {
	text-align:right;
	margin-left: 20px;
	margin-top: 16px;
}
* html #alpha-content .go-top a{
	font-size:11pt;
	color: #333333;
	text-decoration: underline;
}
* html #alpha-content .go-top a:hover {
	font-size:12pt;
	color: #ff3300;
	text-decoration: underline;
}

html>body #alpha-content .go-top {
	text-align:right;
	margin-left: 20px;
	margin-top: 16px;
}
html>body #alpha-content .go-top a{
	font-size:11pt;
	color: #333333;
	text-decoration: underline;
}
html>body #alpha-content .go-top a:hover {
	font-size:12pt;
	color: #ff3300;
	text-decoration: underline;
}

/***********************************************************************************/
/* body */
body.type1 {
	height: 100%;
	width: 100%;
	line-height: 1em;
	letter-spacing: 150%;
	color: #333333;
	cursor: default;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* body */
body.type2 {
	height: 100%;
	width: 100%;
	line-height: 1em;
	letter-spacing: 150%;
	color: #333333;
	cursor: default;
	text-align: center;
}

/***********************************************************************************/
/* container */
#container-inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size:93%;
}

#header, #content, #footer, #alpha, #beta {
	text-align:	left;
}

#footer {
	text-align:	center;
}
/***********************************************************************************/
/* header */
#header {
	height: 136px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}
#header-inner {
}
#header-content {
}
#header-content h1#header-logo a {
	float: left;
	width: 429px;
	display: block;
	margin-top: 5px;
	height: 95px;
/*	background-image: url(../images/logo_header.gif);*/
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header-content h1#header-logo {
	float: left;
	width: 429px;
	display: block;
	margin-top: 5px;
	height: 95px;
	background-image: url(../images/logo_header.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header-content #header-link {
	float: right;
	width: 250px;
	display: block;
	margin-top: 5px;
	text-align: right;
	padding-top: 9px;
}
#header-content #header-link ul {
	width:100%;
	margin-bottom: 11px;
}
#header-content #header-link ul li {
	display:inline;
	padding:0 10px 0 10px;
	margin:0;
}
#header-content #header-link ul li a {
	color: #333333;
	text-decoration: none;
}
#header-content #header-link ul li a:hover {
	color: #ff3300;
	text-decoration: underline;
}
#header-content #header-link ul li.first {
	border:0;
	padding-left:0;
}
#header-content #header-link ul li.last {
	padding-right:0;
}
#header-content #header-link ul li {
	border-left:1px solid #333333;
}
#header-inner #header-navi {
	clear: both;
	height: 36px;
}
#header-inner #header-navi ul {
	padding-top: 10px;
	width:100%;
	padding-left: 11px;
}
#header-inner #header-navi li {
	display:inline;
	padding:2px 20px 2px 16px;
	margin:0;
	background-image: url(../images/bg_y_off.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 14px;
}
#header-inner #header-navi li.active {
	background-image: url(../images/bg_y_on.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#header-inner #header-navi li.active a {
	color: #ff3300;
	text-decoration: underline;
}
/***********************************************************************************/
/* content */
#contents {
	clear: both;
	padding-top: 13px;
}
#contents-inner {
}
#contents-content {
}
#alpha-content {
}
#alpha-inner {
}
#alpha {
	float: right;
	width: 715px;
}

#beta {
	float: left;
	width: 200px;
}
#beta-inner {
}
#beta-content {
}
#beta-content ul#menu-list {
	margin-bottom: 6px;
	padding: 7px 6px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
#beta-content ul#menu-list li {
	margin-bottom: 3px;
	height: 40px;
}
#beta-content ul#menu-list li.last {
	margin-bottom: 0px;
}

#beta-content ul#menu-list2 {
	margin-bottom: 6px;
	padding: 7px 6px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}
#beta-content ul#menu-list2 li {
	margin-bottom: 3px;
	height: 40px;
}
#beta-content ul#menu-list2 li.last {
	margin-bottom: 0px;
}

#beta-content ul#soft-list {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 6px;
}
#beta-content ul#soft-list li {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 58px;
}
#beta-content ul#soft-list2 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-bottom: 6px;
}
#beta-content ul#soft-list2 li {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 58px;
	padding:4px 0px 0px 4px;
}
#beta-content ul#soft-list2 {
	margin-bottom: 6px;
}
#beta-content ul#soft-list2 li {
	height: 60px;
	padding:0px 0px 0px 0px;
}

#beta-content #product-bg-list {
	margin-bottom: 5px;
	background-color: #f7f7f7;
	font-size:108%;
}
#beta-content #product-bg-list span {
	background-image: url(../images/bg_parts01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 192px;
	padding-top: 9px;
	padding-left: 8px;
	color: #FFFFFF;
}
/*追加　トップメニューからのトップページは独立させたことに伴うリンク*/
#beta-content #product-bg-list a.top {
	color: #ffffff;
	text-decoration: none;
}
#beta-content #product-bg-list a.top:hover {
	color: #ffffff;
	text-decoration: underline;
}

*html #beta-content #product-bg-list span {
	height: 31px;
	width: 200px;
}
#beta-content #product-bg-list ul {
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 10px;
}
#beta-content #product-bg-list ul li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 12px;
	line-height: 22px;
}
/***********************************************************************************/
/* footer */
#footer {
	height: 140px;
	clear: both;
	border-top: 1px solid #d2d2d2;
	padding-top: 12px;
}
#footer-inner {
}
#footer-content {
}
#footer-content p.copyright {
	line-height: 16px;
	font-size:77%;
}
/***********************************************************************************/
/* index */
#index #alpha-content img#index-top {
	margin-bottom: 9px;
}
#index #alpha-content ul#index-list {
	margin-bottom: 15px;
}
#index #alpha-content ul#index-list li {
	display:inline;
	padding:0;
	margin:0;
}
#index #alpha-content p {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 22px;
}
#index #alpha-content #service-menu {
	margin-bottom: 50px;
}
#index #alpha-content #service-menu #left {
	float: left;
	width: 353px;
}
#index #alpha-content #service-menu #right {
	float: right;
	width: 353px;
}
#index #alpha-content #service-menu .box {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 9px;
}
#index #alpha-content #service-menu .box2 {
	padding: 3px;
	margin-bottom: 9px;
}

#index #alpha-content #service-menu .box h3 {
	width: 323px;
	height: 22px;
	background-image: url(../images/bg_index_title.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	font-weight: bold;
}
*html #index #alpha-content #service-menu .box h3 {
	width: 345px;
	height: 30px;
}

#index #alpha-content #service-menu .box h3.vs {
	background-image: none;
/*	color:#FF6347;*/
/*	color:#9ACD32;*/
/*	color:#ffffff;*/
	padding-top: 12px;
	padding-left: 0px;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:normal;
	font-size:18pt;
	width: 345px;
	height: 35px;
/*	background-color:#9ACD32;*/
	background-color:#F5F5F5;
	border-bottom:1px solid #a9a9a9;
	text-align:center;
}

div.dono{
	font-size:110%;
	margin:0 0 8px 5px;
}

div.cantitle{
/*	background-image: url(../images/bun.gif);*/
	background-repeat:no-repeat;
	padding:8px 0 0 2px;
	border:1px solid #a9a9a9;
	font-size:16pt;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
	color:red;
	height:60px;
	vertical-align:middle;
}

div.cantitle2{
	background-image: url(../images/b_gra001_160.gif);
	background-repeat:repeat-x;
	padding:8px 0 0 2px;
/*	border:1px solid #a9a9a9;*/
	font-size:16pt;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
/*	color:red;*/
	height:160px;
/*	vertical-align:middle;*/
/*	background-color:#228B22;*/
}

div.cantitle3{
	background-image: url(../images/bg_cantitle3.gif);
	background-repeat:no-repeat;
	padding:8px 0 0 2px;
	font-size:13pt;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:bold;
/*	color:red;*/
	height:60px;
	vertical-align:middle;
	line-height:1.2em;
	text-align:center;
	margin-bottom:10px;
}

div.cantitle4{
	background-image: url(../images/bg_cantitle4.gif);
	background-repeat:no-repeat;
	padding:8px 0 0 2px;
	font-size:13pt;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:bold;
/*	color:red;*/
	border:1px solid #ff6600;
	height:60px;
	vertical-align:middle;
	line-height:1.2em;
	text-align:center;
	margin-bottom:10px;
}

span.price2 {
/*	border-top:1px dotted #A9A9A9;*/
	margin-top:5px;
/*	background-image: url(../images/bg_blue4.gif);*/
	background-repeat: no-repeat;
	padding:1px 0 0 0;
	font-size:24pt;
	line-height:1.4em;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
	border:none;
	letter-spacing:0.1em;
	text-align:left;
/*	color:#FF6347;*/
/*	background-color:#1e90ff;*/
}

span.cantoi{
	padding:5px 0 0 5px;
	font-weight:normal;
	font-size:12pt;
}

div.price {
/*	border-top:1px dotted #A9A9A9;*/
	margin-top:5px;
/*	background-image: url(../images/bg_blue4.gif);*/
	background-repeat: no-repeat;
	padding:1px 0 0 0;
	font-size:24pt;
	line-height:1.4em;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
	border:none;
	letter-spacing:0.1em;
	text-align:center;
	color:#FF6347;
/*	background-color:#1e90ff;*/
}

div.vstitle{
	background-image: url(../images/y30.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	margin-left:10px;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:bold;
}

div.product {
/*	border-top:1px dotted #A9A9A9;*/
	margin-top:5px;
/*	background-image: url(../images/bg_blue4.gif);*/
	background-repeat: no-repeat;
	padding:1px 0 0 0;
	font-size:24pt;
	line-height:1.4em;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
	border:none;
	letter-spacing:0.1em;
	text-align:center;
	color:#0b4b80;
/*	background-color:#1e90ff;*/
}

div.product_point{
	background-image: url(../images/y30.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 10px;
	margin:2px 0 2px 8px;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:bold;
}

div.product_detail{
	background-image: url(../images/grad/tb04_or3.gif);
	background-repeat: repeat-x;
	background-position:0 0;
	text-align:center;
	padding:10px 0 0 0;
	letter-spacing:0.2em;
	font-size:12pt;
	height:30px;
}

div.product_detail a:visited{
/*	color:red;*/
	font-weight:bold;
	text-decoration: none;
}

div.product_detail a:hover{
/*	color:red;*/
	font-weight:bold;
	text-decoration: underline;
}

div.product_detail a:link{
/*	color:red;*/
	font-weight:bold;
	text-decoration: none;
}

div.product_detail a:active{
/*	color:red;*/
	font-weight:bold;
	text-decoration: underline;
}

h3.product_title{
	font-size:12pt;
	color:#228B22;
	font-weight:bold;
	text-align:center;
	padding-top: 14px;
	padding-left: 0px;
	width: 345px;
	height: 35px;
	background-color:#D3D3D3;
	border-bottom:1px solid #a9a9a9;
	text-align:center;
}

table.vslist {
	border:1px none #A9A9A9;
/*	color:CC3300;*/
	margin:5px 0 0 5px;
	margin-right:15px;
	line-height:1.2em;
	padding:5px 2px 2px 5px;
	width:200px;
}

table.vslist td{
	padding:2px;
}

ul.vs1 {
	padding:0 0 0 5px;
	border:1px solid blue;
/*	line-height: 15px;*/
}

li.vs1 {
	list-style-position: inside;
	line-height:1.5em;
	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
	font-weight:bold;
	margin:0 0 0 0;
	border:1px solid red;
}

#index #alpha-content #service-menu .box ul {
	padding: 13px 7px;
	line-height: 20px;
}
#index #alpha-content #service-menu .box li {
	list-style-position: inside;
}

/*追加 */
#index #alpha-content p.text1 {
	line-height:20px;
	padding:2px 15px 10px 15px;
}

/*追加　ボックス内のテーブル(1)　*/
#index #alpha-content table.table1{
	line-height:20px;
	width:715px;
	margin-top:5px;
	margin-bottom:5px;
}
/*追加　ボックス内のテーブル(1)用　*/
#index #alpha-content table.table1 td{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
}
/*追加　ボックス内のテーブル(1)用見出しセル用　*/
#index #alpha-content table.table1 td.td1{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
	background-color:#eeeeee;
}
/*追加　ボックス内のテーブル(1)セル用　*/
#index #alpha-content table.table1 td.td2{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:left;
}
/*追加　ボックス内のテーブル(1)数値セル用　*/
#index #alpha-content table.table1 td.td3{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:center;
	width:20%;
}
/*追加　ボックス内のテーブル(1)機能メニュー用　*/
#index #alpha-content table.table1 td.tdfunc{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:center;
	width:20%;
}

/***********************************************************************************/
/* under_1 */
/*修正 マージン調整*/
#under_1 #alpha-content {
/*	margin-bottom: 101px;*/
	margin-bottom: 30px;
}
#under_1 #alpha-content ul#list1 {
	margin-top: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 9px;
	display: block;
	border: 1px solid #cccccc;
}
#under_1 #alpha-content ul#list1 li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}

#under_1 #alpha-content ul#list2 {
	margin-top: 28px;
	margin-bottom: 35px;
	padding-left: 15px;
}
#under_1 #alpha-content ul#list2 li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 11px;
	line-height: 26px;
}

/* ボックス内メニュー階層なし用 */
#under_1 #alpha-content ul#list3 {
	margin-top: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 9px;
	display: block;
	border: 1px solid #cccccc;
}
#under_1 #alpha-content ul#list3 li {
	background-image: url(../images/bg_y_off.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
	padding-right: 24px;
	padding-left: 20px;
	display:inline;
}

#under_1 #alpha-content ul#list4 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
#under_1 #alpha-content ul#list4 li {
	padding-right: 24px;
	padding-left: 0px;
	display:inline;
}

/*修正 マージン調整 */
#under_1 #alpha-content h2 {
/*	margin-top: 31px;*/
	margin-top: 16px;
}
#under_1 #alpha-content .box {
	clear: both;
	padding-top: 12px;
}
#under_1 #alpha-content .box_ul ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#under_1 #alpha-content .box_ul ul li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 12px;
	line-height: 22px;
}
/*修正 ボックス内のイメージに枠をつけた */
#under_1 #alpha-content .box img {
	float: left;
	display: block;
	border:1px solid #DCDCDC;
}
/*追加　フラッシュ用 */
#under_1 #alpha-content .box object {
	border:1px solid #DCDCDC;
}
/*検討　左イメージ、右文章のレイアウトとバランスには検討の余地有り　*/
#under_1 #alpha-content .box p {
	float: right;
	display: block;
	width: 382px;
}
/*修正 「詳細」ボタンが離れてしまうので、高さは固定しないほうがよさそう */
/*　行間は空けたほうがよいだろう　*/
#under_1 #alpha-content .box p.text1 {
/*	height: 235px;*/
	line-height:20px;
	margin-bottom:5px;
}
#under_1 #alpha-content .box p.text2 {
	height: 270px;
}
#under_1 #alpha-content .box p.text3 {
	height: 80px;
}
/*追加　ボックス幅全部を使う段落用　*/
#under_1 #alpha-content .box p.text4 {
	line-height:20px;
	width:99%;
	margin-bottom:10px;
}
/*追加　ボックス幅全部を使う段落用　*/
#under_1 #alpha-content .box div.text4 {
	line-height:20px;
	width:99%;
	margin-bottom:10px;
	padding-left:10px;
}

/*追加　スライドバーの案内用　*/
#under_1 #alpha-content .box p.text5 {
	padding-left:5px;
	line-height:30px;
	width:99%;
	color:#0000CC;
}

/*追加　スライドバーの案内用　*/
#under_1 #alpha-content .box div.text5 {
	padding-left:15px;
	line-height:20px;
	width:99%;
	color:#0000CC;
}

/*追加　説明文の小見出し用　*/
#under_1 #alpha-content .box p.text6 {
	line-height:20px;
	width:340px;
/*	color:#0085FE;*/
	font-weight:bold;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
}
/*追加　イメージの小見出し用　*/
#under_1 #alpha-content .box p.text7 {
	line-height:20px;
	width:340px;
/*	color:#0085FE;*/
	font-weight:bold;
	background-image: url(../images/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
}
/*追加　問い合わせの案内用　*/
#under_1 #alpha-content .box p.text8 {
	line-height:20px;
	width:99%;
	margin-bottom:10px;
	font-size:120%;
	padding:0 0 0 10px
}

#under_1 #alpha-content .box p.text8 a:link{
	color: #333333;
	text-decoration: underline;
}
/*追加　応用システムのリスト用　*/
#under_1 #alpha-content .box p.text9 {
	line-height:20px;
	width:340px;
/*	color:#0085FE;*/
	font-weight:bold;
	background-image: url(../images/arrow_b.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
}

#under_1 #alpha-content .box p.text8 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text8 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text8 a:active{
	color: #ff3300;
	text-decoration: underline;
}

/*追加　イメージのキャプション　*/
#under_1 #alpha-content .box p.text9 {
	line-height:30px;
	width:99%;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
	font-weight:bold;
}

/*追加　イメージのキャプション　*/
#under_1 #alpha-content .box p.text9_2 {
	line-height:30px;
	width:99%;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 16px;
	font-weight:bold;
	margin-left:0px;
}

/*追加　ボックス幅全部を使う段落用　*/
#under_1 #alpha-content .box p.text10 {
	line-height:20px;
	width:99%;
	margin-bottom:5px;
}

#under_1 #alpha-content .box p.text10 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text10 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text10 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text10 a:active{
	color: #ff3300;
	text-decoration: underline;
}

/*追加　ボックス幅全部を使う段落用　*/
#under_1 #alpha-content .box div.text10 {
	line-height:20px;
	width:99%;
	padding-left:10px;
}

#under_1 #alpha-content .box div.text10 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box div.text10 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box div.text10 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box div.text10 a:active{
	color: #ff3300;
	text-decoration: underline;
}

/*追加　派遣canで解決用　*/
#under_1 #alpha-content .box p.text11 {
	line-height:25px;
	width:99%;
}

#under_1 #alpha-content .box p.text11 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text11 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text11 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text11 a:active{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box p.text11 img{
	border:none ;
}

/*追加　派遣canで解決用　*/
#under_1 #alpha-content .box p.text12_1 {
	line-height:25px;
	width:99%;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:45px;
}
#under_1 #alpha-content .box p.text12_2 {
	line-height:25px;
	width:99%;
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:45px;
}
#under_1 #alpha-content .box p.text12_3 {
	line-height:25px;
	width:99%;
	background-image: url(../images/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:45px;
}

#under_1 #alpha-content .box div.text12_1 {
	line-height:25px;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:45px;
}
#under_1 #alpha-content .box div.text12_2 {
	line-height:25px;
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:45px;
}
#under_1 #alpha-content .box div.text12_3 {
	line-height:25px;
	background-image: url(../images/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0 5%;
	padding-left:45px;
	margin-top:5px;
}

/*追加　Q&A用　*/
#under_1 #alpha-content .box div.text13_1 {
	line-height:25px;
	background-image: url(../images/Q.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding-left:40px;
}
#under_1 #alpha-content .box div.text13_2 {
	line-height:25px;
	background-image: url(../images/A.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left:40px;
}

/*追加　ボックス幅全部を使う段落用　*/
#under_1 #alpha-content .box div.text14 {
	line-height:20px;
	width:100%;
	margin-bottom:5px;
}

#under_1 #alpha-content .box div.tg {
	padding-left:40px;
	line-height:25px;
}

#under_1 #alpha-content .box div.tg img{
	float:left;
}

#under_1 #alpha-content .box2{
	width:99%;
	margin-bottom:20px;
}

#under_1 #alpha-content .box2 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box2 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box2 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box2 a:active{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box2 img{
	border:none ;
}

/* リンク集のフッター */
#under_1 #alpha-content .box3{
	width:99%;
	margin-bottom:20px;
	border-top:solid 1px #dcdcdc;
	margin-top:25px;
	padding-top:10px;
	font-size:120%
}

/*追加　トライアル申込み手順　*/
#under_1 #alpha-content .box span.text9 {
	padding-left:5px;
	padding-bottom:2px;
/*	line-height:30px;*/
	width:99%;
	font-weight:bold;
	font-size:120%;
}

#under_1 #alpha-content .box img.go-detail {
	float: right;
	display: block;
}
/*追加　ボックス内のテーブル(1)　*/
#under_1 #alpha-content .box table.table1{
	line-height:20px;
	width:99%;
	margin-top:5px;
	margin-bottom:5px;
}
/*追加　ボックス内のテーブル(1)用　*/
#under_1 #alpha-content .box table.table1 td{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
}
/*追加　ボックス内のテーブル(1)用見出しセル用　*/
#under_1 #alpha-content .box table.table1 td.td1{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
	background-color:#eeeeee;
}
/*追加　ボックス内のテーブル(1)セル用　*/
#under_1 #alpha-content .box table.table1 td.td2{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:left;
}
/*追加　ボックス内のテーブル(1)数値セル用　*/
#under_1 #alpha-content .box table.table1 td.td3{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:center;
	width:20%;
}
/*追加　ボックス内のテーブル(1)機能メニュー用　*/
#under_1 #alpha-content .box table.table1 td.tdfunc{
	line-height:20px;
	padding:2px 2px 2px 5px;
	border:1px solid #dcdcdc;
	text-align:center;
	width:20%;
}

/*追加　ボックス内のテーブル(2)　*/
#under_1 #alpha-content .box table.table2{
	line-height:20px;
	width:700px;
	margin-bottom:5px;
}
/*追加　ボックス内のテーブル(2)用　*/
#under_1 #alpha-content .box table.table2 td{
	text-align:left;
	border:none;
	vertical-align:top;
	padding-left:10px;
}
/*追加　ボックス内のテーブル(2)用見出しセル用　*/
#under_1 #alpha-content .box table.table2 td.td1{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
	background-color:#eeeeee;
}
/*追加　ボックス内のテーブル(2)セル用　*/
#under_1 #alpha-content .box table.table2 td.td2{
	line-height:20px;
	text-align:left;
}
/*追加　ボックス内のテーブル(2)セル用　*/
#under_1 #alpha-content .box table.table2 td.td2 div{
	line-height:20px;
	text-align:left;
	margin-bottom:2px;
}

/*追加　ボックス内のテーブル(2)　*/
#under_1 #alpha-content .box table.table12{
	line-height:20px;
	width:100%;
	margin-bottom:5px;
}
/*追加　ボックス内のテーブル(2)用　*/
#under_1 #alpha-content .box table.table12 td{
	text-align:left;
	border:none;
	vertical-align:top;
}
/*追加　ボックス内のテーブル(2)用見出しセル用　*/
#under_1 #alpha-content .box table.table12 td.td1{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
	background-color:#eeeeee;
}
/*追加　ボックス内のテーブル(2)セル用　*/
#under_1 #alpha-content .box table.table12 td.td2{
	line-height:20px;
	text-align:left;
}
/*追加　ボックス内のテーブル(2)セル用　*/
#under_1 #alpha-content .box table.table12 td.td2 div{
	line-height:20px;
	text-align:left;
	margin-bottom:2px;
}

/*追加　ボックス内のテーブル(3)　*/
#under_1 #alpha-content .box table.table3{
	line-height:20px;
	width:700px;
	margin-bottom:5px;
}

#under_1 #alpha-content .box table.table3 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box table.table3 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content .box table.table3 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content .box table.table3 a:active{
	color: #ff3300;
	text-decoration: underline;
}

/*追加　ボックス内のテーブル(3)用　*/
#under_1 #alpha-content .box table.table3 td{
	text-align:left;
	vertical-align:top;
	line-height:20px;
}

/*追加　ボックス内のテーブル(3)用　*/
#under_1 #alpha-content .box table.table3 td img{
/*	border:none;*/
}

/*追加　ボックス内のテーブル(3)セル用　*/
#under_1 #alpha-content .box table.table3 td.td div{
	line-height:20px;
	text-align:left;
	margin-left:10px;
}

/*追加　ボックス内のテーブル(3)左セル用　*/
#under_1 #alpha-content .box table.table3 td.td_left{
	line-height:20px;
	text-align:left;
	width:340;
}

/*追加　ボックス内のテーブル(3)セル用　*/
#under_1 #alpha-content .box table.table3 td.td_left div{
	line-height:20px;
	text-align:left;
	margin-left:10px;
}

/*追加　under_2用を流用　*/
#under_1 #alpha-content .table-top {
	background-image: url(../images/bg_parts02_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	margin-top: 16px;
	margin-bottom: 0px;
	clear: both;
}
#under_1 #alpha-content .table-bottom {
	background-image: url(../images/bg_parts02_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}
#under_1 #alpha-content .table-bottom span {
	font-size:108%;
	font-weight: bold;
	display: block;
	width: 107px;
	float: left;
	text-align: center;
}
#under_1 #alpha-content .table-bottom span.title2 {
	padding-top:15px;
	padding-bottom: 15px;
}
#under_1 #alpha-content .table-bottom ul {
	display: inline;
}
#under_1 #alpha-content .table-bottom ul.line2 {
	line-height: 22px;
}
#under_1 #alpha-content .table-bottom ul li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}
#under_1 #alpha-content .table-bottom ul li.first {
	margin-left: 20px;
}

/*追加　機能リスト */
#under_1 #alpha-content table.func_list{
	line-height:20px;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	background-color:#f8f8f8;
}

#under_1 #alpha-content table.func_list td{
	text-align:left;
	border:1px solid #dcdcdc;
	vertical-align:middle;
	padding-left:10px;
}

#under_1 #alpha-content table.func_list td p{
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}

#under_1 #alpha-content table.func_list td p.p2{
	background-image: url(../images/bg_y_off.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
	padding-right: 24px;
	padding-left: 20px;
	display:inline;
}



/*追加　パートナー募集　*/
#under_1 #alpha-content table.desc{
	line-height:22px;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:10px;
	font-size:110%;
}

#under_1 #alpha-content table.partner{
	line-height:30px;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
	font-size:120%;
}

#under_1 #alpha-content table.partner td{
	text-align:left;
	border:1px none;
	vertical-align:middle;
	padding-left:10px;
}

#under_1 #alpha-content table.partner td p{
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}

#under_1 #alpha-content table.partner td p.p2{
	background-image: url(../images/bg_y_off.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
	padding-right: 24px;
	padding-left: 20px;
	display:inline;
}

#under_1 #alpha-content table.partner a:link{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content table.partner a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_1 #alpha-content table.partner a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_1 #alpha-content table.partner a:active{
	color: #ff3300;
	text-decoration: underline;
}



/*追加　iframe　*/
#under_1 #alpha-content .box iframe{
	width:710px;
	margin:0 0 0 0;
	text-align:left;
}

/*追加　リンク集用　*/
#under_1 #alpha-content .box div.link{
	line-height:30px;
	margin-left:5px:
}

#under_1 #alpha-content .box div.link2{
	line-height:20px;
	width:99%;
	margin-left:5px:
}

#under_1 #alpha-content .box div.link a:link{
	color: #333333;
	text-decoration: underline;
	font-size:120%;
}

#under_1 #alpha-content .box div.link a:visited{
	color: #333333;
	text-decoration: underline;
	font-size:120%;
}

#under_1 #alpha-content .box div.link a:hover{
	color: #ff3300;
	text-decoration: underline;
	font-size:120%;
}

#under_1 #alpha-content .box div.link a:active{
	color: #ff3300;
	text-decoration: underline;
	font-size:120%;
}

/***********************************************************************************/
/* under_2 */
#under_2 #alpha-content {
	margin-bottom: 93px;
}
#under_2 #alpha-content h4 {
	margin-bottom: 17px;
}
#under_2 #alpha-content .table-top {
	background-image: url(../images/bg_parts02_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	margin-bottom: 4px;
	clear: both;
}
#under_2 #alpha-content .table-bottom {
	background-image: url(../images/bg_parts02_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
}
#under_2 #alpha-content .table-bottom span {
	font-size:108%;
	font-weight: bold;
	display: block;
	width: 107px;
	float: left;
	text-align: center;
}
#under_2 #alpha-content .table-bottom span.title2 {
	padding-top:15px;
	padding-bottom: 15px;
}
#under_2 #alpha-content .table-bottom ul {
	display: inline;
}
#under_2 #alpha-content .table-bottom ul.line2 {
	line-height: 22px;
}
#under_2 #alpha-content .table-bottom ul li {
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}
#under_2 #alpha-content .table-bottom ul li.first {
	margin-left: 20px;
}

#under_2 #alpha-content .table-bottom ul li.tg {
	background-image: url(../images/tg1ss.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 18px;
	padding-left: 18px;
	display:inline;
}
#under_2 #alpha-content .table-bottom ul li.tgfirst {
	background-image: url(../images/tg1ss.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 18px;
	padding-left: 18px;
	display:inline;
	margin-left: 18px;
}

#get_adobe_flash_player {
	margin-top: 28px;
	text-align: right;
}

/*追加　機能リスト */
#under_2 #alpha-content table.desc{
	line-height:20px;
	width:100%;
	margin-top:10px;
	margin-bottom:5px;
}

#under_2 #alpha-content table.desc td{
	text-align:left;
	border:1px none #dcdcdc;
	vertical-align:top;
	padding-bottom:10px;
}

#under_2 #alpha-content table.desc td p{
	background-image: url(../images/y01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-right: 24px;
	padding-left: 11px;
	display:inline;
}

/* ボックス内メニュー階層なし用 */
#under_2 #alpha-content ul#list3 {
	margin-top: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 9px;
	display: block;
	border: 1px solid #cccccc;
}
#under_2 #alpha-content ul#list3 li {
	background-image: url(../images/bg_y_off.gif);
	background-repeat: no-repeat;
	background-position: 0 45%;
	padding-right: 24px;
	padding-left: 20px;
	display:inline;
}

#under_2 #alpha-content .box div.div2 a:link{
	color: #333333;
	text-decoration: underline;
}

#under_2 #alpha-content .box div.div2 a:visited{
	color: #333333;
	text-decoration: underline;
}

#under_2 #alpha-content .box div.div2 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content .box div.div2 a:active{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content .box div.tg {
	line-height:25px;
	background-image: url(../images/tg1m.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left:30px;
	font-family:HGP創英角ﾎﾟｯﾌﾟ体,HGPｺﾞｼｯｸE,"ＭＳ ゴシック";
	font-size:120%;
	margin-bottom:10px;
	letter-spacing:2px;
}

/*追加　ボックス内のテーブル(1)　*/
#under_2 #alpha-content table.table1{
	line-height:20px;
	width:715px;
	margin-top:5px;
	margin-bottom:5px;
}
/*追加　ボックス内のテーブル(1)用　*/
#under_2 #alpha-content table.table1 td{
	line-height:20px;
	padding:2px 2px 2px 2px;
	border:1px solid #dcdcdc;
	text-align:center;
}

/*追加　ボックス内のテーブル(3)　*/
#under_2 #alpha-content .box table.table3{
	line-height:20px;
	width:700px;
	margin-bottom:5px;
}

/*追加　ボックス内のテーブル(3)用　*/
#under_2 #alpha-content .box table.table3 td{
	text-align:left;
	vertical-align:top;
	line-height:20px;
}

/*追加　ボックス内のテーブル(3)用　*/
#under_2 #alpha-content .box table.table3 td img{
/*	border:none;*/
}

/*追加　ボックス内のテーブル(3)セル用　*/
#under_2 #alpha-content .box table.table3 td.td div{
	line-height:20px;
	text-align:left;
	margin-left:10px;
	font-size:110%;
}

/*追加　ボックス内のテーブル(3)セル用　*/
#under_2 #alpha-content .box table.table3 td.td_left div{
	line-height:20px;
	text-align:left;
	margin-left:10px;
}


#under_2 #alpha-content .box span.text10 {
	padding-left:5px;
	padding-bottom:2px;
/*	line-height:30px;*/
	width:99%;
	font-weight:bold;
	font-size:120%;
}

#under_2 #alpha-content h1{
/*	background-image: url(../images/b_gra006_80.jpg);*/
	background-repeat:repeat-x;
	padding:12px 0 0 0;
	text-align:center;
	border:1px solid #a9a9a9;
	font-size:20pt;
	font-family:HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;
/*	font-weight:bold;*/
	color:#ff0033;
/*	background-color:#F5F5F5;*/
	background-color:#F5FFFA;
	height:76px;
	line-height:1.1em;
/*	vertical-align:middle;*/
}

#under_2 #alpha-content h5{
	font-family:"HGP創英角ｺﾞｼｯｸUB","HGSｺﾞｼｯｸE","ＭＳ Ｐゴシック";
	font-size:12pt;
	color:#000000;
	height:32px;
	min-height:32px;
	vertical-align:middle;
}

#under_2 #alpha-content div.t1{
	height:60px;
	width:715px;
	background-color:#f5f5f5;
	border:1px solid #a9a9a9;
	padding:15px 0 0 0;
	margin:15px 0 10px 0;
}

#under_2 #alpha-content h5.t1{
	font-family:"HGP創英角ｺﾞｼｯｸUB","HGSｺﾞｼｯｸE","ＭＳ Ｐゴシック";
	color:#00b5f0;
	text-align:center;
	font-size:20pt;
/*	line-height:1.2em;*/
	margin:15px 0 10px 0;
	vertical-align:middle;
	letter-spacing:0.1em;
}

#under_2 #alpha-content h5.m1{
	font-family:"HGSｺﾞｼｯｸE","HGP創英角ｺﾞｼｯｸUB","ＭＳ Ｐゴシック";
	font-size:14pt;
	height:40px;
	min-height:40px;
	vertical-align:middle;
	background-image:url('../images/common/dialog-ok-4.ico');
	background-position:0 0;
	background-repeat:no-repeat;
	padding:8px 0 0 40px;
}

#alpha-content div.title_box{
	width:712px;
	height:115px;
	border:1px solid #dcdcdc;
	background-color:white;
}

#alpha-content div.title_l{
	margin:20px 0 0 20px;
	font-family:"HGP創英角ｺﾞｼｯｸUB","HGSｺﾞｼｯｸE","ＭＳ Ｐゴシック";
	font-size:20pt;
	letter-spacing:0.1em;
}

#under_2 #alpha-content h6{
	font-size:11pt;
}

#under_2 #alpha-content h6 a:link{
	color: #0099cc;
	text-decoration: underline;
}

#under_2 #alpha-content h6 a:visited{
	color: #0099cc;
	text-decoration: underline;
}

#under_2 #alpha-content h6 a:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content h6 a:active{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content a.under:link{
	color: #333333;
	text-decoration: underline;
}

#under_2 #alpha-content a.under:visited{
	color: #333333;
	text-decoration: underline;
}

#under_2 #alpha-content a.under:hover{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content a.under:active{
	color: #ff3300;
	text-decoration: underline;
}

#under_2 #alpha-content #service-menu {
	margin-bottom: 50px;
}
#under_2 #alpha-content #service-menu #left {
	float: left;
	width: 353px;
}
#under_2 #alpha-content #service-menu #right {
	float: right;
	width: 353px;
}
#under_2 #alpha-content #service-menu .box {
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 9px;
}
#under_2 #alpha-content #service-menu .box2 {
	padding: 3px;
	margin-bottom: 9px;
}

#under_2 #alpha-content #service-menu .box h3 {
	width: 323px;
	height: 22px;
	background-image: url(../images/bg_under_2_title.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	font-weight: bold;
}
*html #under_2 #alpha-content #service-menu .box h3 {
	width: 345px;
	height: 30px;
}

#under_2 #alpha-content #service-menu .box h3.vs {
	background-image: none;
/*	color:#FF6347;*/
/*	color:#9ACD32;*/
/*	color:#ffffff;*/
	padding-top: 12px;
	padding-left: 0px;
/*	font-family:"ＭＳ ゴシック",HGPｺﾞｼｯｸE,HGP創英角ﾎﾟｯﾌﾟ体;*/
	font-weight:normal;
	font-size:18pt;
	width: 345px;
	height: 35px;
/*	background-color:#9ACD32;*/
	background-color:#F5F5F5;
	border-bottom:1px solid #a9a9a9;
	text-align:center;
}

/***********************************************************************************/
/* under_3 */
#under_3 #alpha-content {
	margin-bottom: 47px;
}
#under_3 #alpha-content img {
	margin-top: 21px;
}
#under_3 #alpha-content p {
	margin-top: 60px;
}

/***********************************************************************************/
/* login */
div.login{
	height:80%;background-image: url(../images/enter-picture.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
table.login{
	width:400px;
	margin-top:15%;
}
table.login td{
	border:1px solid #cccccc;
	height:25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	font-size:140%;
}
table.login td.login-header{
	background-image: url(../images/bg_th3.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-weight: bold;
	letter-spacing:2px;
}
table.login td.side{
	text-align:right;
	vertical-align:middle;
	background-color:#F0F8FF;
	width:30%;
	font-size:100%;
	height:2em;
	font-size:110%;
	border:1px solid #cccccc;
}
table.login td.button{
	text-align:center;
	vertical-align:middle;
	background-color:#F0F8FF;
	width:30%;
	font-size:100%;
	height:2em;
	font-size:110%;
	border:1px solid #cccccc;
}
table.login td.feild{
	text-align:center;
}
input.login{
	height:20px;
	width:99%;
}

input.bt_style{
	width: 100px;
	height: 24px;
	border:none;
	background-image: url(../images/image.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	cursor: pointer;
}
