@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: rgb(235,215,255) url(../images/body_bg.gif) left top repeat-y;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}

/* ヘッダー
---------------------------------------------*/
#header {
	width: 100%; /* Windows Internet Explorer 6対策 */
	height: 101px;
	background: #FFFFFF url(../images/header_bg.gif) left top no-repeat;
}
#logo {
	width: 184px;
	height: 101px;
	background: #FFF url(../images/logo.gif) 19px 37px no-repeat;
	margin: 0;
	text-indent:-9999px;
}

	/* ナビゲーション
	---------------------------------------------*/
	#navigation {
		position: absolute;
		top: 26px;
		left: 191px;
		/*width: 536px;*/
		width:560px;
		border-top:dotted #33CC66 1px;
		border-left:dotted #33CC66 1px;
	}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation li {
		float: left;
		width: 112px;
		margin: 0;
	}
	#navigation li a {
		display: block;
		width: 100%; /* Windows Internet Explorer 6対策 */
		padding: 8px 0;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		/*background: url(../images/navigation_bg.gif) left top no-repeat;*/
		border-bottom:dotted #33CC66 1px;
		border-right:dotted #33CC66 1px;
	}
	#navigation li a:hover,
	#navigation li a.active {
		color: #000000;
		background: url(../images/navigation_bg.gif) left top;
	}
	
	#navigation li a#com {
	/*font-size:9px;*/
	}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 761px;
	/*margin-top: 26px;*/
	margin-top: 6px;
}
#primary {
	position: absolute;
	width: 535px;
	left: 206px;
	top: 0;
	background-color: #FFFFFF;
}
#secondary {
	position: absolute;
	width: 168px;
	left: 19px;
	top: 0;
	background: #FFFFFF url(../images/secondary_bg.gif) right top repeat-y;
}

/* 本文
---------------------------------------------*/
#primary .section {
	margin: 20px 0 26px 20px;
	clear: left;
}
#primary h2 {
	background: url(../images/h2_bg.gif) left top no-repeat;
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 100%;
}
#primary h3 {
	font-size: 117%;
	margin: 0;
	text-indent:16px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	background:#FFF url(../images/h3_list.gif) left 4px no-repeat;
}
#primary p {
	margin: 10px 0;
}
#breadcrumbslist {
	text-align:right;
	font-size:10px;
	margin-top:4px;;
	margin-right:16px;
}

/* packs
--------------------------------------- */

#primary #packs {
	margin-bottom: 12px;
	margin-left: 0px;
	width: 500px;
	height:120px;
	/*float: left;*/
}

#primary #sptpackbasic {
	width: 220px;
	min-height: 100px;
	float: left;
	border: solid #FF9966 1px;
}

#primary #sptpackspecial {
	width: 240px;
	min-height: 100px;
	float: left;
	border: solid #00FF00 1px;
}

#primary #sptpackbasic .hdl {
	background: transparent url(../../../../structure/img/plans/plans_h3.gif) left center repeat-x;
	height: 26px;
}

#primary #sptpackspecial .hdr {
	background: transparent url(../../../../structure/img/plans/support_h4.gif) left center repeat-x;
	height: 26px;
}

#primary .hdl p,
#primary .hdr p {
	margin-top:0;
	padding-left:4px;
	font-weight: bold;
	font-size: 16px;
}

#primary #plus {
	text-indent: 0;
	margin: 0;
	margin-top: 36px;
	border: solid #FFF 1px;
	font-size: 20px;
	width: 24px;
	float: left;
	text-align: center;
	font-weight: bold;
}

/* 補足情報
---------------------------------------------*/
#secondary {
	font-size: 90%;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid rgb(196,254,180);
	border-bottom: 1px solid rgb(196,254,180);
	color: #006600;
	background: rgb(196,254,180) url(../images/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
}

	/* リンク
	---------------------------------------------*/
	#secondary ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#secondary li {
		margin: 0;
		border-bottom: 1px solid #CCCCCC;
		background: url(../images/sidenav_bg_on.gif) left center no-repeat;
	}
	#secondary li a {
		display: block;
		width: 138px !important;
		width /**/: 168px; /* Windows Internet Explorer 5用の値 */
		padding: 5px 5px 5px 25px;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		text-decoration: none;
		background: url(../images/sidenav_bg_off.gif) left center no-repeat;
	}
	#secondary li a.active {
		color: #000;
		background: none;
		font-weight:bold;
	}
	#secondary li a:hover {
		color: #006600;
	}

