@charset "Shift_Jis";

/*---- F008 -----*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #000;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #444;
}

	* html {
		overflow-x: hidden;
		overflow-y: auto;
	}

body {
	line-height: 1.7;
	color: #444;
	font-size: 90%;
	font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	background: #FFF url(hana049_3.gif) repeat-x left bottom fixed;
}

a {
	text-decoration: none;
}

a:link {
	color: #9D8551;
}

a:visited {
	color: #9D8551;
}

a:hover {
	color: #777;
	text-decoration: underline;
}

a:active {
	color: #777;
}

h1 {
	color: #DEDBCF;
	font-size: 160%;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 10px;
	text-align: center;
}
	h1 a:link {color: #DEDBCF;}
	h1 a:visited {color: #DEDBCF;}

h2 {
	font-size: 100%;
	font-weight: normal;
}

h3 {
	margin: 20px 0 0 10px;
	color: #777;
	font-size: 100%;
}

h4, h5, h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

br {
	letter-spacing: normal;
}

em {
	color: #8D1818;
	font-style: normal;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

big {
	font-size: 131%;
}

small {
	font-size: 77%;
}

ins {
	text-decoration: underline;
}

del {
	color: #999;
}

b {
	font-weight: bold;
}

i {
	font-style: oblique;
}

address, cite {
	font-style: normal;
}

code {
	font-family: monospace;
}

table {
	margin: 0 0 1em 0;
	color: #AAA;
	border-collapse: collapse;
	border-spacing: 0;
	background: #222;
}

th,td {
	padding: 2px 5px;
	border: 1px solid #666;
}

hr {
	display: none;
}
	.line {
		margin-top: 50px;
	}

	.clears {
		clear: both;
		padding: 0 0 1em 0;
	}

img, img a {
	border: 0;
}

	.img_right {
		float: right;
		margin: 0 0 0 10px;
		padding: 5px;
		border: 1px solid #666;
		background: #222;
	}

	.img_left {
		float: left;
		margin: 0 10px 0 0;
		padding: 5px;
		border: 1px solid #666;
		background: #222;
	}

	.clearfix:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
	}

	.clearfix {
		display: inline-block;
	}

blockquote {
	margin: 0 0 1em 20px;
	padding: 5px;
	border: 1px solid #666;
	color: #AAA;
	background: #222;
}

textarea,input[type=text],input[type=reset],input[type=submit],input[type=button],button,select {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic',  sans-serif;
    margin: 0.125em;
    padding: 3px 8px;
    clear: both;
    display: inline;
    outline: none;
    font-size: 1em;/* 文字の大きさ */
    background: #fff;/* フォーム背景色 */
    color: #777;/* フォーム背景色 */
    border: 1px solid #ddd;/* 枠の色 */
    border-radius: 15px;/* フォーム角の丸み */
}

textarea,input[type=text],input[type=reset],input[type=submit],input[type=button],button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=reset],input[type=submit],input[type=button],button,select {
    cursor: pointer;
}

textarea {
    width: 75%;
    height: 100px;
}

input[type=text] {
    width: 40%;
}


/* ------------------------------------------------------------
 名前変換フォームの幅と装飾
------------------------------------------------------------ */
.design input[type=text] {
    width: 110px;
    margin: 3px 0;
}

.design input[type=button] {
    padding: 3px 15px;
    margin: 3px 0;
}

.design .submit {
    display: inline-block;
}


div#out {
	margin: 20px auto 0 auto;
	padding: 0 20px 0 20px;
	width: 55%;
	background: url(f008_bottom.png) repeat-x center bottom;
}
	* html div#out {
		margin: 20px auto 0 auto;
		padding: 0 20px 0 20px;
		width:50%;
		background: #FFF;
		filter: alpha(style=1, opacity=60, finishopacity=100, startx=0, starty=0, finishx=100, finishy=200);
	}

div#header {
	padding: 20px 0 0 0;
}

div.write, div#write {
	margin: 15px 10px;
}
	* html div.write, div#write {
		position: relative;
	}

div.write ul, div.write ol {
	margin: 0 0 1em 15px;
}

div.write ul li {
	list-style: circle inside;
}

div.write ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
}

div.write ul.parallel {
	margin: 0;
}

ul.parallel li {
	display: inline;
	list-style: none;
}

ul.parallel li img {
	margin:0 2px 3px 0;
}

dl {
	margin: 0 0 1em 0;
}

dt {	}

dd {
	margin: 0 0 5px 15px;
}

dl.parallel dt {
	width: 120px;
	line-height: 1.6;
}

dl.parallel dd {
	margin: -1.6em 0 5px 120px;
	padding: 0 0 0 15px;
}

p.info {
	margin: 0 0 1em 0;
	padding: 2px 10px 0 0;
	height: 80px;
	overflow: auto;
	border: 0;
}

.deco {
	line-height: 22px;
	background: url("line004.gif") left top;
}

img.deco {
	padding: 5px;
	border: 1px solid #666;
	background: #222;
}

.page_navi li {
	list-style: none;
	margin: 0 20px;
	text-align: right;
}

div#menu {
	text-align: center;
	background: url(square005.gif);
}

div#menu p {
	margin: 3px 0 0 0;
}

div#menu li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

div#menu li a {
	color: #333;
}

div#menu li a:hover {
	color: #DDD;
}

div#footer {
	margin: 30px auto 0 auto;
	text-align: center;
}

div#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}

div#footer a {
	color: #222;
}

#copy{
	position: absolute;
	bottom: 15px;
	right: 5px;
}

#copy a {
	color: #DEDBC0;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

#entrance {
	margin: 50px auto 0 auto;
	width: 60%;
}