@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}
/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
a {

}  
a:link {
	color:#FF33FF;
	text-decoration:none;
	font-weight: normal;
}
a:visited {
	color: #FF33FF;
	text-decoration: none;
}
a:active {
	color: red;
}
a:hover {
	color: #FF00FF;
	text-decoration:underline;
}
img {
	border:0px;
}
#wrapper {
	background-image: url(img/bgs.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	border: 1px solid #000000;
}
#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFeeFF;






 img {
border:0px;
	font-size: 12px;
	font-size: 12px;
	font-size: 12px;
	border: 1px solid #FF99FF;
}
}

#header {
	height: 200px;
	background-color: #FFeeFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/header091018%E3%81%AE%E3%82%B3%E3%83%94%E3%83%BC.jpg);
	margin-right: 5px;
	margin-left: 5px;
}
#header h1 {

}
/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.thrColElsHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#cont1 {
	float: left;
	width: 200px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	display: block;
	overflow: auto;
	background-color: #dddddd;
}
#cont2 {
	float: right;
	width: 200px;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #dddddd;
}
#sidebar2 h3 {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}
/* #mainContent に関するヒント：
1. この #mainContent div に #sidebar1 div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#sidebar1 div の幅は #sidebar1 div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
 #mainContent1 {
	width: 500px;
	margin-right: 200px;
	margin-left: 200px;
}
#mainContent2 {
	clear: both;
	margin-top: 0;
	margin-right: 12em;
	margin-bottom: 0;
	margin-left: 12em;
}
#footer {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#footerlinbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#footer #cplt {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#rc1_l img {
}
#rc1_l_r p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: left;
}
#rc1_l_r #enter {
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
#rc1_l_r #enter p {
	margin-right: auto;
	margin-left: auto;
}
#rc1_l #enterimg {
	width: 170px;
	display: block;
	margin-top: 40px;
	float: left;
}


#rc1_l_r div {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#rc1_l_r {
	float: left;
	width: 190px;
	margin: 10px;
}

#rc1_l_r ul {
	margin-bottom: 20px;
}
#rc1_l_r li {
	display: block;
	margin: 10px;
	text-align: center;
	font-size: 16px;
	color: #FF00FF;
	list-style-position: inside;
	list-style-image: url(img/hanap.gif);
}

.imgsam_100 {
	width: 100px;
	float: left;
	text-align: right;
	display: block;
	padding: 5px;
	font-size: 10px;
}
.imgsam_100 li {
	text-align: center;
	width: 100px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}

.roundedcornr_box_enter {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_p_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 440px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.roundedcornr_top_enter {
	background-color: transparent;
	background-image: url(img/roundedcornr_p_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_top_enter h2 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_enter div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_enter div, .roundedcornr_top_enter, .roundedcornr_bottom_enter div, .roundedcornr_bottom_enter {
	width: 100%;
	height: 30px;
	font-size: 12px;
}
.roundedcornr_content_enter {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	font-weight: bold;
	height: 310px;
}

.roundedcornr_content_enter #c_p_linkbox {
	clear: both;
}
.roundedcornr_content_enter #rc1_l p {
	float: left;
}
.roundedcornr_content_enter #cpl1 {
	float: left;
}
.roundedcornr_content_enter #cpl2 #rc1_l_r {
	float: right;
}
.roundedcornr_bottom_enter {
	clear: both;
	background-color: transparent;
	background-image: url(img/roundedcornr_p_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.roundedcornr_bottom_enter div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}
.roundedcornr_box_samlink {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_p_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 440px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.roundedcornr_top_samlink {
	background-color: transparent;
	background-image: url(img/roundedcornr_p_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_top_samlink h3 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_samlink div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_samlink div, .roundedcornr_top_samlink, .roundedcornr_bottom_samlink div, .roundedcornr_bottom_samlink {
	width: 100%;
	height: 30px;
	font-size: 12px;
}
.roundedcornr_content_samlink {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 330px;
	height: 310px;
}
.roundedcornr_bottom_samlink {
	background: transparent url(img/roundedcornr_p_br.gif) no-repeat bottom right;
	clear: both;
}
.roundedcornr_bottom_samlink div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}

.roundedcornr_box_linkbox {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_b_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-top: 15px;
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
}
.roundedcornr_top_linkbox {
	background: transparent url(img/roundedcornr_p_tr.gif) no-repeat top right;
}
.roundedcornr_top_linkbox  h3 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_linkbox div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_linkbox div, .roundedcornr_top_linkbox, .roundedcornr_bottom_linkbox div, .roundedcornr_bottom_linkbox {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_linkbox {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	overflow: auto;
	height: 100px;
	width: 420px;
}
.roundedcornr_content_linkbox ul {
	float: left;
	width: 100px;
}
.roundedcornr_content_linkbox li {
	display: block;
	margin: 5px;
	font-size: 10px;
}
.roundedcornr_bottom_linkbox {
	background: transparent url(img/roundedcornr_p_br.gif) no-repeat bottom right;
	clear: both;
}
.roundedcornr_bottom_linkbox div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}
.roundedcornr_box_newbox {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_p_grad.gif);
	
	background-repeat: repeat-x;
	background-position: left top;
	
	
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	width: 480px;
	float: left;
	
	
	

	
	
	
	
}
.roundedcornr_top_newbox {
	background: transparent url(img/roundedcornr_p_tr.gif) no-repeat top right;
}
.roundedcornr_top_newbox   h3 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_newbox div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_newbox div, .roundedcornr_top_newbox, .roundedcornr_bottom_newbox div, .roundedcornr_bottom_newbox {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_newbox {
	width: 420px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 300px;
	overflow: auto;
}

.roundedcornr_bottom_newbox {
	background: transparent url(img/roundedcornr_p_br.gif) no-repeat bottom right;
	clear: both;
}
.roundedcornr_bottom_newbox div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}
.roundedcornr_box_footerbox {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_y_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	width: 205px;
	float: left;
}
.roundedcornr_top_footerbox {
	background-color: transparent;
	background-image: url(img/roundedcornr_p_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundedcornr_top_footerbox h3 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_footerbox div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_footerbox div, .roundedcornr_top_footerbox, .roundedcornr_bottom_footerbox div, .roundedcornr_bottom_footerbox {
	height: 30px;
	font-size: 1px;
	width: 100%;
}
.roundedcornr_content_footerbox {
	margin: 0 30px;
	text-align: center;
}

.roundedcornr_bottom_footerbox {
	background: transparent url(img/roundedcornr_p_br.gif) no-repeat bottom right;
	clear: both;
}
.roundedcornr_bottom_footerbox div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}
#news {
padding-top: 20px;

}

#news dt {
	color: #FFFFFF;
	float: left;
	border-bottom-width: 1px;
	border-bottom-color: #660066;
	height: 18px;
	width: 75px;
	margin-right: 50px;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url(img/rightnewsbg.gif);
}

#news dd {
	border-bottom: 1px ridge #000000;
	padding-bottom: 20px;
	margin-bottom: 17px;
	padding-top: 3px;
	font-size: 14px;
}
#newslist {
 text-align: right;
} 
.roundedcornr_box_longbox {
	background-color: #dddddd;
	background-image: url(img/roundedcornr_p_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.roundedcornr_top_longbox {
	background: transparent url(img/roundedcornr_p_tr.gif) no-repeat top right;
}
.roundedcornr_top_longbox   h3 {
	font-size: 18px;
	color: #FF00FF;
	text-align: center;
	padding-top: 2px;
}
.roundedcornr_top_longbox div {
	background: url(img/roundedcornr_p_tl.gif) no-repeat top left;
}
.roundedcornr_top_longbox div, .roundedcornr_top_longbox, .roundedcornr_bottom_longbox div, .roundedcornr_bottom_longbox {
	width: 100%;
	height: 30px;
	font-size: 1px;
}
.roundedcornr_content_longbox {
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.roundedcornr_bottom_longbox {
	background: transparent url(img/roundedcornr_p_br.gif) no-repeat bottom right;
	clear: both;
}
.roundedcornr_bottom_longbox div {
	background: url(img/roundedcornr_p_bl.gif) no-repeat bottom left;
}
.center100  {
	margin: auto;
	width: 100px;
}
