/* @override 
	http://www.disport-kirakira.jp/home/wp-content/themes/05plus/style.css
*/

@charset "UTF-8";
/*
Theme Name:     plus
Description:    Child theme for kirakira04
Template:       kirakira05
Version:        0.2.0
*/
@import url('../kirakira05/style.css');

.right {
	float: right;
}

.clear {
	clear: both;
}

#top-right {
	float: right;
	margin-right: 15px;
	width: 328px;
	text-align: center;
}

#top-movie {
	border: 1px solid #1937a1;
	background-color: #eaf6fc;
}

#top-movie h3 {
	text-align: left;
	background: url(images/icon_cam.gif) no-repeat 0 center;
	margin: 0;
	padding: 0 0 0 24px;
}

#top-info {
	
}

#top-info h3 {
	border-left: 6px solid blue;
	border-bottom: 1px solid blue;
	padding: 2px 2px 2px 6px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	background-color: #d1e8fa;
}

#top-info ul {
	margin: 0 0 14px;
	list-style-type: none;
	padding: 0 0 0 28px;
}

#top-info li {
	margin-top: 6px;
	background: url(images/arrow0613.gif) no-repeat 0 4px;
	padding-left: 16px;
}

.art-post h3 {
	background: url(images/square0113.gif) no-repeat;
	padding-left: 24px;
	font-size: 16px;
	margin: 10px 0 6px;
	line-height: 20px;
}

.art-nav {
	background-image: none;
	background-color: #d4eaff;
}

.art-nav a {
	color: #000735;
}

.art-nav a:hover {
	color: white;
	font-weight: bold;
}

.art-article th {
	white-space: nowrap;
	padding: 3px;
}

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 886px;
  height: 230px;
  overflow: hidden;
}

div.art-header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 886px;
  height: 230px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.art-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 4;
  left: 0;
  width: 886px;
  height: 226px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.art-menu a .t
{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #02212C;
  padding: 0 15px;
  margin: 0 7px;
  line-height: 22px;
  text-align: center;
}

