@charset "UTF-8";
.container { 
	width: 960px;  
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
} 
.header {
	color: #FFFFFF;
	padding: 0 20px 0 0;
	height: 100px;
} 
.header img {
	border: 0;
}
.header h1 {
	margin: 0; 
	padding: 10px 0;
}

.apDiv {
	position:absolute;
	left:728px;
	top:45px;
	width:239px;
	height:47px;
	z-index:1;
	color: #FFFFFF;
}

.navi {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.navi img {
	vertical-align: top;
	border: 0;
	margin: 0;
} 

.list {
	height: 15px;
	font-size: x-small;
	padding: 0px 0px 0px 20px;  
}
.list a {
	color:#333333;
	text-decoration: none;
	}
.list a:hover	{
	color: #0000FF;
	}


/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 145px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	padding: 0px 0px 0px 0px;
}
.sidebar1 #sub1	{
	width:145px;
	border:solid 1px #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	}
	
.sidebar1 #menu div	{
	font-size:10px;
	font-weight: nomal;
	color: #666666;
	margin-left: 10px;
	margin-bottom:5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "Lucida Grande";
	}

.sidebar1 #menu a	{
	font-size:10px;
	font-weight: normal;
	color:#73a1ff;
	text-decoration: none;
	}

.sidebar1 #menu a:hover	{
	color:#ffaa00;
	}

/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
.mainContent {
	margin: 0 0 0 150px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0px 10px 0 15px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.mainContent #tab {
	padding: 10px 10px 10px 30px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
.mainContent tr {
	background: #FFFFFF;
	font-size: 0px; /* for IE's Bug? */
}

.mainConten img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.mainContent h1 {
	font-size: 16px;
	color: #333333
} 

.mainContent h2 {
	font-size: 14px;
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "Lucida Grande";
	color: #666666;
	margin: 0;
} 

.mainContent p {
	color: #333333;
	font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "Lucida Grande";
	font-style: normal;
	line-height: 20px;
	margin: 0;
}
.mainContent a	{
	font-size:14px;
	font-weight: normal;
	color:#993399;
	text-decoration: none;
}

.mainContent a:hover	{
	color: #0000FF;
}

.fullContent {
	width: 960px;
	height: 210px;
	background: url(../img/box.gif) no-repeat bottom;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.fullContent img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.fullContent p{
	color: #333333;
	margin: 25px 40px 0px 30px;
}
.fullContent a	{
	font-size:14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	}

.fullContent a:hover	{
	color: #0000FF;
	}

.fla {
	text-align: center;
	width: 960px;
	height: 200px;
	padding: 0;
	font-size: 0px; /* for IE's Bug? */
}

.subLContent {
	float: left;
	width: 478px;
	height: 210px;
	background: url(../img/boxsub01.gif) no-repeat bottom;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.subLContent img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.subLContent p{
	color: #333333;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 20px;
}
.subLContent a	{
	font-size:14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	}

.subLContent a:hover	{
	color: #0000FF;
	}

.subRContent  {
	float: right;
	width: 480px;
	height: 210px;
	background: url(../img/boxsub02.gif) no-repeat bottom;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.subRContent img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.subRContent p{
	color: #333333;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 20px;
} 
.subRContent a	{
	font-size:14px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	}

.subRContent a:hover	{
	color: #0000FF;
	}
	
.newp {
	width: 960px;
	height: 170px;
	background: url(../img/newp.gif) no-repeat bottom;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.newp img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.newp p{
	color: #333333;
	margin-left: 30px;
	margin-right: 40px;
	margin-top:20px;
}
.newp a	{
	font-size:14px;
	font-weight: normal;
	color:#993399;
	text-decoration: none;
}

.newp a:hover	{
	color: #0000FF;
}

.itembox {
	width:150;
	margin: 45px 20px 20px 20px;
	padding:0px;
	float: left;
	text-align: center;
}
.itemboxA {
	margin: 0px 0px 10px 0px;
	padding:0px;
	float: left;
	text-align: center;
	background: #ffffff;
}
.itemboxA img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
}
.itemboxA p{
	color:#333333;
	text-decoration: none;
}
.itemboxA a:hover	{
	color: #0000FF;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {color: #FF0000}

.set {
    margin: 0 0 0 150px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	font-size: 0px; /* for IE's Bug? */
}
.set img{
	vertical-align: bottom;
	border: 0;
	margin: 0;
	font-size: 0px; /* for IE's Bug? */
}
.set p{
	color: #333333;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	font-size: 0px; /* for IE's Bug? */
}
.set a	{
	font-size:14px;
	font-weight: normal;
	color:#993399;
	text-decoration: none;
}

.set a:hover	{
	color: #0000FF;
}　