/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* Don't Edit */
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*======================================

	1-2. Font size setting
	
=======================================*/
 
img, div, input { behavior: url("artset/iepngfix.htc") }

#content {
	position: relative;
	z-index: 1;
}

#flash {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0%;
	right: 0%;
}

*html #flash {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
}

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","Aperto", "Verdana","Arial", "Helvetica", "sans-serif";
	color: #333333;
	overflow-x:hidden;
	height:100%;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	}

a:visited {
	color: #CC0033;
	text-decoration: none;
	}

a:active {
	color: #990000;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
h1 {
	text-align: left;
	border-left: 5px #6C3F85 solid;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	color: #6C3F85;
	font-size: 120%;
	font-weight: bold;
	}
	
ol,
ul,
li {
	margin: 0px 0px 0px 15px;
	padding: 3px;
	line-height: 18px;
	}
	
dl {
	font-size: 10px;
	padding: 10px;
	margin: 0px 10px 10px 5px;
	}
	
dt {
	width: 110px;
	padding: 2px 0px;
	float: left;
	}
	
dd {
	padding: 2px 0px;
	}

.hidden {
	display: none;
}

.line {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	height: 1px;
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	}
	
#header {
	background: url(../image/header.jpg);
	width: 900px;
	height: 66px;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
	}

#title01 {
	background: url(../image/title.png);
	width: 614px;
	height: 103px;
	background-repeat: no-repeat;
	margin: 0px auto;
	}
	
#contents_right {
	margin: 15px 0px 0px 15px;
	float: left;
	width: 500px;
	height: 560px;
	background: url(../image/artset.png) no-repeat;
	}
	
#width_900 {
	width: 900px;
	margin: 0px auto;
	}
	
#contents_single {
	margin: 10px;
	padding: 15px;
	float: left;
	width: 850px;
	background: url(../image/w_bg.png) repeat;
	}

#contents_single p{
	font-size: 95%;
	line-height: 150%;
	text-align: left;
	}
	
#contents_left {
	width: 350px;
	float: left;
	margin: 0px 10px;
	}

#gray_box {
	margin: 15px 0px;
	padding: 10px;
	background: #ccc;
	border: 1px #666666 solid;
	}
	
#gray_box p{
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	}

#perple_box {
	margin: 15px 0px;
	padding: 10px;
	background: #d3bfdf;
	border: 1px #9972b0 solid;
	}
	
h2 {
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #6C3F85;
	font-size: 120%;
	font-weight: bold;
	}
	
h3 {
	margin: 30px 0px 10px 0px;
	text-align: left;
	color: #6C3F85;
	font-size: 100%;
	font-weight: bold;
	}
	
.font1 {
	size: 16px;
	color: #663399;
	font-weight: bold;
	}
	
.font2 {
	size: 10px;
	font-weight: bold;
	}
	
#perple_box p{
	font-size: 80%;
	line-height: 140%;
	text-align: left;
	}
	
.clear {
	clear: both;
	}

.margin-5 {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-10 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-20 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.margin-30 {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	

/* footer */

#footer {
	margin-top: 10px;
	}

#footer_bg {
	background: url(../image/footer_bg.gif);
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000;
	}
	
#footer_contents {
	background: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	color: #CCCCCC;
	text-align: left;
	width: 900px;
	height: auto;
	margin: 0px auto;
	padding: 15px 0px 10px 0px;
	}
	
#footer_contents h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px ;
	font-size: 85%;
	color: #cccccc;
}

#footer_contents p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px ;
	font-size: 70%;
	text-align: left;
	color: #cccccc;
}

#footer img {
	margin: 7px 3px 0px 0px;
	padding: 0px;
	}
