@charset "utf-8";

/*
Theme Name: aaf
Theme URI: http://asahi-artfes.net
Description: very simple theme for custom base
Version: 1.0
Author: Takahiko Nishimura
*/




/* footer Style
----------------------------------------------------------- 
@import url("/css/footer.css");


/* print
-----------------------------------------------------------
@import url("/css/print.css");


/* thickbox
-----------------------------------------------------------
@import url("/css/thickbox.css");

/* SlideShow
-----------------------------------------------------------
@import url("/css/jd.slideshow.css");*/


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	clear: both;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
	line-height: 1.7;
	text-align: justify;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
/*
	color: #4b4b4b;
	font-size: 72.5%;
	font-family: Helvetica, Arial, Geneva, sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	line-height: 1.5;
	text-align: center;
	background-color: #f8f8f8;
	background-image: url(../img/share/bg_body.gif);
*/
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

#contents{
    margin: 0 23px;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

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

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.clearfix {
	clear: both;
}



/*--- Layout  ---*/


#container {
/* 	width: 940px; */
/* 	height: 100%; */
	margin: 0 auto;
	text-align: left;
/* 	padding-left:10px; */
/* 	padding-right:10px; */
/* 	background-color: #FFFFFF; */
/* 	border-right: 2px solid #f0f0f0; */
/* 	border-left: 2px solid #f0f0f0; */
}



#main {
	display: block;
	width: 610px;
	min-height: 600px;
	float: left;
	margin-top: 20px;
}

#sub {
	display: block;
	width: 264px;
	float: left;
	margin-top: 20px;
}

.english #sub {
    display:none;
}

/*
#footer{
	clear: both;
	height: 80px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-top: 1px solid silver;
}
*/

/* @group header */
/*-- #header --*/

#header {
	height: 100px;
	margin-bottom: 10px;
}

#header h1 {
	height: 100px;
	width: 250px;
	display: block;
	background-image: url(./img/AAF_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	height: 100px;
	width: 250px;
	display: block;
}

#slideshow {
	height: 250px;
	width: 920px;
	display: block;background-color: silver;
	clear: both;
}



/*=== Global Navigation Module ===*/

ul#globalNavi {
	margin: 25px 0 5px; /* minus header bottom-padding */
	padding: 0;
	line-height: 1;
	background-color: white;

}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px;
	list-style-type: none;
	font-size: 12px;
	display: inline-block;
}

/*--------------------------------------
	1.Button
---------------------------------------*/

ul#globalNavi li a {
	padding: 0.6em 10px; /* Button Height */
	border: none;
	border-right: 1px solid #bebebe;
	display: block;
	position: relative; /* IE6 Bug Fix */
	color: gray;
	text-align: center;
	text-decoration: none;
	background-color: white;
}

/*--------------------------------------
	2. On mouse
---------------------------------------*/

ul#globalNavi li a:hover {
	color: #f36;
	background-color: white;
}

/*--------------------------------------
	3. Current 
---------------------------------------*/

ul#globalNavi li.current a:link,
ul#globalNavi li.current a:visited,
ul#globalNavi li.current a:hover {
	border-right: none;
	color: #000;
	background-color: #fff;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

ul#globalNavi {
	_height: 1px;
	min-height: 1px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/

ul#globalNavi {
	height: auto;
	overflow: hidden;
}
/* end */


/* @end */

/*--- 汎用class ---*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}





/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* Title */

#main h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 24px;
}

#main h2 a.rss {
	right: 28px;
	width: 83px;
	height: 17px;
	background: url(/images/btn_rss_feed.png) no-repeat 0 0;
	text-indent: 83px;
}
#main h2 a.rss:hover {
	text-indent: 0;
}


/*--- Entry ---*/
.post{
	position: relative;
	clear: both;
	width: 580px;
/* 	margin-left: 20px; */
	margin-bottom: 45px;
}

.post h3{
	font-size: 14px;
	margin-bottom: 20px;
}

.post p.date{
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

div.entry{
	font-size: 12px;
	line-height: 1.7;
	text-align: left;
	
}

div.entry img{
	padding-bottom: 20px;
}

.post div.asset-more-link{
	text-align: right;
}

.post div.asset-more-link a{
    font-weight:bolder;
    color:#00205F;
    background:url(../images/link_goto_detail.gif) no-repeat right 2px;
    padding-right:20px;
}

.post div.asset-more-link a img{
    vertical-align:middle;
    padding-bottom:1px;
}


table {
	font-size: 1.2em;
	border: 1px solid silver;
}

table td{
	background-color: #fff;
	padding: 5px;
}

table th{
	background-color: #f6f6f6;
	padding: 5px;
}


/*----------------------------------------------------
	#feature (Home メイン3画像リンク)
----------------------------------------------------*/


#feature{
	margin-top:20px;
	margin-bottom: 20px;
	}

#feature .box-300x100 {
	margin-right: 8px;
}

/*---AAF通信 ---*/
#AAF-Report{
	display: block;
	padding: 5px;
	min-height: 150px;
	margin-bottom: 10px;
	border-bottom: 1px dashed silver;
}

#AAF-Report h3{
	font-size: 1.3em;
	clear: none;
}

h4{
	font-size: 1.2em;
	margin-bottom: 8px;
	border-top: 2px solid #dfdfdf;
	border-bottom: 1px solid #eaeaea;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	font-style: normal;
	padding: 3px;
}


.aaf-report-thumb{
	width: 210px;
	height: 140px;
	float: left;
	display: block;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid silver;
}

.aaf-report-thumb:hover{
	border: 1px solid #ff0084;
}

#AAF-report:after{
	clear: both;
}

.readmore {
	margin-top: 0;
}

/* Caption */

.wp-caption {
	padding: 2px;
	display: inline-block;
	background-color: #efefef;
}

p.wp-caption-text {
	font-size: 10px;
	padding: 2px;
	margin: 2px;
}


/*---	#news list  ---*/
.newslist,.aaf-info {
	line-height:1.8;
	margin-bottom: 40px;
}

#AAF-info ul.first-child{
    margin-bottom:10px;
}

.newslist dt, .aaf-info dt {
	float: left;
	color: gray;
	font: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: 10px;

}

.newslist dl li, .aaf-info dl li, #linklist dl li{
	border-bottom: 1px dotted silver;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
}


#linklist dl li a{
	font-size: 16px;

}

#linklist dl h3{
	margin-top: 32px;
	font-size: 16px;
}

/*--- Page Navigation ---*/
.navigation{
	font-size: 0.9em;
	display: block;
	min-height: 2em;
	background-color: #f3f3f3;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 0.6em 1em 0.2em;
	margin-top: 5em;
}

.alignleft{
	float: left;
}
.alignright{
	float: right;
}

/*---Sidebar ---*/

#sidebar h4{
	font-size: 1.2em;
	margin-top: 2em;
	border-bottom: 1px solid silver;
}

#sidebar h5{
    font-size:12px;
}

#sidebar ul li{
	padding: 2px 0;
}

#sidebar ul li span.date{
	margin-right: 1em;
}

/* AAF2008 LIST */
.program-list{
	width: 180px;
	height: 125px;
	display: block;
	float: left;
	font-size: 0.8em;
	margin: 4px 2px;
}
.program-list a{
	width: 180px;
	height: 140px;
	display: block;	
	border: 1px solid #fff;
}

.program-list a:hover{
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
}


.program-ID{
	margin-top: -31px;
	margin-left: 5px;
	margin-bottom: 0;
}

.program-list-h31{
	width: 300px;
	height: 31px;
	font-size: 0.8em;
	margin: 4px 2px;
	clear: both;
}


.program-list-h31 img{
}

/* Footer */

#footer a{
    color:#00205F;
    text-decoration:none;
}

/*
#footer{
	background: url(/2008/img/AAF_Footer_Logo.png) no-repeat right bottom;
}
.copyright{
	margin-top: 30px;
	margin-left: 600px;
	}
*/

/*--プレスリリース--*/
.press img{
    border: 1px solid #cccccc;
}

a.addthis_button {
	position: absolute;
	top: 2px;
	right: 0;
	background: url(/images/btn_sharethis.png) no-repeat -1px 0;
}
a.addthis_button:hover, a.addthis_button_active {
	background: url(/images/btn_sharethis.png) no-repeat -1px -14px;
}