@charset "utf-8";

/*
	Site Name: 神奈川県立近代美術館
	Description: initial setting
	Version:1.0 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset
	2: body and base setting
	3: form setting
	4: CONTAINER
	5: HEADER
	6: FOOTER
	7: CONTENTS
	8: CLEARFIX
	9: ACCESSIBILITY
 10: h1 - h3
 11: BASIC PARTS
 12: ALTERNATE HTML
 13: COLUMN
 14: TABLE
 15: BOX
 16: EACH MODULE

==========================================================
*/


/*
==========================================================
	1: universal reset
==========================================================
*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

/*
==========================================================
	2: body and base setting
==========================================================
*/
body {
	background: #fff ;
	color:#444444; 
	font-size:.9em;
	line-height:1.4;
	font-family:/*'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',*/sans-serif;
	text-align:center;/* box centering */
}

/* general params
--------------------*/
h1, h2, h3,
div, p, pre, ul, ol,
address, form, blockquote {
	display: block;
	margin: 0px;
	padding: 0;/* margin&padding reset */
	font-size:100%;
	text-align: left;
}

table {margin : 0;empty-cells: show; font-size:100%;}
img {
	border: none;/* img do not want a border */
	vertical-align: text-bottom;
}
a {
	color:#35459c;
}

a:hover {
	color:#5665b6;
}
ul li { list-style: none; }/* link do not want a dot */
/*
==========================================================
	3: form setting
==========================================================
*//*メモ:FireFoxでのエラー回避*/
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
==========================================================
	4: CONTAINER
==========================================================
*/
#container {
	width:750px;
	margin:0 auto;
	text-align:left;
}
/*
/*
==========================================================
	5: HEADER
==========================================================
*/
#header{
	zoom:1;/*for IE 5.5-7*/
	border-bottom:solid 1px #9e9e9e ;
}

#header:after {/*for modern browser*/
	font-size:1%;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#siteid{
	float:left;
	height:90px;
}
#siteid img {
	width:149px;
	height:44px;
	margin:22px 0 24px 0;
}
/*
==========================================================
	6: FOOTER
==========================================================
*/
#footer{
	margin:10px 0 0 0;
	border-top:solid 1px #9e9e9e ;
	color:#828282;
	font-size:.8em;
}

#footer ul li{
	float:left;
	padding:10px 12px 10px 15px;
	background:url(../img/arrow_s.gif) no-repeat left center;
}
#footer a:visited{
	color: #5f5f5f;
	text-decoration:none;
}
#footer a:link{
	color: #5f5f5f;
	text-decoration:none;
}
#footer a:hover{
	color: #5f5f5f;
	text-decoration:underline;
}
#footer a:active{
	color: #5f5f5f;
	text-decoration:none;
}
address {
	margin-bottom:10px;
	font-style:normal;
	font-size:0.9em;
	text-align:right;
}
/*
==========================================================
	7: CONTENTS
==========================================================
*/

#contents { zoom:1;/*for IE 5.5-7*/}

#contents:after {/*for modern browser*/
	font-size:1%;
	content:".";
 	display: block;
	height:0px;
	background-color:#FF3300;
	clear:both;
	visibility:hidden;
}

#contents {
	display:inline-table;
	/*\*/display:block;/**/
}


/*
==========================================================
	8: CLEARFIX
==========================================================
*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	font-size:1%;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	display: inline-table;
	/*\*/display: block;/**/
}

/*
==========================================================
	9: ACCESSIBILITY
==========================================================
*/
.navihidden {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
	width:0;
	height:0;
	margin:0;
	padding:0;
	border-style:none;
	font-size:.1em;
}
.navihidden a{
	color:#ffffff;
}

p.texthidden { display:none;}
/*
==========================================================
	10: h1 - h3
==========================================================
*/
#main h1 {
	margin: 20px 0 0 0;
}
		
#main h2 {
	font-size: 1em;
	background:url(../img/h2.gif) no-repeat left center;
 	margin: 20px 0 0 0;
	padding: 0 20px;
	color: #343434;
}

#main h3 {
	font-size: .9em;
	background:#f0f0f0;
	margin: 15px 0 0 0;
	padding: 4px 20px;
	color: #343434;
}

/*
==========================================================
	11: BASIC PARTS
==========================================================
*/
#contents p { margin:10px 0 0 0;}

#contents em,
#contents strong { font-weight:600;}

#contents ul { 
	margin: 10px 0 0 1.2em;
}
#contents #main ul li{ 
	list-style-position:outside;
	list-style-type:disc;
}
#contents ol { margin: 10px 0 0 2.5em;}


/*
==========================================================
	12: ALTERNATE HTML
==========================================================
*/
#contents .alignLeft { text-align:left;}
#contents .alignRight { text-align:right;}
#contents .alignCenter { text-align:center;}

#contents .textSmall { font-size:xx-small;}

#contents .notice { color:#CC0000;}

#contents .vTop { vertical-align:top;}
#contents .vMiddle { vertical-align:middle;}
#contents .vBottom { vertical-align:bottom;}

#contents .border {
	border-bottom:dotted #cccccc 1px;
	width:100%;
	margin-top:14px;
	margin-bottom:14px;
	} 

/*
==========================================================
	13: COLUMN
==========================================================
*/
#contents .column2 {
	zoom:1;/*for IE 5.5-7*/
}

#contents .column2:after {/*for modern browser*/
	font-size:1%;
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .col1,
#contents .col2{
	float:left;
}

#contents .column2 .col1 {
	width:300px;
	margin-right:20px;
}

#contents .column2 .col1 img{
	margin-top:10px;
}

#contents .column2 .col2 {
	width:430px;
}

/*
==========================================================
	14: TABLE
==========================================================
*/
#contents table {
	width:100%;
	margin: 10px 0;
	border-collapse:collapse;
	border-spacing: 0;
	line-height:130%;
	text-align:left;
}

#contents table td,
#contents table th {
	padding: 7px 10px;
	border-right: solid 1px #ffffff;
}

#contents table.row th,
#contents table.row td {
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background:#ffffff;
 }
 
#contents table.row .section p,
#contents table.row .section img {
	margin:0;
 }
/*
==========================================================
	15: BOX
==========================================================
*/
#contents .boxNobg {
	width:100%;
	margin:20px 0;
	border:1px solid #CCCCCC;
}

#contents .boxNobg .inner{
	margin:10px;
}

/*
==========================================================
	16: EACH MODULE
==========================================================
*/

.address {
	margin-top:20px;
	background:#efefef;
	padding:20px;
}

.pagetop{
	text-align: right;
	padding: 1em;
	font-size:.8em;
}

form {
	margin-top:20px;
	text-align:center;
}
form input {
	text-align:center;
	font-size:.8em;
	padding:2px 7px;
}

.font8 {
	font-size:.8em;
}

.caption {
	padding-bottom:10px;
	font-size:.8em;
}

.btn {
	margin-left:10px;
	padding:6px 35px 6px 10px;
	border:solid 1px #9e9e9e;
	text-decoration:none;
	background:url(../img/btn_arrow.gif) no-repeat right center;
}