@charset "UTF-8";

/* -----基本となるスタイルシートです----- */

#seo {
	height: 20px;
	background-color: #75BF31;
}
.keyword {
	font-size: 12px;
	font-weight: normal;
	width: 780px;
	color: #FFFFFF;
         margin-left: 110px;
}


/* ---------- Link ---------- */

a {
	color:#003399;
	text-decoration:none;
	background-color:inherit;
	}

a:hover {
	color:#FF9900;
	text-decoration:underline;
	background-color:inherit;
	}

img {
	border:none;
	}


/* ---------- Link end ---------- */

/* ---------- text ---------- */

p,table,tr,td,ul,li
	{
	color:#666;
	text-align:left;
	line-height:140%;
	font-size:12px;
	letter-spacing:0.08em;
 	margin:0 ;
	}

h1
	{
 	margin:0 ;
	font-size:12px ;
	color: #fff ;
	padding:15px 20px 0 20px;
	}


h1 a {
	color:#fff;
	text-decoration:none;
	background-color:inherit;
	}

h1 a:hover {
	color:#FF9900;
	text-decoration:none;
	background-color:inherit;
	}


/* ---------- text end ---------- */

/* ---------- clear ---------- */

.clear
	{
	clear:both;
	height:0;
	}

/* ---------- clear end ---------- */



/* ---------- header ---------- */

#header h2
	{
 	margin:0 ;
 	text-align:left;
	font-size:23px ;
	font-weight:bold;
	color: #ffffff ;
	padding:40px 30px 0 35px;
	}

#header h2 a {
	color:#fff;
	text-decoration:none;
	background-color:inherit;
	}

#header h2 a:hover {
	color:#FF9900;
	text-decoration:none;
	background-color:inherit;
	}

#header h3
	{
 	margin:0 ;
	font-size:13px ;
 	text-align:left;
	font-weight:bold;
	color: #ffffff ;
	padding:5px 20px 0 400px;
	}

/* ---------- header_end ---------- */

/* ---------- Page_header ---------- */

#page-header
	{
	background-image:url(images/page_header.jpg) ;
	background-repeat:no-repeat;
	background-position:center top;
	height:30px;
	}

#page-header h2
	{
 	margin:0 ;
 	text-align:left;
	font-size:23px ;
	font-weight:bold;
	color: #ffffff ;
	padding:40px 30px 0 35px;
	}

#page-header h2 a {
	color:#fff;
	text-decoration:none;
	background-color:inherit;
	}

#page-header h2 a:hover {
	color:#FF9900;
	text-decoration:none;
	background-color:inherit;
	}

#page-header h3
	{
 	margin:0 ;
	font-size:13px ;
 	text-align:left;
	font-weight:bold;
	color: #ffffff ;
	padding:5px 20px 0 400px;
	}

/* ---------- Page_header_end ---------- */

/* ---------- navi ---------- */

#navi
	{
	color:#666;
	font-size:10px;
	text-align:left;
	padding:0 30px;
	margin-bottom:10px;
	}

#navi a {
 	color: #003399;
	text-decoration:none;
	background-color:inherit;
	}

#navi a:hover {
	color:#FE8B8B;
	text-decoration:underline;
	background-color:inherit;
	}

/* ---------- navi_end ---------- */

/* ---------- content ---------- */


#content
	{
	margin:15px auto;
	width:760px;
	}

#article
	{
	float: left;
	text-align: left;
	width:530px;
	margin-right:25px;
        background-color:#FFFFFF;
        padding:10px;
        border:1px;
        border-style:solid;
        border-color:#79B33A;
	}

#present
	{
	clear:both;
	border: 1px solid #FF9900 ;
	text-align:center;
	width:100%;
	height:330px;
	margin: 0 0 30px 0;
	background-color:#FFFFFF;
	}
#present1
	{
	clear:both;
	border: 1px solid #FF9900 ;
	
	width:100%;
	margin: 0 0 30px 0;
	background-color:#FFFFFF;
	}

#present a:hover
	{
	position: relative;
	top: 3px;
	left: 3px;
	}

.report
	{
	float:left;
	text-align: center;
	width:250px;
	padding:10px 5px;
	}

.button
	{
	float:left;
	width:250px;
        font-size:13px;
	padding:10px 5px;
	}	

.button img
	{
        text-align: center;
	}

.new-article
	{
	clear:both;
	}

.new-article h2
	{
	margin: 30px 0 0 0;
 	padding: 0 0.4em;
	border-left: 10px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	color:#333;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	vertical-align:middle;
	}

.new-article ul
	{
	margin: 10px 0 30px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
     }


.new-article li
	{
	padding:3px;
	font-size:12px;
	}


.list
	{
 	margin-bottom: 30px;
 	padding: 0 0.4em;
	border: 1px solid #aaa;
	padding:15px;
	font-size:12px;
	color:#666666;
	line-height:140%;
	text-align: center;
	}

.list h3
	{
	font-size:14px;
	font-weight: bold;
	padding-bottom:15px;
	color:#FF0000;
	text-align: center;
	}


.list table
	{
 	margin-top: 10px;
	text-align: center;
	vertical-align:middle;
	}

/* ---------- main ---------- */


.main h2
	{
 	margin: 0 0 10px 0;
 	padding: 0 0.4em;
	border-left: 10px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}

.main h2 a
	{
	color: #003399;
	text-decoration: none;
	background-color: transparent;
	}

.main h2 a:hover, a:active
	{
	color: #FF9900;
	background-color: transparent;
	}

.main p
	{
	text-align: left;
	color:#666;
	font-size:12px;
	padding:5px;
	}

.date
	{
	text-align:right;
	color:#666;
	font-size:10px;
	padding:5px;
	}

.to-be-continue
	{
	text-align:right;
	font-size:10px;
	padding:15px 0;
	}

.to-be-continue-single
	{
	color:#666;
	text-align:right;
	font-size:10px;
	padding-bottom:10px;
	}

.postmetadata p {
	padding-top: 20px;
	padding-bottom: 0px;
	color:#666;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	}


/* ---------- main_end ---------- */

/* ---------- single_main ---------- */

.single-main
	{
	margin:20px auto;
	text-align: left;
	width:650px;
	}

.single-main h2
	{
 	margin: 30px 0;
 	padding: 0 0.4em;
	color:#FF0000;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
        font-weight: bold;
	}

.single-main p
	{
	text-align: left;
	color:#666;
	font-size:14px;
	padding:5px;
	}

/* ---------- Comments start ---------- */

.comments
	{
	margin-bottom:20px;
	}

#comments h2
	{
 	margin: 20px 0;
 	padding: 0 0.4em;
	border-left: 10px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}

#postcomment h2
	{
 	margin: 20px 0;
 	padding: 0 0.4em;
	border-left: 10px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


.alt {
	margin: 0;
	padding: 10px;
	}

#commentlist {
	padding: 0;
/*	text-align: justify; */
	}

#commentlist li {
	margin: 15px 0 3px 25px;
	padding: 5px 10px 3px;
	list-style-type: decimal;
	border: 1px solid #aaa;
	}

#commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment meta {
	margin: 0;
	display: block;
	}

/* ---------- Comments end ---------- */


/* ---------- single_main_end ---------- */


/* ---------- category ---------- */

.cat h2
	{
 	margin: 15px 0px;
 	padding: 0 0.4em;
	border-left: 10px solid #FF9900;
	border-bottom: 2px solid #FF9900;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	}

.cat h2 a
    {
	color: #003399;
	margin: 0px;
	}

.cat h2 a:hover
	{
	color:#FE8B8B;
	text-decoration:underline;
	}

.cat p
	{
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	}

.postmetadata
     {
	padding-bottom: 10px;
	font-size: 10px;
	text-align: right;
	text-decoration: none;
	}

/* ---------- category_end ---------- */


/* ---------- rightside ---------- */

#right
	{
	float: right;
	color:#666;	
	text-align: left;
	width: 178px;
	background-color:#FFFFFF;
	padding:10px;
	border:1px;
	border-style:solid;
	border-color:#79B33A;
	}

#right h2
	{
	margin: 0;
 	padding: 5px;
	border-left: 10px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	border-top: 2px solid #FF9900;
	border-right: 1px solid #FF9900;
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	background-color:#FFFFFF;
	}

#right ul
	{
	margin-bottom:10px ;
	border: 1px solid #FF9900;
	list-style-type: none;
	list-style-position: outside;
	background-color:#FFFFFF;
	}

#right li
	{
	padding:5px 10px;
	font-size:10px;
	list-style-type: none;
	list-style-position: outside;
	}
	
#link
	{
	margin-bottom:30px ;
	border: 1px solid #FF9900;	
	padding:5px 10px;
	font-size:10px;
	}	


#right p
	{
	margin:10px 5px;
	padding:5px;
	font-size:10px;
	}

.book
	{
	margin-bottom:30px ;
	border: 1px solid #FF9900;
	text-align: center;
	}

.book p
	{
	text-align: center;
	}

.red-b
	{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	}

.box-yellow-b
	{
	color:#FF0000;
	background-color: #FFFF00;
	font-size:11px;
	font-weight:bold;
	}


.rss
	{
	margin-bottom:5px ;
	}

.rss a:hover
       {
       position: relative;
       top: 2px;
       left: 2px;
       }

.rss_reader
	{
	border: 1px solid #FF9900;
	}

.rss_reader a:hover
       {
       position: relative;
       top: 2px;
       left: 2px;
       }

#tokusho {
	font-size: 10px;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 10px;
	}

/* ---------- rightside end ---------- */


/* ---------- content end ---------- */




/* ---------- study_category_main ---------- */

#study_category_box_main {
	background-color: #FFFFFF;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #79B33A;
	border-left-color: #79B33A;
	border-top-color: #79B33A;
	width: 530px;
}

#study_category_main h1
	{
 	margin:0 ;
 	text-align:left;
	font-size:14px ;
	font-weight:bold;
	color: #339900 ;
	padding:10px;
	}

#study_category_main h1 a {
 	margin:0 ;
	color: #339900 ;
	text-decoration:underline;
	background-color:inherit;
	}

#study_category_main h1 a:hover {
 	margin:0 ;
	color:#FF9900;
	text-decoration:underline;
	background-color:inherit;
	}

#study_category_main h3
	{
 	margin:0 ;
	font-size:13px ;
 	text-align:left;
	color: #333333 ;
	font-weight:bold;
	padding:10px ;
	}

/* ---------- header_end ---------- */