@charset "utf-8";
/*
Theme Name: Frente Blog
Theme URI: http://frente-design.com/blog/
Description: フレンテが作成したテーマ
Version: 1.0
Author: Shinsuke Kobata
Author URI: http://frente-design.com/
Tags: frente, two columns
*/


/* --------------------------------------------
 *  初期化
 * -------------------------------------------- */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

* {
	margin:0;
	padding:0;
}

body {
	line-height:1.4;
	font-size:10px;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
}

html {
	height:100%;
	margin-bottom:1px;
	overflow-y: scroll;
}

img {
	border:none;
	vertical-align: bottom;
}

p {
	margin:0;
}

li {
	list-style: none;
}

em {
	font-style:normal;
}

address {
	font-style: normal;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
}


/* --------------------------------------------
 *  リンク
 * -------------------------------------------- */
a {
	text-decoration:none;
}

a:link {
	color:#FF62C0;
}

a:visited {
	color:#FF62C0;
}

a:hover {
	text-decoration:underline	;
}

a:active {
	color:#FF62C0;
}


/* --------------------------------------------
 *  共通
 * -------------------------------------------- */
body {
	text-align:center;
	color:#333333;
	background:url('images/body_bg.gif');
}

* html .iepngfix {
	behavior:expression(IEPNGFIX.fix(this));
}

#container {
	clear:both;
	width:960px;
	margin: 0px auto;
	text-align:left;
	background:url('images/main_bg.gif') repeat-y;
}

button {
	width: auto;
	padding:0;
	margin:0;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}

hr {
	display:none;
}

p {
	margin:5px 0 0 0;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.clear {
	clear:both;
}

.allClear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

strong {
	font-weight:normal;
}

blockquote {
	color:#000000;
	margin:10px 0 0 0;
	padding:0 10px 20px 10px;
	border:solid 1px #A2BF00;
	font-size:12px;
}

blockquote p {
	margin:0;
	padding:0;
}

/* マージン調整 */
.tMgn10 {
	margin:10px 0 0 0;
}

.tMgn20 {
	margin:20px 0 0 0;
}

.tMgn40 {
	margin:40px 0 0 0;
}

.tMgn100 {
	margin:100px 0 0 0;
}

/* 文字装飾 */
.uline {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

/* 文字色 */


/* パンクズ */
#panContainer {
	text-align:center;
}

#pan {
	margin:0 auto;
	text-align:left;
	font-size:11px;
	color:#00CC00;
}

#pan a {
	color:#05C0A9;
}

#pan a:hover {
	color:#A2BF00;
	text-decoration:none;
}


 /* --------------------------------------------
 *  Header
 * -------------------------------------------- */
#headerArea {
	width:960px;
	margin: 0px auto;
	padding:20px 0 0 0;
	text-align:left;
}

#logo {
	float:left;
	width:324px;
}

#logo h1 img{
	vertical-align:top;
}

#logo p {
	text-align:right;
	font-size:12px;
	color:#999999;
}

*html #logo p {
	line-height:1;
}

#headerRight {
	float:right;
	width:636px;
	text-align:right;
	margin:0 0 15px 0;
}

#hNavi {
	clear:both;
	height:32px;
	font-size:12px;
	margin:0 0 10px 0;
	background:url('images/header_bg.gif') repeat-x;
}

#hNavi a:link {
	color:#FFFFFF;
}

#hNavi a:visited {
	color:#FFFFFF;
}

#hNavi a:hover {
	text-decoration:none;
}

#hNavi a:active {
	color:#FFFFFF;
}

#hNaviL {
	float:left;
	padding:7px 0 0 10px;
	_padding:8px 0 0 10px;
}

#hNaviL li {
	float:left;
	margin:0 10px 0 0;
	text-indent:10px;
	background:url('images/hli_icon.gif') no-repeat left 6px;
}

#hNaviR{
	float:right;
	padding:6px 5px 0 0;
}


 /* --------------------------------------------
 *  Contents
 * -------------------------------------------- */
#mainContents {
	width:560px;
	float:left;
	margin:0 0 50px 0;
	text-align:left;
	position:relative;
}

*html #mainContents {
	display:inline;
}

/* 投稿記事 */
#posts {
	width:530px;
	margin:10px 10px 0 20px;
}

#posts p {
	margin:20px 0 0 0;
}

.post {
	margin:0 0 30px 0;
	padding:0 0 30px 0;
	border-bottom:solid 1px #D9D9D9;
}

/* 投稿日付 */
.titleDate {
	color:#FF62C0;
	font-size:11px;
	font-weight:bold;
}

/* 投稿タイトル */
.titleH2 {

}

.titleH2 h2 {
	font-size:30px;
	color:#FF62C0;
}

/* 投稿内容 */
.entry {
	line-height:1.8;
	font-size:12px;
}

.postmetadata {
	font-size:11px;
}

/* コメント件数タイトル */
#commentsTitle {
	font-size:12px;
	font-weight:bold;
}

.comment {
	font-size:11px;
}

.commentmetadata {
	margin:5px 0 0 0;
}

#commentDozo {
	margin:20px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

/* コメントフォーム */
#commentform input,select,textarea {
	line-height:1.4;
	font-size:12px;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
}

#commentform input {
	width:250px;
	padding:3px;
	border:solid 1px #D9D9D9;
}

#commentform textarea {
	width:500px;
	padding:3px;
	border:solid 1px #D9D9D9;
}

.sbmtBtn {
	text-align:center;
}

/* ページネートリンク */
.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #456D87;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color:white;
	background: #9AA6B1;
}

a.page-numbers:visited {
	color:#456D87;
}

.tablenav .current {
	color: white;
	background: #9AA6B1;
	border-color: #9AA6B1;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
}

/* ページ */
.pagePanMgn {
	margin:0 0 4px 0;
}

.panMgn {
	margin:0 0 10px 0;
}

/* 検索結果タイトル */
.searchTitle {
	font-size:16px;
	margin:0 0 10px 0;
	color:#848064;
}

/* 投稿 キャプション */
p.wp-caption-text {
	font-size:12px;
	margin:0;
	padding:0;
}

/* Contact Form 7 */
.wpcf7 {

}

/* コメントフォーム */
.wpcf7 span {
	font-size:12px;
}

.wpcf7 input,select,textarea {
	line-height:1.4;
	font-size:14px;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
}

.wpcf7Input input {
	width:300px;
	margin:3px 0 5px 0;
	padding:3px;
	border:solid 1px #EBEDE2;
}

.wpcf7 textarea {
	width:500px;
	margin:3px 0 0 0;
	padding:3px;
	border:solid 1px #EBEDE2;
}

.wpcf7Btn input {
	width:200px;
	margin:0 0 0 150px;
	padding:3px;
}

/* 404タイトル */
.searchTitle {
	font-size:16px;
	color:#848064;
}


 /* --------------------------------------------
 *  Right Column
 * -------------------------------------------- */
#rightContents {
	width:400px;
	float:right;
	margin:0 0 50px 0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
	position:relative;
}

*html #rightContents {
	display:inline;
}

/* 検索フォーム */
#serchForm {
	margin:10px 0 0 0;
}

/* ナビエリア（上部） */
#rightContents h3.rNaviTitleCol1 {
	font-size:14px;
	margin:0 auto;
	width:380px;
	height:26px;
	color:#FFFFFF;
	line-height:1.8em;
	text-indent:10px;
	background:url('images/title_bg.png') repeat-x;
	text-align:left;
}

/* ナビエリア（上部google） */
#rGoogleArea {
	margin:10px 0 0 0;
	width:380px;
	margin:10px auto 0 auto;
	text-align:left;
}

.spsTitle {
	margin:30px 0 0 0;
	font-size:11px;
}

.sps336 {
	margin:5px 0 0 0;
	text-align:center;
}

/* ナビエリア（2カラムL） */
#rNaviCol2L {
	float:left;
	width:210px;
	text-align:left;
	margin:10px 0 0 10px;
}

*html #rNaviCol2L {
	display:inline;
}

#rightContents h3.rNaviTitleCol2L {
	font-size:14px;
	margin:20px auto 5px auto;
	width:210px;
	height:26px;
	color:#FFFFFF;
	line-height:1.8em;
	text-indent:10px;
	background:url('images/title_bg.png') repeat-x;
	text-align:left;
}

table#wp-calendar {
	width:100%;
	text-align:center;	
}

table#wp-calendar caption {
	padding:0 0 5px 0;
}

table#wp-calendar th {
	padding:5px;
}

table#wp-calendar td {
	padding:5px 5px 5px 5px;
}


/* ナビエリア（2カラムR） */
#rNaviCol2R {
	float:left;
	width:180px;
	text-align:left;
	margin:10px 0 0 0;
}

*html #rNaviCol2R {
	display:inline;
}

#innerRnc2R {
	margin:0 10px 0 10px;
}

#rightContents h3.rNaviTitleCol2R {
	font-size:14px;
	margin:20px auto 5px auto;
	width:160px;
	height:26px;
	color:#FFFFFF;
	line-height:1.8em;
	text-indent:10px;
	background:url('images/title_bg.png') repeat-x;
	text-align:left;
}

/* ナビエリア（2カラムリスト） */
.rNavi {
	margin:0 0 0 0;
}

ul.rNavi li {
	line-height:2;
	border-bottom:solid 1px #FF62C0;
}

/* ページ情報 */
.pageInfo {
	padding:10px 0 0 0;
}

/* 検索結果なし */
.npfTitle {
	text-align:center;
	font-size:16px;
}

.npfImg {
	text-align:center;
	margin:30px 0 0 0;
}

/* 自己紹介 */
#sFlaMy {
	outline:none;
}

/* フラッシュ コピーライト */
#ftFlaCopy {
	height:200px;
	outline:none;
}


 /* --------------------------------------------
 *  Footer
 * -------------------------------------------- */
/* フッタ */
#footerArea {
	width:960px;
	margin:10px 0 0 0;
	height:30px;
	font-size:12px;
	color:#FFFFFF;
	background:url('images/footer_bg.gif') repeat-x;
}

#footerArea a:link {
	color:#FFFFFF;
}

#footerArea a:visited {
	color:#FFFFFF;
}

#footerArea a:hover {
	text-decoration:none;
}

#footerArea a:active {
	color:#FFFFFF;
}

#fNaviL {
	float:left;
	padding:7px 0 0 10px;
	_padding:8px 0 0 10px;
}

#fNaviL li {
	float:left;
	margin:0 10px 0 0;
	text-indent:10px;
	background:url('images/hli_icon.gif') no-repeat left 6px;
}

#fNaviR{
	float:right;
	padding:6px 5px 0 0;
}




/*	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;
	}

.aligncenter {
	text-align:center;
	margin:0 auto;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



