a:link { color: #009900; }
a:visited { color: #009900; }
a:active { color: #009900; }
a:hover { color: #BBBBBB; }
a {text-decoration: none;}


/* layout */

body
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	letter-spacing: 0.02em;
         margin-left: 50px;
	margin-top: 0px;
	background: #F3F3F3;
         background-image: url(img/background.gif);
	background-repeat: repeat-y;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0px solid #CCCCCC;
	background: #FFFFFF;
}



/* default to artistic/calendar/timeline layout */

#container
{
	width: auto;
}



/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 798px;
	}

	.layout-two-column-right #alpha
	{		
			display: block;
			float: none;
			width: auto;
			margin-right: 0px;		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0px solid #CCCCCC;
		padding: 14px 14px 14px 14px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		         width: 150px;
			display: block;
			position: absolute;
			float: none;
			top: 100;
                            left: 690px;
		
	}

.layout-two-column-right #beta_submenu
	{
		         width: 300px;
			display: block;
			position: absolute;
			float: none;
                            left: 500px;
		
	}

.layout-two-column-right #beta_menu
	{
			display: block;
			position: absolute;
			float: none;
			top: 45px;
		
	}
	
.layout-two-column-right #beta-inner
	{
		padding: 4px 14px 14px 14px;
		background: #FFFFFF;
	}

.layout-two-column-right #beta_foot
	{
                            font-size: 10px;
                            width: 798px;
			display: block;
			position: absolute;
			float: none;
                            background: #323232;
		
	}




/* text */

#menu
{
	font-size: 10px;
}

/*各テンプレート内の文字に適用するスタイル*/
#menu_s
{
         line-height: 1.5em;
         font-size: 12px;
}

/*お知らせ書評タイトル*/
#title
{
     font-size: 120%;
     font-weight: bolder;
     color: #009900;
}

/*hr区切りスタイル指定*/
#menu_s hr {
height: 3px;
background-color: #dddddd;
border: none;
color: #dddddd;
}

/*見出しスタイル指定*/

#menu_s h1 {
margin: 10px;
color: #808080;
}

#menu_s h2 {
margin: 10px;
font-weight: bolder;
font-size: 1.2em;
color: #808080;
}

/*段落内スタイル指定*/
#menu_s p { 
 line-height: 1.5em;
 font-size: 12px;
padding-bottom: 10px;
margin-bottom: 8px;

 }

/*フッタ文字スタイル指定*/
#txt
{
	font-size: 10px;
}

#txt_foot
{

        font-size: 10px;
        color: #FFFFFF;
        text-decoration: none;
		
}

.txt_foot a
	{
		text-decoration: none;
	}

	.txt_foot a:link { color: #FFFFFF; }
	.txt_foot a:visited { color: #FFFFFF; }
	.txt_foot a:active { color: #FFFFFF; }
	.txt_foot a:hover { color: #BBBBBB; }

#title_post
{

	font-size: 12px;
         color: #0C206E;
         background: #EEEEEE;
		
}


/*書評内スタイル指定*/

#osusumebox
	{
		         width: 305px;
                         background: #eeeeee;
		
	}

/*検索はこちら内スタイル指定*/

#kensakubox
	{ width: 305px;
border: solid #666666;}

#kensakubox li { list-style-type: none;
border-bottom: solid 1px #666666;
padding-bottom: 8px;
margin-bottom: 8px;
line-height: 1.2;
}

#kensakubox ul { margin: 0;
padding: 0;
border-top: solid 1px #666666;
padding-top: 8px;
 } 


/*学外の方へ内スタイル指定*/
#kensakubox2
	{
                   
                      width: 305px;
                      background: #C4E0CE;
		
	}

