@charset "utf-8"; 

/*
【1】初期設定
【2】ページレイアウト
【3】ページ全体内
【4】ヘッダ内
【5】本文内
	【6】中央（メイン）内
	【7】サイド内
【8】フッタ内
*/

/*【1】初期設定*/
/*1-0 要素初期化*/
body {
	margin:0;
	padding:0;
	background:#fff;
	text-align: center;
	color: #666;
	width:100%;
	min-width:1020px;
	font-family:Arial, Helvetica, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
p , ul , ol , li , dl , dt , dd , address , strong , em ,
h1 , h2 , h3 , h4 , h5 , h6 , 
table , caption , th , td {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
	line-height:1.2;
}
p {
	margin:0 0 1em;
	line-height: 1.5;
}
li {
	list-style-type: none;
	margin:0 0 5px;
}
h1 , h2 , h3 , h4 , h5 , h6 {}
strong { font-weight:bold;}
em { font-style:italic;}
a {}
a:link ,
a:visited {
	color: #06f;
	text-decoration: none;
}
a:hover , a:active {
	color: #06f;
	text-decoration: underline;
}
img { border:none;}
hr {
	display:none;
}

/*1-1 汎用セレクタ*/
/*クリア*/
.clear { clear:both;}

/*アイコン画像*/
#container .ico { vertical-align:middle;}
/*アイコン画像（ポータル出力class名）*/
.portalicon { vertical-align:middle;}

/*1-2　フォーム関連*/
form {
	margin:0;
	padding:0;
}

/*1-3 CSSハック*/
/*clearfix*/
  /* WinIE7 only */
    *:first-child+html .clearfix {height: 1%;}
  /* WinIE6 and below */
    /* hide \*/
    * html .clearfix {height: 1%;}
    /*MacIE*/
  /* MacIE only */
    /*\*//*/ 
    .clearfix {display: inline-table;}
    /**/
  .clearfix:after{/* modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
  }

/*【2】画面レイアウト*/
/*2-1 全体*/
#container {
	z-index: 1;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
}

/*2-2 ヘッダ*/
#top {
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*2-3 本文*/
#contents {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 20px 0 0;
}

/*2-4 補助枠*/
.wrap {
	width: 830px;
	float: right;
	display: inline;/*IE+float 横マージン膨張対策*/
	margin: 0;
}

/*2-5 中央*/
/*2-6 中央(３カラム）*/
/*2-7 サイド*/
.side {
	overflow: hidden;
}

/*2-8 左*/
.side1 {
	width: 180px;
	float: left;
	display: inline;
	margin: 0;
}
.map .side1 {
	width:220px;
}

/*2-9 右*/
.side2 {
	width: 350px;
	float: right;
}

/*2-10 フッタ*/
#foot {
	clear: both;
	background:transparent url(img/t43/bg_foot.png);
	color: #fff;
	width:100%;
	text-align: center;
}
#foot .unit {
	background-color: #fff;
	color:#06f;
	width:100%;
}

/*【3】ページ全体内*/
/*3-0 共通*/

/*3-1 スキップナビ*/
.skip {
	position: absolute;
	left: -99999px;
	width: 1px;
	height: 1px;
	/*hide\*/overflow: hidden;/*MacIE*/
	margin: 0;
}

/*3-2 アンカーナビ*/
.jump {
	text-align:center;
}

/*3-3 広告枠*/
.adspace {
	text-align:center;
	margin:0 0 5px;
}
.adspace a img {
	margin:0 auto;
	border:none;
}
/*ヘッダ*/
#H1 {
	position:absolute;
	top:15px;
	left:360px;
	width:468;
	height:60px;
	z-index:10;
}

/*メインカラム*/
/*右カラム*/
/*左カラム*/
#T43L1 {}
#T43L2 {}

/*オーバーチュア*/
.box .otad10 ,

/*【4】ヘッダ内*/
/*4-0 共通*/
#header {
	width: 1020px;
	height:90px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index:1;
}

#top a {}
#top a:link , #top a:visited {}
#top a:hover , #top a:active {}

/*4-1 サイトID*/
#siteid {
	width: 335px;
	height: 40px;
	padding:30px 0 0;
}

/*4-2 タグライン*/
#tagline {
	position:absolute;
	top:0;
	left:0;	
	margin: 0;
	text-align: left;
	line-height:1.1;
}
#tagline span {
	display:inline-block;
	padding:3px 3px;
	background-color:#FF0033;
	color:#fff;
}

/*4-5 サブナビ*/
#snavi {
	background:#333 url(_img/minamistyle/bg_snavi.png) repeat-x 50% 0;
	padding: 3px 0 0;
	margin: 0 0 1px;
	width: 100%;
}
#snavi ul {
	width: 1020px;
	margin: 0 auto;
	padding:4px 0;
	text-align: left;
	font-size: 125%;
}
#snavi li {
	margin:0 10px 0 0;
	float: left;
}
#snavi li a {
	display:inline-block;
	background:url(_img/minamistyle/bg_snavi_li.png) no-repeat 0 0.3em;
	padding:2px 5px 2px 11px;
	font-weight:bold;
}
#snavi li a:link ,
#snavi li a:visited {
	text-decoration:none;
	color:#fff;
}
#snavi li a:hover ,
#snavi li a:active {
	background-color:#000;
	text-decoration:none;
	color:#fff;
}

/*【8】フッタ内*/
/*8-0 共通*/
/*8-3 フッタメニュー*/
#fmenu {
	font-size: 125%;
	margin:0 auto;
	background:transparent none;
	padding:15px 0;
	color:#fff;
	width: 1020px;
}
#fmenu a:link ,
#fmenu a:visited {
	color:#fff;
}
#fmenu a:hover ,
#fmenu a:active {
	color:#fff;
}

/*8-4 コピーライト*/
#copy {
	font-style: normal;
	font-size: 1em;
	padding:0px 0 30px;
	color: #fff;
	width: 1020px;
	margin: 0 auto;
	background:transparent none;
}
#copy a:link ,
#copy a:visited {
	color:#fff;
}
#copy a:hover ,
#copy a:active {
	color:#fff;
}














/*【1】共通設定*/
/*◆1-1　要素初期化*/
textarea,select,input {}
body{}
img{
	border:none;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	background: #FFF;
	width: 830px;
	margin: 0 0 10px 0;
	text-align: left;
	overflow: hidden;
	border:#00CCFF solid 5px;
}
.blogtitle{
	color:#00CCFF;
	padding:0;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
	margin: 10px;
}
.blogtitle a {} 
.blogtitle a:link , 
.blogtitle a:visited{text-decoration:none;}
.blogtitle a:hover , 
.blogtitle a:active {text-decoration:underline;}
.description{
	font-size:12px;
	text-align:left;
	letter-spacing:2px;
	margin: 10px 10px 10px 30px;
}

/*【3】レイアウト(2カラム固定)*/
/*◆3-1　全体枠*/
/*◆3-2　コンテンツ*/
#content{
	width:630px;
	float:left;
	background-color:#ffffff;
	line-height: 150%;
}
/*◆3-3　中段*/
#middle {
	padding: 0;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}

/*◆3-4　サイド1*/
#links{
	width:200px;
	float:right;
	text-align:left;
	padding:0; 
	background-color:#fff;
	overflow:hidden;
}
/*◆3-5　サイド2*/

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	margin: 0 0 10px;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 1.2em;
}
/*◆4-1　記事部分*/
.blogbody{
	margin: 0 0 20px;
}
/*◆4-2　記事日付*/
.date{
	background:#f00 url(_img/minamistyle/bg_title.png);
	border-top:1px solid #FF8E8E;
	border-right:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	border-left:1px solid #FF8E8E;
	margin:1px;
	padding:4px 4px 3px;
	line-height: 1.1;
	color:#fff;
	font-weight: bold;
	font-size: 112%;
	font-size:12px;
	letter-spacing:2px;
}


/*◆4-3　記事タイトル*/
.title{
	font-weight:bold;
	line-height:120%;
	margin: 0;
	font-size: 1.5em;
	padding: 5px;
}
.title a:link , 
.title a:visited {
	color:#000;
	text-decoration:none;
}
.title a:hover , 
.title a:active { 
	color:#000;
	text-decoration:none;
}


/*◆4-4　記事本文*/
.main {
	width:610px;
	color:#000;
	overflow:auto;
	line-height:1.4;
	margin: 0 0 0 10px;
	padding: 10px 0;
}
.main img{
	margin:0px 5px 5px 5px;
}
.main-continues{}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#000;
	font-size:10px;
	text-align:right;
	margin:0 10px 20px;
}
a.aposted{}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	font-size:10px;
	text-align:right;
	margin: 0 10px 20px;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:10px;
	text-align:right;
	margin:0px 10px 10px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 50px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #484848;
}
#email{
	width:200px;
	border:1px solid #484848;
}
#url{
	width:200px;
	border:1px solid #484848;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}

/*◆6-2　トラックバック一覧*/
#trackback {
	margin:0 10px 20px;
}
.trackback-url{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin: 0 0 0 10px;
}
.trackback-title{
	font-weight:bold;
	line-height:150%;
	margin: 0;
}
.trackback-body{
	line-height:135%;
	margin:20px 0px 15px 15px;
}
.trackback-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 15px;
	font-weight:normal;
}
a.atrackback-post:link , 
a.atrackback-post:visited {color:#00CCFF;text-decoration:underline;font-weight:normal;}
a.atrackback-post:hover , 
a.atrackback-post:active {color:#00CCFF;text-decoration:none;font-weight:normal;}
/*◆6-3　コメント一覧*/
#comments {
	margin:0 10px 20px;
}
.comments-head{
	font-weight:bold;
	line-height:150%;
}
.comments-body{
	line-height:135%;
	margin:20px 0px 15px 15px;
}
.comments-post{
	color:#000;
	text-align:right;
	margin:0px 0px 25px 15px;
	font-weight:normal;
}
a.comment-post:link , 
a.comment-post:visited {color:#00CCFF;text-decoration:underline;font-weight:normal;}
a.comment-post:hover , 
a.comment-post:active {color:#00CCFF;text-decoration:none;font-weight:normal;}

/*【7】プラグイン設定*/
/*◆7-0　プラグイン共通*/
.recententry ,
.archives ,
.counter ,
.comment ,
.trackback ,
.link ,
.search ,
.qrcode ,
.subscription ,
.profile ,
.inquiry ,
.ad ,
.category ,
.blog_entry ,
.tag_cloud {
	border:1px solid #ccc;
	margin:0 0 10px;
}

.sidetitle{
	background:#f00 url(_img/minamistyle/bg_title.png);
	border-top:1px solid #FF8E8E;
	border-right:1px solid #CC0000;
	border-bottom:1px solid #CC0000;
	border-left:1px solid #FF8E8E;
	margin:1px;
	padding:4px 4px 3px;
	line-height: 1.1;
	color:#fff;

	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
}
.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:8px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}
/*◆7-1　カレンダー*/
.calender{
	font-size:10px;	
}
.calendarhead{
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	padding:3px 0px 3px 0px;
	width:198px;
	margin:0px auto;
}
.calendartable{ /*カレンダーテーブル*/
	margin:0px auto 10px auto;
	width:200px;
	text-align:center;
	background:#fff;
	border: 1px solid #efefef;/*セルの枠線と同色指定時はテーブル右枠線は消す*/
	border-spacing:0px;
	empty-cells:show;
}
* html .calendartable 
{ /*IE6のボーダー間隔を接着*/
	border-collapse:collapse;
}
*+html .calendartable 
{ /*IE7のボーダー間隔を接着*/
	border-collapse:collapse;
}
.calendarweek{ /*曜日(文字)*/
	font-size:10px;
	font-weight: bold;
}
.calendarwd{ /*曜日(セル)*/
	line-height: 130%;
}
.calendard{ /*日付(セル)*/
	border-top:1px solid #efefef;
	border-right:1px solid #efefef;
	line-height: 130%;
}
.calendartable a:link , .calendartable a:visited{}
 .calendartable a:hover , .calendartable a:active {}
/*
sat {}　土曜セル
sun {}　日曜セル
today {}　今日セル
*/

/*◆7-2　RSS*/
.rss{}
.rss ul {
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}
.rss ul li{
	border-right:#999 1px solid;
	display:inline;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0.2px;
	margin-right:0.3em;
	padding-right:0.5em;
	padding-left:0.2em;
}
.rss ul a:link , 
.rss ul a:visited{
	color:#333333;
	text-decoration:none;
}
.rss ul a:hover ,
.rss ul a:active{
	color:#333333;
	text-decoration:none;
}
/*◆7-3　最近の記事*/
.recententry {}
/*◆7-4　過去記事*/
.archives {}
/*◆7-5　カウンター*/
.counter {}
/*◆7-6　最近のコメント*/
.comment {}
/*◆7-7　最近のトラバ*/
.trackback {}
/*◆7-8　お気に入り*/
.link {}
/*◆7-9　ブログ内検索*/
.search {}
/*◆7-10　QRコード*/
.qrcode {}
/*◆7-11　読者登録*/
.subscription {}
/*◆7-12　プロフィール*/
.profile {}
.profile .photo{
	text-align:center;
	overflow:hidden;
}
.profile .photo img{
	display:block;
	max-width:150px;
	margin:0 auto;
}
.nickname{
	color:#0167FF;
	font-weight:bold;
	margin:10px 0px;
}
.message{}
/*◆7-13　オーナーメール*/
.inquiry {}
/*◆7-14　インフォメーション*/
.ad {}
/*◆7-15　カテゴリ*/
.category {}
/*◆7-16　新規投稿*/
.blog_entry {}
/*◆7-17　カスタム1*/
.custom1 {}
/*◆7-18　カスタム2*/
.custom2 {}
/*◆7-19　カスタム3*/
.custom3 {}




#entryform form {}
#entryform span.hissu {
	font-size:10px;
	color:#f00;
	font-weight:normal;
}
#entryform .hissu img {
	vertical-align:middle;
}
#entryform input {
	vertical-align:middle;
}
#entryform .radio {}
#entryform .checkbox {}
#entryform .texts {
	width:100px;
}
#entryform .textm {
	width:290px;
}
#entryform .textl {
	width:390px;
}
#entryform textarea {
	width:530px;
	height:300px;
}


#entryform table {
	width: 570px;
	margin: 0 0 10px;
	border-top: 1px dotted #ccc;
}
#entryform th {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	padding: 10px 10px;
	line-height: 1.3;
}
#entryform td {
	border-bottom: 1px dotted #ccc;
	text-align: left;
	vertical-align:top;
	padding: 7px 10px 7px 10px;
	line-height: 1.2em;
}
#entryform td pre {
	width:390px;
	display: block;
	overflow: auto;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

#entryform .error {
	border:2px solid #f00;
	color:#f00;
	padding:8px 10px;
	margin:5px;
}
#entryform #privacy {
	width:560px;
	height:120px;
	overflow:auto;
	margin:0 0 20px 10px;
	border:1px solid #ccc;
	padding: 20px 0 0;
}
#entryform #privacy .headline {
	font-weight:bold;
	margin:0 10px 0;
	padding: 0;
}
#entryform #privacy .note {
	margin:0 10px 0;
}
#entryform .sw {
	text-align:center;
}
#entryform .bt {
	text-align:center;
}
#entryform .textm ,
#entryform .textl {
	border:1px solid #484848;
}
