
@charset "utf-8";
/* CSS Document */

/* 国際児童画美術館　レイアウト用CSS 

日本語版用
----------------------------------------------------------------------- */
/* 2009年10月14日*/


/* 初期設定
----------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body,img,h1,h2,h3,a,ul,li,p,table,tr,th,td,hr,div {
	margin: 0px;
	padding: 0px;
}

ul,ui,ol,li {
	list-style: none;
}

img {
	border:none;
}

hr {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #C9D196;
}

a, a:link {
	color:  #666;
	text-decoration: none;
	}
	
a:hover {
	color:  #333;
	text-decoration: underline;
	}
	
.font-pink {
	color: #FF00FF;
}

.font-blur {
	color: #0000FF;
}	



body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: medium;
/*	background-color: #D7EBFF;*/
	background-color: #FEF;
	margin-bottom:30px;
	}


/* レイアウトの設定（共通項目）
----------------------------------------------------------------------- */

#wrapper-out{
/*	margin-right: auto;*/
		margin: auto;

	width: 820px;
	text-align: left;
	background-image: url(images/parts/body-background.png);
	background-repeat:repeat-y;
}


#wrapper {
	/*margin-top: 50px;*/
/*	margin-left: auto;*/
	width: 800px;
	margin-left: 10px;
	font-size: 0.88em;

}
/*もし画面が中央に表示できなかったら　#conteinerを追加する*/
/*#container {
	width: 800px;
	margin: auto;
	position: absolute;
	background-color: #DDF3FD;
	font-size: 0.88em;
}*/

#header-on {
	width: 800px;
/*	height: 20px;*/
	padding-top: 5px;
	text-align: right;
	background-color: #FFF;
}

#header-on a{
		padding:5px 20px 0 5px;
		font-size: 0.8em;
}

#header {
	width: 800px;
	height:80px;
	background-color: #FFFFFF;
	/*background-image: url(images/parts/logo/logo-backimage.png);*/
}

#header #toptitle{
	float: left;
	padding-left:10px;
}

#header ul li{
	float: right;
	margin: 35px 0 0 0;
}

#navigater {
	width: 800px;
/*	height: 70px;*/
	clear: both;
	background-color: #FFF;
}

#topic-path {
		padding-left: 15px;
		width: 785px;
		height: 30px;
		background-color: #FFF;
}

#topic-path p{
	line-height: 30px;
}


#content {
	float: left;/*IEバグ対策*/
	width: 800px;
	height: auto;
	background-color: #fff5ec;
}


#content #content-topic {
	width: 800px;
/*	height: 130px;*/
	float: left;
	background-color: #FFF;
	border-bottom: #C9D196 thin solid; 
}

#content #content-topic p img{
	float: left;
	padding: 0 20px 0 10px;
}


#content #content-topic p.topic {
	padding: 10px 0 0 260px;
	line-height: 25px;
}

#content #content-title {
	width: 800px;
	height: 56px;
	background-color: #00CCFF;
}

#content #content-title h3#thumb-title{
	padding-left:170px;
	font-size: 1.6em;
	font-weight: bold;
	color: #804040;
	line-height:56px;
}

/*p.ptop{
	padding-right: 20px;
	text-align:right;
}*/

/* プリント画面へ移動するボタンを表示させる */
a.moveprint{
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 15px;
}

p.ptop{
	float: right;
	padding-right: 20px;
}


#footer {
	width: 800px;
	height: 60px;
/*	margin-bottom: 20px;*/
	clear: both;/*IEバグ対策でcontentにfloatを記入しているのでclear bothを入れる必要あり*/
/*	background-image: url(images/parts/footer_bg-800x60.gif);*/
	background-image: url(images/parts/footer_bg2-800x60.png);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

#footer ul{
margin:0;
padding:15px;
list-style:none;
}

#footer ul li{
display:inline;
}

#footer li a{
color:#666;
}

#footer .copyright {
	font-size: 10px;
	text-align: center;
}	



