@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: 230px;
	float: left;
	padding: 20px 0 0 0;
}
#sub .widget-item-header {
	visibility: hidden;
}
#widget-search {
	margin: 10px 0 0 0;
	min-height: 37px;
	height: 37px;
}

.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;
	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;
	width: 572px;
	height: auto !important;
	min-height: 31px;
	height: 31px;
	padding: 16px 0 0 8px;
	border-bottom: 1px solid #071762;
	background: #f2fbfb;
	font-size: 24px;
	line-height: 30px;
}
#main h2 a.rss {
	right: 8px;
	top: 25px;
	width: 90px;
	height: 17px;
	background: url(/images/btn_rss_feed_news.png) no-repeat 3px 0;
	text-indent: 90px;
}
#main h2 a.rss:hover {
	text-indent: 0;
}
#main h2 a.rss img {
	vertical-align: top;
}

#category-header {
	width: 580px;
	margin: 0 0 29px 0;
}
#category-header p {
	padding: 15px 0 0 0;
	color: #071762;
	font-size: 14px;
	line-height: 24px;
}
/*--- Entry ---*/
.post {
	overflow: hidden;
	position: relative;
	width: 580px;
	margin: 0 0 28px 0;
	padding: 4px 0 0 0;
}
#tabs .post {
	cursor: pointer;
}

.post h3 {
	clear: right;
	color: #071762;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
}
.post h3 small {
	font-size: 16px;
	line-height: 26px;
}
.ui-state-active h3,
.ui-state-active .asset-more-link a {
	text-decoration: underline;
}
.post .date {
	overflow: visible;
	position: relative;
	width: 100%;
	height: auto !important;
	min-height: 10px;
	height: 10px;
	margin: 0 0 3px 0;
	padding: 6px 0 3px 0;
	color: #071762;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	text-indent: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid silver;
}
.post .date span {
	overflow: hidden;
/*	display: inline-block;
	vertical-align: bottom;*/
	display: block;
	float: left;
	width: 60px;
	height: 17px;
	margin: -6px 12px 0 0;
	background: url(/images/news-categories.png);
	background-position: 0 0;
	text-indent: -999px;
}
.post .date .cat-announce {
	background-position: 0 0;
}
.post .date .cat-report,
.post .date .cat-report-program {
	background-position: 0 -17px;
}
.post .date .cat-colum {
	background-position: 0 -34px;
}
.post .date .cat-message,
.post .date .cat-colum-message,
.post .date .cat-message-colum {
	background-position: 0 -51px;
}
.post-with-pic {
	position: relative;
	width: 370px;
	padding: 0 0 0 210px;
	height: auto !important;
	min-height: 190px;
	height: 190px;
}
.post .thumbnail {
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 188px;
	margin: 0;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center center;
}
.post .thumbnail .thumbnail-wrapper {
	display: block;
	width: 180px;
	height: 180px;
	border: 4px solid #fff;
}
.post .entry {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}
.post .entry .indent {
	padding: 16px 30px 0 30px;
	text-align: justify;
	line-height: 1.8;
}
.post .entry .profile {
	font-size:12px;
	line-height:20px;
}
div.entry {
	font-size: 12px;
	line-height: 1.7;
	text-align: left;	
}
#tab-pager {
	overflow: hidden;
	width: 580px;
	margin: 50px 0 0 0;
	padding: 14px 0 50px 0;
	border-top: 1px solid #071762;
}
#tab-pager a {
	cursor: pointer;
	color: #071762;
	font-size: 12px;
	line-height: 12px;
}
#tab-pager #tab-pager-prev {
	float: left;
	width: 200px;
}
#tab-pager #tab-pager-prev a {
	cursor: pointer;
	display: block;
	margin: 0 0 50px 0;
	padding: 0 0 0 12px;
	background: url(../images/bg-tab-pager-prev.png) no-repeat 0 2px;
}
#tab-pager #tab-pager-next {
	float: right;
	width: 200px;
	text-align: right;
}
#tab-pager #tab-pager-next a {
	cursor: pointer;
	display: block;
	padding: 0 12px 0 0;
	background: url(../images/bg-tab-pager-next.png) no-repeat 100% 2px;
}
div.entry img{
	padding-bottom: 20px;
}

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

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

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

.post .sharetools {
	clear: left;
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 0 -40px 0;
}


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 span.date{
	margin-right: 1em;
}

#sidebarMenu {
	border-top: 1px solid #071762;
}
#sidebarMenu li a {
	display: block;
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #071762;
	background: #fff;
	color: #1f2f80;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
}
#sidebarMenu li a.ui-state-active,
#sidebarMenu li a:hover {
	background: #93cff2;
}

#yearly-archive h3 {
	overflow: hidden;
	margin: 40px 0 0 0;
	width: 100%;
	height: 30px;
	margin: 0 0 9px 0;
	background: url(/images/bg-news-archive.png) no-repeat 0 0;
	text-indent: -999px;
}
#yearly-archive li {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}
#yearly-archive li a {
	display: block;
	width: 100%;
	height: auto !important;
	min-height: 14px;
	height: 14px;
	margin: 0;
	padding: 6px 0;
	background: #fff;
	color: #071762;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-indent: 12px;
}
#yearly-archive li a:hover,
#yearly-archive .ui-state-active a {
	background: #93cff2;
	text-decoration: none;
}

/* 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{
}

#social_bar {
	width: 230px;
	margin: 21px 0 0 0;
}
#social_bar .widget-item .widget-item-header {
	display: none;
}
#social_bar .widget-item {
	margin: 0 0 20px 0;
}
#social_bar .widget-item .widget-item-content {
	margin: 0;
	padding: 0;
}

#twitter_div{
	margin-bottom:34px;
}

#twitter_div div{
	margin-bottom:5px;
	background:#e4fafa;
	padding:1px 3px 3px;
	width:222px;
}

#twitter_div .tweet{
	overflow: hidden;
	margin-bottom: 0;
	width: 222px !important;
	word-wrap: break-word;
}

#twitter_div .tweet a{
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	color: #306ce5;
	word-wrap: break-word;
}

#twitter_div .tweet a:hover{
	text-decoration:underline;
}

#twitter_div .tweet a.thumnail{
	display:block;
	float:left;
	width:38px;
}

#twitter_div .tweet a.thumnail:hover{
	text-decoration:none;
}

#twitter_div .tweet a.thumnail img{
	width:32px;
	padding-top:5px;
}

#twitter_div .info {
	clear:both;
	font-size:10px;
	color:#666;
	margin-bottom:0;
}

#twitter_div .info a{
	font-size:10px;
	color:#666;
	padding-right:0.5em;
}

#twitter_div p span{
	font-size:10px;
	color:#8fccea;
}


/* 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;
}
