@charset "Shift_JIS";
/* CSS Document */

*{margin:0px;
	padding:0px;
}
	
p {
	color: #000000;
	font-size: 10pt;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
}

body {
	background-color: #F0C702;

}
#con{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

/*広告領域*/
#adwords{
	float:right;
	width:160px;
}


/*レイアウトコンテナ*/
#container {
	width: 728px;
	float:left;
	background-image: url(img/bg1.gif);
}


/*トップページ以外のヘッダ*/
#head {
	background-image: url(img/head.gif);
	background-repeat: no-repeat;
	height: 100px;
}


#head a.toTop {
	display:block;
	height:100px;
	width:728px;
	text-decoration:none;
	}

/*トップページ以外のH1*/
h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;

}


/*トップページ以外のメインカラム*/
#main {
	border-top-style: solid;
	border-top-width: 0px;
	margin-right: auto;
	margin-left: auto;
	background : #ffffff;
}



/*記事の枠*/
.contents {
	margin: 5px;
	padding: 5px;
	margin-bottom: 0px;
}
/*背景の設定*/
.bg_orange {
	background-color: #FFE6D0;
}

.bg_green {
	background-color: #E4EDE4;
}

.bg_white {
	background-color: #FFFFFF;
}


.bg_gray {
	background-color: #E1E1E1;
}

/*テーブルの設定*/

table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
}
tr,td {
	padding:0px;
}




h2{
	color: #FFFFFF;
	font-size: 16pt;
	height: 32px;
	text-indent: 10px;
	background-color: #A98E52;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 7px;
}

/***********************ブログの設定***************************/
/*ブログのコンテナ*/
.blog {}


/*見出し--日付*/
.blog h3 {
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7DE5D;
	text-indent: 12px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	clear: both;
}

/**見出し--タイトル*/
.blog h4{
	color: #000000;
	background-image: url(blog_files/img/bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 32px;
	font-size: 20pt;
	text-indent: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 130%;

}



/*メニューカラム*/
#extra {
	float: left;
	width: 220px;
	background-color: #FFFFFF;
	margin-left: 7px;
	padding-top: 10px;
}

#extra a.toTop {
	margin-left:10px;
	height:40px;
	text-align:center;
	border-style:none;
}

/*メニューカラム見出し*/
#extra h3 {
	color: #000000;
	background-image: url(blog_files/img/bar2.gif);
	background-repeat: no-repeat;
	background-position: 0px 19px;
	font-size: 14pt;
	height: 28px;
	text-indent: 7px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
}

/*記事カラム*/
#maincol {
	float: right;
	width: 500px;
	margin-top: 0px;
}

/*記事枠*/
.topics {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

/*携帯記事ボックス内スタイル*/
.keitai_box p{
	padding-top:10px;
}

.keitai_box p.kakakuTEXT{
	font-size:120%;
	padding-top:0px;
}


.kakaku{
	font-weight:bold;
	font-size:140%;
	color:#ff0000;
}

/**記事内段落*/
.blog p {}

/*カテゴリ*/
ul.category {
	list-style-type: none;
	padding-left: 20px;

}

.category li {
	margin-bottom: 10px;
}

.category a {
	display: block;
	line-height: 120%;
	font-size: 12px;
}

.category a:link {
	color: #0099FF;
	text-decoration: none;
}

.category a:visited {
	color: #0099FF;
	text-decoration: none;
}

.category a:hover {
	color: #3366CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}


/*バナー*/
.banner {
	text-align: center;
	margin-top: 7px;
}
.aisatsu {
	padding-bottom: 0px;
}

/*リンク*/


a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*フッタ*/
#foot{
	background-color:#54b5c6;
	text-align:center;
}

/*汎用設定*/
.big{
	font-size:18px;
}
em{
	font-style:normal;
	font-weight:bold;
}
/*マーキー背景*/
.top_marq{
	background-color:#ffe027;
	margin:0px 0px 0px 0px;
	padding-top:3px;
	padding-bottom:3px;
}
