@charset "UTF-8";
/* CSS Voiceplus (C)2010 Voiceplus */


/* HTMLタグ設定 */
body{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #E1E4E6;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 100%;
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_foot.jpg);
}
#home{
	background-attachment: fixed;
}
img{
	border: none;
}
form{
	margin: 0px;
	padding: 0px;
}
label{
	font-weight: bold;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
}
#wrap {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* =================================== */
/* レイアウト設定 */
/* =================================== */

#container{
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headmenu {
	font-size: 12px;
	color: #999;
	text-align: right;
	margin: 0px;
	float: right;
	width: 450px;
	display: inline;
	height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ブログタイトル・概要 */
#banner{
	width: 900px;
	margin: 0px;
	overflow: hidden;
}
#mainmenu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 81px;
}

.discription {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	height: 20px;
	color: #000;
	float: left;
	width: 450px;
	display: inline;
}
.discription span {
	color: #FFF;
}
/* ブログの配置 */
#content{
	float: right;
	width: 600px;
	padding: 10px;
	margin: 0px;
}

/* ブログ外枠 */
.blog{
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}

/* サイド（左サイド） */
#links{
	width: 250px;
	font-size: 90%;
	margin-top: 190px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	display: block;
	text-align: left;
}

/*フッタ*/
#footer{
	text-align: center;
	display: block;
	width: 900px;
	clear: both;
	height: 120px;
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a{color: #00CCCC;}
a:link{color: #00CCCC;}
a:visited{color: #09C;}
a:active{color: #00F2F2;text-decoration: none;}
a:hover{color: #00F2F2;text-decoration: none;}

/* menuinfo h3 */
.menuinfo h3 a{color: #FFCC66;}
.menuinfo h3 a:link{color: #FFCC66;}
.menuinfo h3 a:visited{color: #FFCC66;}
.menuinfo h3 a:active{color: #FF9900;}
.menuinfo h3 a:hover{color: #FF9900;}

/* ************************************************ 
 *	バナー（ページ上部）の設定
 * ************************************************ */

/* ブログタイトル */
.blogtitle{
	font-size: 10px;
	width: 237px;
	margin: 0px;
	text-align: left;
	text-align: left;
	float: left;
	color: #000;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* パン屑メニュー */
.topicpath {
	font-size: 10px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
	vertical-align: bottom;
	color: #999;
}

/* ************************************************ 
 *	記事の設定
 * ************************************************ */

/* 記事 */
.blogbody{
	overflow: hidden;
}

/* 記事タイトル */
.title{
	font-size: 100%;
	padding-top: 5px;
	padding-left: 40px;
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_title_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #C7FCFF;
}

/* 記事日付 */
.date{
	font-size: 80%;
	margin-top: 0px;
	text-align: right;
	margin-bottom: 2px;
}

/* 記事本文 */
.main{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-size: 87%;
	line-height: 150%;
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

/* 続きを読む */
.main-continues{}

/* 記事フッター */
.posted{
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 3px;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 5px;
	clear: both;
	font-size: 83%;
	border-top-color: #9CC;
	border-right-color: #9CC;
	border-bottom-color: #9CC;
	border-left-color: #9CC;
	color: #666;
}


/* ************************************************ 
 *	トラックバックエリアの設定
 * ************************************************ */

/* この記事へのトラックバック */
.title_s{
	margin: 0px 0px 5px 10px;
	font-size: 100%;
}

/* この記事へのトラックバックURL */
.trackback-url{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 500px;
	background-color: #000;
	color: #9CC;
	padding: 3px;
}

/* トラックバック本文 */
.trackback-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/*トラックバック送信元など*/
.trackback-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}


/* ************************************************ 
 *	コメントエリアの設定
 * ************************************************ */

/* この記事へのコメント */
.comments-head{
	font-weight: bold;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #699;
}

/* コメント投稿者日時など*/
.comments-post{
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 3px;
	font-size: 82%;
	text-align: right;
}

/* コメント本文 */
.comments-body{
	margin: 5px 20px;
	font-size: 85%;
	line-height: 130%;
}

/* コメント入力テーブル */
.form {
	width: 500px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
}
.form td {
	line-height: 170%;
	vertical-align: top;
	padding: 3px;
}
.form th {
	line-height: 170%;
	vertical-align: top;
	text-align: left;
	padding: 3px;
}

/* 本文 */
#text{
	width: 300px;
}

/* メールアドレス */
#email{
	width: 250px;
}

/* 名前 */
#author{
	width: 200px;
}

/* URL */
#url{
	width: 300px;
}

/*情報を記憶チェックボックス*/
#bake{}

/*確認せずに書込チェックボックス*/
#savecheck{}

.cautionGray {
	font-size: 10px;
	color: #999999;
	margin: 5px;
}
.cautionRed {
	font-size: 10px;
	color: #993333;
	margin: 5px;
}
.form .caution {
	font-size: 10px;
	color: #999;
}


/* ************************************************ 
 *	プラグイン設定
 * ************************************************ */

/* サイドブロック */
.side{
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* サイドタイトル */
.sidetitle{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sidetitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	color: #FFF;
}

/* サイド本文 */
.sidebody{
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
	font-size: 80%;
}

/* RSS */
.sidebody .rss{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.rss li{
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}

/* カレンダー ここから ----------*/
/* 大枠 */
.calender{
	text-align: center;
	margin-bottom: 10px;
}
/* 上部年月日表示 */
.calendarhead{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 11px;
}
/* 枠 */
.calendartable{
	border: 1px solid;
	font-size: 12px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
/* 曜日枠 */
.calendarwd{
	padding: 5px;
}
/* 曜日 */
.calendarweek{}
/* 日付枠 */
.calendard{
	text-align: center;
}
/* 日曜日 */
.sun{
	color: #CC0000;
}
/* 土曜日 */
.sat{
	color: #0099FF;
}
/* 今日 */
.today{
	font-weight: bold;
}
/* カレンダー ここまで ----------*/

/* カテゴリー */
.category {
	margin-bottom: 10px;
	text-align: left;
	font-size: 140%;
}

/* 最近の記事 */
.recententry {}
.recententry .sidetitle {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sidetitle_new.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	display: block;
	text-indent: -999999px;
}


/* 過去記事 */
.archives {}

/* 最近のコメント */
.comment {}
.comment .sidetitle {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sidetitle_com.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	text-indent: -999999px;
}
.subscription .sidetitle {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sidetitle_read.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999999px;
	height: 22px;
}


/* 最近のトラックバック */
.trackback {}

/* お気に入り */
.link  {
	margin-bottom: 10px;
}

/* ブログ内検索 */
.search {
	margin-bottom: 10px;
}
.search .sidetitle {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sidetitle_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -999999px;
	height: 22px;
}
form .sidebody .text {
}


/* QRコード */
.qrcode {
	margin-bottom: 10px;
}

/* アクセスカウンタ */
.counter {
	margin-bottom: 10px;
}

/* 読者登録 */
.subscription {
	margin-bottom: 10px;
}

/* プロフィール */
.profile {
	margin-bottom: 10px;
}
.nickname{
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.photo{
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.message{
	font-size: 85%;
	line-height: 120%;
	margin: 5px;
}

/* お勧め商品 */
.article_ad {
	margin-bottom: 10px;
}

/* タグクラウド */
.tag_cloud {
	margin-bottom: 10px;
}

/* カスタムプラグイン1 */
.custom1 {
}

/* カスタムプラグイン2 */
.custom2 {
}

/* カスタムプラグイン3 */
.custom3 {
}

/* オーナーにメッセージ */
.inquiry{}

/* 新規投稿 */
.blog_entry{}

/* マイアルバム */
.album{
	margin-bottom: 10px;
}
#album_img_flame{}
#album_href{}
#album_img{}
#album_title{}
#album_list{}

/* マイプロフィール */
.my_profile .side {
	background-color: #FFFFFF;
}

/* マイフレンド */
.friend .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.circle .side {
	background-color: #FFFFFF;
}

/* 参加サークル */
.friend_blog .side {
	background-color: #FFFFFF;
}

/* ************************************************ 
 *	フッターの設定
 * ************************************************ */

/* このページの上へ */
.pagetop{
	font-size: 80%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

/* このBlogのトップへ */
.menu{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 85%;
	letter-spacing: 0.2em;
	text-align: center;
}

/* コピーライト */
#copyright{
	font-size: 83%;
	margin: 0px;
	padding: 0px;
}

/* Powered by てぃーだブログ */
.adFooter{
	font-size: 10px;
	line-height: 150%;
	text-align: center;
}
.bnrSide {
	text-align: center;
	width: 260px;
	font-size: 10px;
	margin-bottom: 15px;
}
.bnrSide img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#mainmenu ul {
	float: right;
	width: 580px;
	margin-top: 35px;
	display: inline;
	padding: 0px;
	margin-right: 0px;
}
#mainmenu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeleft {
	width: 280px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#homeleft ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 90%;
	line-height: 120%;
}
#homeleft ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#homeleft h2,#homeright h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#homeleft .more {
	margin-bottom: 10px;
}

#homeright {
	width: 295px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.menuinfo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.menuinfo .thum {
	width: 100px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.menuinfo h3 {
	color: #FC0;
	font-size: 90%;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.menuinfo p {
	font-size: 80%;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menuinfo .more {
	font-size: 10px;
}

.more {
	font-size: 90%;
	margin-top: 15px;
	text-align: right;
	clear: both;
}
#photoalbum {
	clear: both;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 25px;
	width: 870px;
	display: block;
	overflow: hidden;
}
#photoalbum h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#photoalbum ul {
	margin: 0px;
	padding: 0px;
}
#photoalbum ul li {
	list-style-type: none;
	width: 132px;
	height: 100px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: inline;
	overflow: hidden;
}
#photoalbum .thum {
	width: 132px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.styleQ {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 14px;
	color: #F99;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
}
.styleA {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #099;
	padding-top: 0px;
	margin: 0px;
}
#158835 #container{
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_shop.jpg);
	background-repeat: no-repeat;
}
#158835 #container #banner #mainmenu .blogtitle a {
	text-indent: -999999px;
	display: block;
	height: 81px;
	width: 237px;
	background-image: url(http://img03.ti-da.net/usr/voiceplus/logo_shop.jpg);
	background-repeat: no-repeat;
}
.shopinfo {
	width: 560px;
	padding: 0px;
	display: block;
	font-size: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.shopinfo th {
	background-color: #FFF;
	text-align: left;
	color: #333;
	letter-spacing: 0.2em;
	white-space: pre;
	padding: 5px;
	vertical-align: top;
}
.shopinfo td {
	background-color: #FFF;
	text-align: left;
	color: #333;
	padding: 5px;

}
.tag_list {
	display: none;
}
.schedule {
	background-image: url(http://img03.ti-da.net/usr/voiceplus/bg_sche.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	margin: 5px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.schedule strong {
	color: #CCCC00;
	font-size: 110%;
}
.picM5 {
	margin: 5px;
}
.infobox {
	border: 1px solid #CCC;
	margin: 10px;
	padding: 10px;
}
.menuinfotop{
	padding: 0px;
	display: block;
	font-size: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: right;
	clear: both;
}
.cno153431 .custom4  {display: none;}

.picthum190253 {
	clear: both;
	display: block;
}
.picthum190253 img {
	height:253px;
	width: 190px;
	margin-right: 3px;
	margin-bottom: 15px;
}
.staffprofile {
	padding: 10px;
	margin-bottom: 0;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
}