@charset "utf-8";
/*
Theme Name: Capcell News
Theme URI: http://wordpress.org/
Description: カプセルニュース用テーマ
Version: 1.0
Author: Koichi Makino
Author URI: http://www.creativemaco.com
Tags: 

*/


body#news div#main_contents a,
div#main_contents  a:visited {
	color: #54b5f8;
	text-decoration: none;
}

body#news div#main_contents a:hover {
	color: #f854a9;
}


div#news_cover {
	margin-bottom: 30px;
}

div.news_post_title {
    width: 550px;
    margin: 0 0 10px 0;
	height: 40px;
    background: url("images/bg_title.gif") left center;
}

div.news_post_title h2 {
    padding: 10px 0 10px 30px;
    font-size: 140%;
    color: #ffffff;
}

div.post {
	margin-bottom: 30px;	
}

div.post p {
	margin-bottom: 1em;
	font-size: 1.2em;
}


div.entry p:after{
	content:".";
	clear:both;
	height:0;
	visibility:hidden;
	display:block;
}

div.entry p{
	zoom:1;
}

/* @group 画像 */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* @end */