/*
	Default Stylesheet 
	Copyrightチューリップ企画. All Rights Reserved.
*/

/*
===== CSS index =====

	1: 初期化 
	2: HTML & BODY
	3: レイアウト
	4: リンク
	5: おもな文字色
	
====================
*/


/* ===== 1: 初期化 ===== */

* {
	font-size: 100% ;
	margin: 0 ;
	padding: 0 ;
}
h1,h2,h3,h4,h5,h6 { 
	font-size: medium; 
	font-weight: normal; 
	margin-bottom: 0px 
}
h1{
	background-color:#FFFCF1;
}

cite,em,strong { 
	font-style: normal ; 
}


/* ===== 2: HTML & BODY ===== */


body { 	
	margin: 0px ; 
	padding: 0px ; 
	color: #333322 ; 
	background-color: #FFFFFF ;
	background-image: url(../img/bg1.gif) ; 
	font: 75%/150% ; 
	/* align ie5 center screen */
	text-align: center ;
}

/* ===== 3: レイアウト ===== */

#header, #main,  #footer {
	width: 650px ;
	margin: 0px auto ;
	border: solid 1px #FF9900 ;
/* recover from ie5 work around on the body*/
	text-align: left ;
	position: relative ;
} 
#header {
	background-color: #EBEFEF ;
	margin-top: 20px ;
}
#header h1{
	border-top: solid 10px #FF9900 ;
	border-bottom: solid 10px #FF9900 ;
}
#main {
	background-color: #FFFFFF;
	margin: auto;
}

#footer {
	background-color: #FF9900 ; 
	margin-bottom: 20px ;
}


/* ===== 4: リンク ===== */

a img { 
	border-style: none ;
}
a:link { 
	color: #3399CC ;
	text-decoration: none ;
}
a:visited { 
	color: #33CCCC ;
	text-decoration: none ;
}
a:hover { 
	color: #FF6600 ;	
	text-decoration: underline ;
}
a:active {
	color: #FF6600 ;	
	text-decoration: underline ;
}
#navi1 a:link, #navi2 a:link {
	color: #339999 ;
	text-decoration: underline ;
}
#navi1 a:visited, #navi2 a:visited {
	color: #336699 ;
	text-decoration: underline ;
}

/* ===== 4: おもな文字色　スタイル　===== */

#siteinfo {
	padding: 20px 40px ;
	color: #333333 ;
	line-height: 1.5em ;
	font-size: small ;
}
#main h3 {
	font-size: large ;
	font-weight: bold ;
	color: #FFFFFF ;
	background-color: #FF9900 ;	
	padding: 0.5em 1em ;
}
#indexlist {
	list-style-type: none ;
	line-height: 2em ;
	margin: 20px 10px ;
}
#indexlist h4 {
	font-weight: bold ;
	font-size: large ;
}
#indexlist span {
	font-size: small ;
	background-color: #FF9900 ;
	color: #FFFFFF ;
	padding: 0.3em 0.4em ;
	margin: 0.5em ;
}
#indexlist p {
	font-size: small ;
	font-weight: normal ;
	color: #666666 ; 
	padding: 0 0 1em 3em ;
	line-height: 1.2em ;
}
#side {
	font-size: small;
	line-height: 2em;
	margin: 10px;
	padding: 15px 30px;
	background-color: #FFFFCC;
}
#side img {
	float: right ;
	margin-left: 10px ;
}
#copyright {
	color: #FFFFFF ; 
	text-align: right ;
	font-size: x-small ;
}

#QAtitle {
	font-size: large ;
	font-weight: bold ;
	color: #996600 ;
	margin: 10px 20px ;
	padding: 5px ;
}
.Q {
	background-color: #FF9900 ;
	height: 100% ;
	padding: 10px 10px 10px 60px ;
	text-indent: -40px ;	
	color: #FFFFFF ;
	font-weight: bold ;
}
.Qimg {
	vertical-align: middle ;
	margin-right: 10px ;
}
.A {
	padding: 20px ;
	line-height: 1.5em ;
}
.Aimg {
	margin-right: 10px ;
	float: left ;
}
.illust {
	text-align: center ;
	margin: 1em 0 ;
}
#navi1 {
	text-align: right ;
	font-size: small ;
	margin: 10px 20px ;
}
#navi2 {
	text-align: center ;
	font-size: small ;
	line-height: 4em ;
	margin: -1em 0px ;
}
#navi2 a {
	margin: 0 2em ;
} 
/* ===== 全ページ共通のメニュー ===== */

