/*
Theme Name: ANJ CSS
Theme URI: http://anj.or.jp
Description: bace style
Author: ANJ
*/

body	{
	margin: 0px;
	padding: 0px;
	font: 1em/1.3em "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
	}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
.english {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
font-size: 16px;
}
h3 {
	font-size: 14px;
}
.h2bar {
	background: #84B3CB url(images/h2_mark.gif) repeat-x;
	color: #FFFFFF;
	line-height: 1.7em;
	padding-left: 20px;
	height: 30px;
	font-size: 17px;
	margin: 0px 0px 10px;
}
dt {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
dd {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
ul {
    padding: 0;
    margin: 0;
   }
li {
	margin: 0;
	padding: 0;
	list-style: none inside;
    }
a	{
	color: #00a0c6;
	}
a:hover {
	color: #FF597A;
}

form {
	margin: 0px;
	padding: 0px;
}
	
.padding_10 {
	padding: 10px;
}
	
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear	{
	clear: both;
	margin: 0;
	}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.separate_line {
	border-bottom: 1px solid #666666;
	display: block;
	background: center;
	height: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.list_squea {
	list-style: square inside;
	display: list-item;
}
.u_strong {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

/* ++++++ ヘッダー ++++++ */

#header h1	{
	margin: 0;
	}
	
#header {
	position: relative;
	background: #FFFFFF;
	margin-bottom: 10px;
}

#header h1 img	{
	border: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	}

#header ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	float: right;
	background: #84b3cb;
	}
	
#headnav  {
	height: auto;
	background: #84b3cb repeat-x bottom;
	overflow: hidden;
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: #CCCCCC;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

#header li	{
	text-align: center;
	float: left;
	line-height: 2em;
	border-left: 1px dotted #FFFFFF;
	}

#header li a	{
	display: block;
	width: 100px;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	}

#header li a:hover	{
	background: #E9F5EC;
	color: #333333;
	}
	
#header .lang {
	position: absolute;
	right: 20px;
	bottom: 50px;
	top: 20px;
	margin-top: 5px;
	margin-right: 15px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
#header .subtitle {
	position: absolute;
	right: 220px;
	bottom: 50px;
	top: 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 15px 0px 0px;
	padding: 0px;
	font-style: normal;
}

#header .lang a {
	text-decoration: none;
}

/* ++++++ パンくず ++++++ */

#bread	{
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	background: #ffffff;
	}

/* ++++++ コンテンツ ++++++ */

#top {
	height: 130px;
	width: 800px;
	background: url(images/TOP-ANJ.jpg);
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-left: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
}
#top2 {
	height: 120px;
	width: 800px;
	background: url(images/TOP-ANJ2.jpg) no-repeat;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-top-color: #CCCCCC;
	margin: 0px auto;
	padding: 0px;
}

#top2 p {
	font-size: 12px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 130px;
	padding-top: 35px;
}

#main	{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #CCCCCC;
	}
#main #sidebar {
	float: right;
	margin-bottom: 10px;
}
#main #sidebar2 {
	float: right;
}

#main h2 {
	background: #84B3CB url(images/h2_mark.gif) repeat-x;
	color: #FFFFFF;
	line-height: 1.7em;
	padding-left: 20px;
	height: 30px;
	font-size: 17px;
	margin: 0px 0px 10px;
}	

#main h3 {
	background: url(images/h3_mark.gif) no-repeat;
	padding-left: 20px;
	line-height: 1.1em;
}

#contents {
	background: #fafafa;
}

#post01	{
	padding: 0 10px 10px;
	font-size: 12px;

	}
#post02	{
	padding-left: 10px;
	width: 460px;
	float: left;
	font-size: 12px;
	}
#post03	{
	width: 570px;
	float: left;
	font-size: 12px;
	background: #FAFAFA;
	}	
	
#post04	{
	width: 570px;
	float: left;
	font-size: 12px;
	background: #FAFAFA;
	}

#primary {
	border-top: #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	margin: 10px 0px;
	padding: 0px;
	background: #F6F6F6;
}


#secondary {
	list-style: none;
	width: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 300px;
}
#box2 {
	width: 180px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#box1 {
	width: 180px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#formbox {
	padding: 5px;
	margin-bottom: 0px;
	height: 50px;
	text-align: right;
	border-top: 1px #CCCCCC;
}



/* ++++++ NEWS ++++++ */


#topnews	{
	font-size: 12px;
	text-decoration: none;
	float: left;
	width: 400px;
	background: #FFFFFF url(images/news_buck.jpg) repeat-y right;
	border-width: 0px;
	}
#topnews .newsbox {
	display: block;
	margin: 0px 0px 5px;
	padding: 5px 5px 5px 10px;
	border: 1px none #CCCCCC;
	font-size: 11px;
}


#topnews ul	{
	padding: 0;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	list-style: outside;
	}
#topnews li {
	color: #333333;
	list-style: disc inside;
}

#monthmain	{
	padding: 10px;
	margin-top: 10px;
	background: #FAFAFA;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
#topnews p {
	display: block;
	margin: 0px;
	padding: 5px;
}



#monthsidebar	{
	width: 170px;
	float: right;
	font-size: 0.75em;
	}

#monthcontent	{
	width: 570px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background: #fafafa;
	padding: 10px;
	}

#monthmain .clear	{
	}


#monthsidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#monthsidebar li strong	{
	display: block;
	padding: 10px 20px;
	}

#monthsidebar li li	{
	padding: 5px 5px 5px 20px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#monthsidebar li li a	{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
	}

#monthsidebar li li a:hover	{
	color: red;
	}


#monthcontent #bread	{
	margin-top: 10px;
	text-align: right;

	}

#monthcontent #date	{
	color: #006699;
	font: bold 0.75em Verdana, Helvetica, sans-serif;
	}

#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}


#monthpost	{
	padding-bottom: 10px;
	}

#monthpost h2	{
	color: #006699;
	font-size: 1.2em;
	padding: 6px 10px;
	background: no-repeat;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px #CCCCCC;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0 10px;
	}


#monthlist h2	{
	margin: 30px 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
	font-size: 0.875em;
	}


#monthlist h2 a	{
	text-decoration: none;
	color: #003366;
	}

#monthlist h2 span	{
	color: #888888;
	font-size: smaller;
	font-family: Verdana, Helvetica, sans-serif;
	}

#monthlist h2 a:hover	{
	color: #00a0c6;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 140%;
	}

/* ++++++ エントリーページ ++++++ */

#history {
	width: 540px;
	margin: 0px 5px 0px 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#res_artist2 {
	width: 110px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	float: left;
	font-size: 11px;
}
#history_img {
	float: right;
	margin-top: 0px;
	width: 150px;
	margin-right: 20px;
}

#history h4 {
	font-size: 14px;
	text-align: center;
	color: #666666;
	border-top: #666666;
	border-right: #666666;
	border-bottom: 1px solid #666666;
	border-left: #666666;
	margin-top: 20px;
	width: 70px;
}
#history dd {
	border-bottom: 1px dotted #999999;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 40px;
}
#history dt {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


#history_img img {
	float: left;
	display: inline;
	margin-bottom: 10px;
	border: 1px solid #999999;
}



#res_artist2 img {
	margin-bottom: 10px;
	border: 1px solid #666666;
}

/* ++++++ サイドバー ++++++ */

.cattitle {
	font-weight: bold;
	color: #417B9A;
	margin: 0px;
	text-indent: 1em;
	padding: 2px 0px;
	width: 175px;
	border-bottom: 1px solid #CCCCCC;
}



#sidebar	{
	width: 180px;
	list-style: none;
	font-size: 12px;
	border: 1px solid #981A1E;
	float: right;
	margin: 0px;
	padding: 0px;
	}


#sidebar a {
	padding-left: 25px;
	text-decoration: none;
	display: block;
	height: 30px;
	border: 1px none #CCCCCC;
	margin: 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}
#sidebar2	{
	width: 180px;
	float: right;
	list-style: none;
	font-size: 12px;
	border: 1px solid #9CBA00;
	margin: 0px;
	padding: 0px;
	}

#sidebar2 a {
	padding-left: 25px;
	text-decoration: none;
	display: block;
	height: 30px;
	border: 1px none #CCCCCC;
	margin: 0px;
}

#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}
#sidebar2 li {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}


	
#projects_a {
	list-style: none;
	text-decoration: none;

}
#projects_a a {
	display: block;
	text-decoration: none;
	background: #FFFFFF url(images/yajirusi.gif) no-repeat 0.1em 0.3em;
	line-height: 2.3em;
	border-bottom: 1px dotted #CCCCCC;
}

#projects_a a:hover {
	color: #666666;
	display: block;
	background: #FFFFFF url(images/yajirusi_highlight_a.gif) no-repeat 0.1em 0.4em;
	line-height: 2.3em;
}

#projects_b {
	list-style: none;
	text-decoration: none;
}

#projects_b a {
	display: block;
	text-decoration: none;
	background: #FFFFFF url(images/yajirusi.gif) no-repeat 0.1em 0.3em;
	line-height: 2.3em;
	border-bottom: 1px dotted #CCCCCC;
}
#projects_b a:hover {
	color: #666666;
	background: #FFFFFF url(images/yajirusi_highlight_b.gif) no-repeat 0.1em 0.4em;
	line-height: 2.3em;
}
#projects_c {
	text-decoration: none;
}

#projects_c a {
	display: block;
	text-decoration: none;
	background: #FFFFFF url(images/yajirusi.gif) no-repeat 0.1em 0.3em;
	line-height: 2.3em;
	border-bottom: 1px dotted #CCCCCC;
}

#projects_c a:hover {
	color: #666666;
	background: #FFFFFF url(images/yajirusi_highlight.gif) no-repeat 0.1em 0.4em;
	line-height: 2.3em;
}

#projects_c br {
	margin: 0px;
	padding: 0px;
	display: none;
}

/* ++++++ フッター ++++++ */

#footer	{
	padding: 5px 10px 5px 5px;
	background: #FFFFFF;
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	}
	
	#footer address	{
	color: #333333;
	font-style: normal;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	}
