@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}
.color1 {
	color: #990000;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 940px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
}
#header img {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 76px;
	right: 4px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
}
#nav li {
	float: left;
	width: 10em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 620px;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 40px;
}

#main p {
	padding: 0px 0px 0px 2px;
}

#main blockquote {

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 30px 0px 20px;
	padding: 5px 10px 5px 10px;
	border-style:none;
	border:#d07b00 dashed 1px;
	background:#fff5f5;

	}





/*メインコンテンツ内のWhat's New欄
---------------------------------------------------------------------------------------------------------------*/
#new li {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 24px;
	border-bottom: 1px dotted #A5A397;
}
#new {
	margin-bottom: 20px;
	margin-top: 2px;
}


/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 300px;
	margin-top: 5px;
	padding-bottom: 40px;
}

#sub h3 {
	font-size: 100%;
	background: #ffd9eb;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

#sub p {
	padding: 0px 0px 0px 15px;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;
}




/*-----------リスト -------------*/



#circle_list_container {	
	width: 500px;
	padding-left: 100px;
	background-image: url(images/circle_b.png);
	background-repeat: no-repeat;
	float: left;
}
.circle_list {
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFcccc;
	margin: 0px;
	padding-top: 1px;

	font-size:90%;
}
.circle_list2 {
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffdddd;
	margin: 0px;
	padding-top: 1px;

	font-size:90%;
}
.circle_list3 {
	padding-left: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFcccc;
	margin: 1px;
	padding-top: 1px;
	text-align: center;
	font-size:100%;
}



/*-----------ボタン -------------*/
#button {
	position:relative;
	width:190px;
	color:#008;
	display:block;
	text-decoration:none;
	margin:0 auto;
	border-radius:20px;
	border:solid 1px #ffb4d6;
	background:#ffd9eb;
	text-align:center;
	padding: 5px 5px;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
	-webkit-box-shadow: 0px 2px 2px #f392bf;
        -moz-box-shadow: 0px 2px 2px #d878a6;
        box-shadow: 0px 2px 2px #d878a6;
}
