/* ==============携帯CSS080821============== */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: verdana, arial, Osaka, Sans-Serif;
	color:#838383;
	font-size:12px;
}

img {
	border:0px;
	margin:0px;
}

/* ==========================リンクの設定======================= */

a, a:active {
	color:#ff33ff;
	text-decoration:underline;
}

a:visited {
	color:#ff33ff;
	text-decoration:underline;
}

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

/* ==========================全体を囲んでいる領域======================= */

#container {
	margin:0px auto;
	text-align: left;
	width: 800px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:0px;
}

/* ==========================タイトル・バナー部分======================= */

#banner {
	background: transparent url(img/bana_bg.jpg) no-repeat;
	text-align: left;
	height:100px;
}


/* ==========================タイトル文字部分======================= */

.title {

	padding:5px 0 0 10px;
}

#banner h1 a {
	color:#FFCCCC;
	text-decoration: none;
	font-size:20px;
}



/* ==========================右メニュー部分の設定======================= */

#right {
	float: right;
	width: 190px;
	overflow: hidden;
	font-size:12px;
	color:#666666;
	margin-top: 10px;
	padding:0;
	background:url(img/cate_bg.gif);
}





/* ==========================検索領域======================= */

.search {
	margin-top:20px;
}

.search p {
	background:url(img/cate.gif) left center no-repeat;
	height:18px;
	padding:5px 0 0 30px;
	color:#FFF;
	letter-spacing:1px;
	font-weight:bold;
}


/* ==========================カテゴリ======================= */

.cate {
	margin:0px;
	padding:0px;
}

.cate p {
	background:url(img/cate.gif) left center no-repeat;
	height:18px;
	padding:5px 0 0 30px;
	letter-spacing:1px;
	font-weight:bold;
	margin:0px;
	background:#fff;
}

.cate_in {
	margin-left:10px;
}


.cate ul {
	padding: 0px;
	margin: 0px;
}


.cate ul li {
	color: #666666;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin-top: 0px;
	margin-right:5px;
	padding:10px 10px 10px 35px;
	list-style-type: none;
	background:url(img/arrow.gif) #fff left center no-repeat;
	border-bottom:1px dotted #ccc;
	}

.cate ul li a:link {
	color:#575757;
	text-decoration:none;
	}

.cate ul li a:visited {
	color:#575757;
	text-decoration:none;
	}

.cate ul li a:hover {
	color: #ff33ff;
	text-decoration:underline;
	}



/* ==========================メール======================= */

.mail {
	margin:20px 10px 20px 10px;
	border:1px solid #9A9797;
	padding:8px;
	background:#fff;
}


/* ==========================atom======================= */

.atom {
	margin:9px;
}


/* ==========================左側メイン領域======================= */

#content { /* 左側メイン領域 */
	float: left;
	width: 600px;
	overflow: hidden;
	margin-top:0px;
}


.main {
	width:570px;
	margin:5px 8px 50px 20px;
	font-size:12px;
	color:#666666;
}


/* ==========================サイト説明部分======================= */

.description {
	background:#E7E7EC url(img/description_bg.gif) no-repeat;
	padding:10px;
	float:left;
	width:230px;
	height:190px;

}

.description h2 {
	font-size:12px;
	font-weight:normal;
	line-height:160%;
	color:#838383;
}


/* ==========================メインページエントリー======================= */

.main_entry {
	margin-top:10px;
}

/* ==========================エントリータイトル======================= */

.entry-header {
	margin: 10px 0 0;
	color: #838383;
	font-size:12px;
	font-weight:normal;
	background:url(img/main_title.gif) left center no-repeat;
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
}

.entry-header a:link,a:active {
	color:#ff33ff;
	text-decoration:underline;
}

.entry-header a:visited {
	color:#ff33ff;
	text-decoration:underline;
}


.entry-header a:hover {
	color:#ccc;
	text-decoration:none;
}


.entry-header2 {
	margin: 10px 0 0;
	color: #ff33ff;
	font-size:13px;
	background:url(img/main_title.gif) left center no-repeat;
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}

.entry-header2 a,a:active {
	color:#ff33ff;
	text-decoration:none;
}

.entry-header2 a:visited {
	color:#ff33ff;
	text-decoration:none;
}

.entry-header2 a:hover {
	color:#ccc;
	text-decoration:none;
}


.cate-name {
	margin: 10px 0 0;
	color: #fff;
	font-size:13px;
	background:url(./img/entrytitle_bg.gif) no-repeat;
	padding:5px 10px;
}


/* ==========================エントリー======================= */

.entry {
	margin: 10px 10px 15px 15px;
	color: #666666;
	background: #ffffff;
	font-size: 12px;
	line-height:150%;
}

.entry img {
	margin:5px 10px 10px 5px;
}



/* ==========================エントリー追記======================= */


.entry-more-syousai{
	text-align: right;
}

.entry-more{

}


/* ================================================= */
.gaiyou {
	margin-top: 10px;
	margin-bottom: 25px;
}


.gaiyou dt {
        padding: 0 0 0 5px;
}


.gaiyou dd {
        line-height: 160%;
        margin: -1.6em 0 0.8em 9em;
        border-bottom: 1px solid #dcdcdc;
}


/* ==========================フッター======================= */
.footer {
	background:url(img/footer.gif) no-repeat;
	font-size: 10px;
	padding-top:20px;
	text-align:center;
	height:25px;
}


.clear {
	clear:both;
}


