@charset "Shift_JIS";


/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #4C4C4C;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #4C4C4C;
	scrollbar-darkshadow-color: #4C4C4C;
	scrollbar-face-color: #4C4C4C;
	scrollbar-highlight-color: #4C4C4C;
	scrollbar-shadow-color: #4C4C4C;
	scrollbar-track-color: #FFFFFF;
}
	/* IE6用 */
	* html {
	overflow-x: hidden;
	overflow-y: auto;
	}

body {
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 1.2em; 
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
.frame {
	border: 0;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h1 {background-color:#F20382;
}
h2 {
	padding: 0 15px;
	border-top: 2px #4C4C4C solid;
	border-right: 2px #4C4C4C solid;
	border-bottom: 1px #4C4C4C dotted;
	border-left: 10px #4C4C4C solid;
	line-height: 1.6;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	background-color: #F20382;
}
h3 {
	margin-bottom: 1em;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background: #4C4C4C url('images/cube_02.gif') no-repeat scroll 3px 3px;
	font-weight: bold;
	font-size: 14px;
}
h4 {
	margin-bottom: 0.5em;
	border-bottom: 1px #4C4C4C dotted;
	line-height: 1.2;
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	text-decoration: none;
	color: #F20382;
}
a:hover {
	color: #FFFFFFFFF;
	background: #F20382;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.2em;
}
ul li {
	padding: 0 15px;
	list-style: none outside;
	background: url('images/list.gif') no-repeat scroll left center;
}
ol li {
	list-style: decimal inside;
}
dt {
	padding-left: 15px;
	background: url('images/list.gif') no-repeat left center;
}
/* リスト1 */
ul.horizontal li {
	margin-right: 2em;
	padding: 0;
	display: inline;
	list-style: none outside;
	background: none;
}
/* リスト2 */
ul.imglist li {
	padding: 0;
	display: inline;
	list-style: none outside;
	background: none;
}
ul.imglist a:hover {
	border: none;
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}
/* 番号付きリスト1 */
ol.horizontal {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1 */
dl.horizontal dt {
	padding-left: 15px;
	width: 16em;
	line-height: 1.8;
}
dl.horizontal dd {
	margin: -1.8em 0 0 10em;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
}
.font1 {
	color: #6600FF;
	font-weight: bold;
}
/* イメージとテキストの定義リスト1 */
dl.imgtextlist1 dt {
	padding: 0;
	float: left;
	width: 200px;
	background-image: none;
}
dl.imgtextlist1 dt a:hover {
	border: none;
}
dl.imgtextlist1 dd {
	margin-left: 200px;
	padding-left: 20px;
}

/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
input,
select, 
textarea {	
	margin-bottom: 6px;
	border: 1px #4C4C4C solid;
	line-height: 1.2;
	color: #4C4C4C;
	background-color: #FFFFFF;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 300px;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
	background-color: #F4EEFF;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #4C4C4C;	
	width: 70px;
	vertical-align: middle;	
	color: #FFFFFF;
	background-color: #4C4C4C;	
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	color: #ff567d;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	color: #6600FF;
}
/* より強い強調 */
strong {
	color: #F20382;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #999;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 0 12px 1.2em;
	padding: 0 6px;
	border: 1px #4C4C4C dotted;
	background: #FFFFFF;
}
blockquote p {
	margin: 0;
	padding: 0;
	background: none;
}
cite,
q {
	font-style: oblique;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1em;
	font-style: normal;
}
th,
td {
	padding: 0 0.8em;
	border: 1px solid #4C4C4C;	
}
th {
	color: #FFFFFF;	
	background-color: #4C4C4C;
	text-align: center;
}
td {	
	color: #4C4C4C;
	background-color: #FFFFFF;
}
/*	　7.メニュー（menu.html）
--------------------------------------------*/
body#menu {
	background-color: #FFFFFF;
	margin-top: 0px;
}
body#menu div#container {
	margin: 0px 14px;
	text-align: center;
	width: 199px;
}
/* サイト名 */
div#header {
	padding: 2px 0;
	border-top: 1px solid #F20382;
	border-bottom: 1px solid #F20382;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 36px;
	background-color: #F20382;
}
div#header h1 {
	padding-top: 6px;
	border-top: 3px solid #4C4C4C;
	border-bottom: 3px solid #4C4C4C;
	padding-bottom: 4px;
}
/* メニュー */
body#menu h2 {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
body#menu h2 a {
	padding-left: 25px;
	border-bottom: 3px #4C4C4C solid;
	display: block;
	height: 26px;
	line-height: 22px;
	color: #4C4C4C;
	background: #FFFFFF url('images/cube_01.gif') no-repeat scroll 3px 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
body#menu h2 a:hover {
	color: #4C4C4C;
	background: url('images/cube_01.gif') no-repeat scroll 3px 3px;
	background-color: #F20382;
}
/* BRAND折り畳みメニュー */
div#brand {
	padding: 10px 22px;
	text-align: left;
	text-decoration: none;
}   
div#brand h3 {
	margin: 0;
	padding: 0;
	color: #F20382;
	background: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
div#brand h3 a:hover {
	color:#FFFFFF;
	background-color:#F20382;
	text-decoration: none;
}

/* 著作権 */
ul#copy {
	margin-top: 6px;	
}
ul#copy li {
	padding: 0;
	list-style: none outside;
	color: #4C4C4C;
	background: none;
	font-size: 10px;
}
/*	　8.メイン
--------------------------------------------*/
div#main {
	margin: 20px 14px 20px 14px;
}
	/* IE6用 */
	* html div#main {
		margin: 20px 34px 20px 14px;
	}
/* メイン画像 */
p#mainimg {
	margin: 0 0 20px 0;
}
p#mainimg img {
	border: solid #4C4C4C 10px;
}
/* h2下のキャプション */
ul.caption {
	margin: 0;
	padding: 0 15px;
	border-bottom: 2px #4C4C4C solid;
	border-left: 10px #4C4C4C solid;
	border-right: 2px #4C4C4C solid;
}
ul.caption li {
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none outside;	
	background: none;
}
/* テキストボックス */
div.textbox {
	padding: 30px 0px 0px;
	height: auto;
}
/* イラスト展示ページ */
p.center {
	text-align: center;
}
/*	　9.インデックス（index.html）
--------------------------------------------*/
body#index {
	background: #4C4C4C;
}
body#index div#container {
	margin: 20px auto;
	width: 350px;
}
body#index h2 {
	margin-bottom: 0.8em;
	padding-left: 30px;
	border: none;
	height: 20px;
	line-height: 20px;
	color: #4C4C4C;
	background: #FFFFFF url('images/cube_03.gif') no-repeat scroll 3px 3px;
	font-weight: bold;
	font-size: 14px;
}
body#index p#url {
	color: #4C4C4C;
}
body#index p {
	color: #FFFFFF;
}
body#index p#enter {
	margin-top: 80px;
	text-align: center;
}
body#index p#enter a {
	padding: 1px 1em;
	border: none;
	color: #4C4C4C;
	background: #aed4d7;
	text-decoration: none;
}
body#index p#enter a:hover {
	background: #ff567d;
}

