@charset "Shift_JIS";

/*******************************************************************************

"ソリューションパートナーズ"

Cascading Style Sheet Setting File
/common/css/layout_top.css

2005 gooya Corporation.

*******************************************************************************/



/** Common Section/ ***********************************************************/

/* 全要素に対してマージン・パディングを0px指定 */
*{
	margin:0px;
	padding:0px;
}

/* コンテンツ配置 */
div#PagePotision{
	text-align:center;
}

/* ページ幅設定 */
div#Wrapper{
	width:798px;
	margin:0px auto;
}

/* フォント指定 */
div, td, th, p, li, dt, dd{
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

/* CSS無効時のコンテンツ境界線 */
hr{
	display:none;
}

/** /Common Section ***********************************************************/



/** Header Section/ ***********************************************************/

/* 上部テキスト */
h1{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	color: #FFFFFF;
	margin: 0px;
}

/* ロゴ */
#f1{
	width:798px;
	height:355px;
	background:url("../../images/main_head.jpg") no-repeat left top;
}

/* メインメニュー */
ul#Navigation{
	width:798px;
	height:53px;
}

ul#Navigation li{
	display:inline;
}

ul#Navigation a{
	display:block;
	width:131px;
	height:50px;
	text-indent:-6000px;
	float:left;
}

ul#Navigation div.btnmgn{
	width:133px;
	float:left;
}

*.clear{
	clear:both;
}

/* リスト ***************************************/
li{
	list-style:none;
}

/** /Header Section ***********************************************************/



/** Footer Section/ ***********************************************************/

div#Footer{
	width:798px;
}

/* フッターメニュー */
ul#SubNavi{
	width:798px;
	height:30px;
}

ul#SubNavi li{
	display:inline;
}

ul#SubNavi a{
	display:block;
	width:110px;
	height:13px;
	text-indent:-6000px;
	float:left;
}

ul#SubNavi div.btnmgnf1{
	padding:8px 10px 0px 16px;
	float:left;
}

ul#SubNavi div.btnmgnf2{
	padding:8px 10px 0px 0px;
	float:left;
}

ul#SubNavi div.btnmgnf3{
	padding:8px 10px 0px 0px;
	float:left;
}

ul#SubNavi div.btnmgnf4{
	padding:8px 10px 0px 0px;
	float:left;
}

ul#subnavi div.btnmgnf5{
   padding:8px 10px 0px 0px;
   float:right;
}

/* コピーライト */
div#Footer p{
	padding:6px;
	font-size:12px;
	text-align:center;
	clear:both;
}

/** /Footer Section ***********************************************************/



/** Contents Section/ *********************************************************/

/* 表示領域 */
div#Contents{
	width:798px;
}

div#ContentsInnerMargin{
	padding:20px 20px 19px 20px;
}

div#LeftPane{
	width:487px;
	padding-bottom:28px;
	float:left;
	text-align:left;
}

div#RightPane{
	width:269px;
	float:right;
	text-align:left;
}

/* トピックス */
h3{
	margin:18px 54px 8px 25px;
	padding:8px 6px 0px 6px;
	font-size:14px;
}

div.topic_head{
	padding-top:10px;
}

div.topic_group{
	margin:0px 54px 0px 25px;
}

div.topics{
	padding:10px 0px 9px 0px;
}

div.topics dl{
	width:360px;
}

div.topics dl dt{
	width:20%;
	float:left;
	font-size:12px;
	line-height:150%;
}

div.topics dl dd{
	width:80%;
	float:left;
	font-size:12px;
	line-height:150%;
}

/* 仮登録ボタン */
a#btn_regist{
	display:block;
	width:269px;
	height:108px;
	margin-bottom:10px;
	text-indent:-6000px;
}

/* 仮登録ボタン */
a#btn_service{
	display:block;
	width:269px;
	height:82px;
	margin-bottom:10px;
	text-indent:-6000px;
}

/* 追加コンテンツ部 */
a#btn_service2{
	display:block;
	width:269px;
	height:82px;
	text-indent:-6000px;
}
/** /Contents Section *********************************************************/
