/*  
 *　個別スタイルシート設定
 */
#main .information  {
    width: 636px;
}

#main .information_wide  {
    width: 956px;
}

#main .archive_title  {
    margin: 0 0 5px 10px;
}

#main .information_wide  .common_contents_frame_wide,
#main .information  .common_contents_frame     {
    padding: 0 0 10px 0;
}

#main .information_wide  .common_contents_frame_wide .wrap_clear,
#main .information  .common_contents_frame .wrap_clear   {
    clear: both;
}

#main .common_contents_frame_wide .wrap_wide .information_category,
#main .common_contents_frame .wrap .information_category {
       
    font-weight: bold;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

#main .common_contents_frame_wide .wrap_wide .information_title,
#main .common_contents_frame .wrap .information_title {
    font-size: 150%;
    color: #FF88C0;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

#main .common_contents_frame_wide .wrap_wide .information_img,
#main .common_contents_frame .wrap .information_img {
    margin: 0 0 5px 0;
    
}

#main .common_contents_frame_wide .wrap_wide .item,
#main .common_contents_frame .wrap .item {
    margin: 0 0 5px 0;
}

#main .common_contents_frame_wide .wrap_wide .item .title,
#main .common_contents_frame .wrap .item .title{
    float: left;
    width: 130px;
    font-size: 93.75%;
    font-weight: bold;
}

#main .common_contents_frame_wide .wrap_wide .item .contents,
#main .common_contents_frame .wrap .item .contents{
    float: left;
    text-align: left;
    width: 450px;
    font-size: 93.75%;
}

#pickup    {
    margin: 0 0 20px 0;
}

#pickup .contents_title {
    margin: -8px 0 8px;
}

#main .common_contents_frame_wide .wrap_wide .category_title,
#main .common_contents_frame .wrap .category_title    {
    margin: 0 0 5px 0;
}

#main .common_contents_frame_wide .wrap_wide .information_list,
#main .common_contents_frame .wrap .information_list    {
    padding: 0 0 13px 0;
}

#main .common_contents_frame_wide .wrap_wide .information_list h3,
#main .common_contents_frame .wrap .information_list h3   {
    font-size: 87.5%;
}

#main .common_contents_frame_wide .wrap_wide .information_list p,
#main .common_contents_frame .wrap .information_list p   {
    font-size: 87.5%;
}

#main .common_contents_frame .wrap .information_list .status   {
    font-weight: bold;
}

/*  
 *　カルーセル用
 */
#carousel    {
    width: 590px;
    height: 300px;
    overflow: hidden;
    z-index: 1;
}

#btn_prev    {
    position: absolute;
    left: 13px;
    top: 81px;
    z-index: 2;
}

#btn_next    {
    position: absolute;
    left: 282px;
    top: 81px;
    z-index: 2;
}

#btn_prev a,
#btn_next a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    -ms-filter: "alpha( opacity=30 )";
    filter: alpha( opacity=30 );
    opacity: 0.3;
}

/*  
 *　メインページリスト用
 */
#main .common_contents_frame .wrap .kidsproject .contents {
    font-size:93.75%;
    margin: 0 0 20px;
}

#main .common_contents_frame .wrap .information_list .information_list_img {
    float: left;
    width: 210px;
}

#main .common_contents_frame .wrap .information_list .information_contents {
    float: left;
    margin: 0 0 0 10px;
    width: 370px;
}

#main .common_contents_frame .wrap .information_list .information_contents h3 {
    font-size:93.75%;
}

#main .common_contents_frame .wrap .information_list .information_contents p {
    font-size:93.75%;
}

#main .common_contents_frame .wrap .information_list .information_contents a {
    color: #3A52A5;
}

#main .common_contents_frame .wrap .information_list .information_contents .status {
    font-weight: bold;
}

#main .common_contents_frame .wrap .information_list .information_contents_footer {
    clear: both;
    text-align: right;
}

/*  
 *　アーカイブリスト用
 */
#main .common_contents_frame .wrap .information_archive_list .information_list_img {
    float: left;
    width: 200px;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents {
    float: left;
    margin: 0 0 0 10px;
    width: 380px;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents h3 {
    font-size:120%;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents p {
    font-size:93.75%;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents a {
    color: #3A52A5;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents .status {
    font-weight: bold;
}

#main .common_contents_frame .wrap .information_archive_list .information_contents_footer {
    clear: both;
    text-align: right;
}

/*  
 *　ウィジェットスタイルシート設定
 */
#sub .sidebar_contents .cal    {
    text-align: center;
    width: 100%;
    border: 1px solid #D9D9D9;
}

#sub .sidebar_contents .cal th   {
    background-color: #0052A5;
    color: #FFFFFF;
    padding: 3px 0 0 0;
    text-align: center;
    width: 300px;
    border: 1px solid #D9D9D9;
}

#sub .sidebar_contents .cal td   {
    border: 1px solid #D9D9D9;
}

#sub .sidebar_contents .cal .exist   {
    background-color: #E34400;
    display: block;
    padding: 2px 0 0 0;
}

#sub .sidebar_contents .cal .noexist   {
    background-color: #FFFFFF;
    padding: 2px 0 0 0;
    display: block;
}

#sub .sidebar_contents .cal .today    {
    background-color: #FFC414;
    display: block;
    padding: 2px 0 0 0;
}

#sub .sidebar_contents .cal .exist  a   {
    color: #FFFFFF;
    text-decoration: none;
}

#sub .sidebar_contents .cal .today  a   {
    color: #FFFFFF;
    text-decoration: none;
}

#sub .sidebar_contents .cal_navi  {
    width: 100%;
}

#sub .sidebar_contents .cal_navi td {
    width: 50%;
}

#sub .sidebar_contents .cal_navi a {
    text-decoration: none;
}

#sub .sidebar_contents .cal_navi .left {
    text-align: left;
}

#sub .sidebar_contents .cal_navi .right {
    text-align: right;
}


#sub .sidebar_contents .sidebar_information_list  .period   {
    font-weight: bold;
}


/*  
 *　ウェブページ用
 */
#main .page_title    {
    font-size: 120%;
    
}

#main .page_contents    {
    font-size: 93.75%;
    padding: 10px 0 5px 0;
}

#main .page_contents_more    {
    font-size: 93.75%;
    padding: 10px 0 5px 0;
}

/* ボタン */
.css_btn_entry_pink {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ee1eb5;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
}.css_btn_entry_pink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
	color:#ffffff !important;
}.css_btn_entry_pink:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_red {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	box-shadow:inset 1px 1px 0px 0px #f29c93;
}.css_btn_entry_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff !important;
}.css_btn_entry_red:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_blue {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_entry_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color:#ffffff !important;
}.css_btn_entry_blue:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_green {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
	color:#ffffff !important;
}.css_btn_entry_green:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}


.css_btn_entry_linegreen {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #00C300), color-stop(100%, #21B010) );
	background:-moz-linear-gradient( center top, #00C300 5%, #21B010 100% );
	background:-ms-linear-gradient( top, #00C300 5%, #21B010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C300', endColorstr='#21B010');
	background-color:#00C300;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_linegreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #21B010), color-stop(100%, #00C300) );
	background:-moz-linear-gradient( center top, #21B010 5%, #00C300 100% );
	background:-ms-linear-gradient( top, #21B010 5%, #00C300 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21B010', endColorstr='#00C300');
	background-color:#21B010;
	color:#ffffff !important;
}.css_btn_entry_linegreen:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}


/* 動画プレイヤー用 */
.videobox * {
    width:100%;
}