a:link,
a:visited
{
	text-decoration: none;
	color: #ff1493;
}
a:hover
{
	text-decoration: underline;
	color: #ff1493;
}

body
{
	text-align: center;
	background-color: #fffafa;
	color: #333333;
	margin: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	background: url("http://10musume.xn--dck6a6c3dsf.net/img/back.gif");
}

#container
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
}

img
{
	border: 0;
}

.center
{
	text-align: center;
}

/* ヘッダー部分 */
#header
{
	background-color: #FFFFCC;
	color: #333333;
	background-image: url(http://10musume.xn--dck6a6c3dsf.net/img/head.jpg);
	height: 90px;
/*
	border: 1px solid #FF9933;
*/
	border: 1px solid #cccccc;

	padding: 10px;
	margin: 10px;
}
#header h1
{
	font-size: 20px;
	margin: 0;
	padding: 0;
	color:  #ffffff;
	text-align: left;
}
#header h1 a
{
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	color: #666600;
}
#header p
{
	font-size: 13px;
	text-align: right;
	padding-top: 30px;
/*
	color: #663300;
*/
	color: #ffffff;
}

#header a:link,
#header a:visited
{
	text-decoration: none;
	color: #ff1493;
}
#header a:hover
{
	text-decoration: underline;
	color: #ff1493;
}

/* サイドバー部分 */
.sidebar
{
	width: 203px;
	padding-left: 5px;
	margin-left: 5px;
	float: left;
	font-size:12px;
}
/*
.sidebar h3
{
	font-size:12px;
	font-family: Verdana, Helvetica;
	margin-bottom: 1px;
	padding: 4px 3px 3px 4px;
	color: #CC6600;
	text-align: center;
	background-color: #ffffcc;
	border: 1px solid #FF9933;
}
*/

.sidebar h3
{
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Helvetica;
	margin-bottom: 1px;
	padding: 4px 3px 3px 4px;
	color: #CC6600;
	text-align: center;
	background-color: #ffffcc;
/*
	border: 1px solid #FF9933;
*/
	border: 1px solid #cccccc;

}

.sidebar h3 a
{
	color: #CC6600;
	text-decoration: none;
}

.sidebar li
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	line-height: 150%;
	font-size: 12px;
	margin-bottom: 2px;
}

/*------メニュー部分------*/

.menu
{
	list-style-type: none;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
	text-decoration:none;
	font-size: 12px;
}

.menu ul
{
	padding-left: 5px;
}
.menu ul ul
{
	padding-left: 10px;
}
.menu li
{
	margin: 0;
	padding: 0;
	list-style : none ;
}
.menu li a,
.menu li a:link,
.menu li a:visited
{
	width: 194px; 
/*
	background: #dae0e6;
*/
	background: #eeeeee;
	text-indent: 5px;
	display: block;
	color:#006699;
/*
	font-size: 0.8em;
*/
	font-size: 12px;

	line-height: 1.25;
	margin: 0;
	padding: 3px 0;
	letter-spacing: 0.05em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
.menu li a:hover
{
/*
	background-color: #36414d;
*/
	background-color: #999999;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}

/*------トピックス部分------*/

.topics
{
	list-style-type: none;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
	text-decoration:underline;
	font-size: 12px;
}

.topics ul
{
	padding-left: 5px;
}
.topics ul ul
{
	padding-left: 10px;
}
.topics li
{
	margin: 0;
	padding: 0;
	list-style : circle ;
	font-size: 12px;
}
.topics li a,
.topics li a:link,
.topics li a:visited
{
}
.topics li a:hover
{
}

/* エントリー部分 */

#content
{
	width: 565px;
	float: right;
	margin : 0px 5px 0px 5px ;
	font-size: 12px;
	line-height :150%;
}



#content h2
{
	border-style: solid;
/*
	border-color: #FF80C0;
*/
	border-color: #999999;
	border-width: 0px 0px 1px 10px;
	margin: 0px 10px 5px 10px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	background:#eaf6ec;
}


/*
------------------
#content p,
#search p
{
	font-size: 12px;

	margin-right: 10px;
	margin-left: 10px;
	line-height: 150%;
}
--------------------
*/

#content p
{
	clear: both;
	color:#666;
	margin: 5px 5px 20px 10px;
	font-size: 12px;
	line-height: 130%;
}


#content li
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
	margin-bottom: 10px;
}

#content img
{
	padding: 0 5px 0 0;
	border-style:none;
}

#content h3
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Helvetica,sans-serif;
	border-bottom: 1px solid #CCC;
	color: #666;
	margin: 10px 0px 2px 15px;
}

/*記事枠の設定*/

#content .box1
{
	float: left;
	width: 250px;
	height: 250px;
/*
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/box01.gif");
*/
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/magazine.jpg");
	background-repeat: no-repeat;
	margin: 5px 0px 0px 3px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
	border: 1px solid #999999;
}

#content .box2
{
	float: right;
	width: 250px;
	height: 250px;
/*
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/box02.gif");
*/
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/kiken.jpg");
	background-repeat: no-repeat;
	margin: 5px 0px 0px 5px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
}

#content .box3
{
	float: left;
	width: 535px;
	height: 80px;
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/box03.gif");
	background-repeat: no-repeat;
	margin: 5px 0px 0px 3px;
	padding: 10px;
	color: #666;
	font-size: 12px;
	display: block;
}

#content .box4
{
	float: left;
	width: 113px;
	height: 230px;
	background-image: url("http://10musume.xn--dck6a6c3dsf.net/img/box04.gif");
	background-repeat: no-repeat;
	margin: 5px 0px 10px 5px;
	padding: 10px;
	color: #666;
	font-size: 10px;
	display: block;
/*
	line-height: 130%;
*/
}

/*------関連記事------*/
#content .related
{
	font-size: 10px;
	color : #bbbbbb;
}

#content .related a,
#content .related a:link,
#content .related a:hover,
#content .related a:visited
{
	font-weight:normal;
	text-decoration:none;
	color : #bbbbbb;
}




/*その他*/
.detail {
	text-align:right;
	font-size: 10px;
	margin : 0px;
	padding :0px 10px 0px 10px;
}











#search
{
	width: 790px;
	padding: 10px;
}


/* フッター部分 */
#footer
{
	border-top: 5px solid #FF9933;
	margin-top: 10px;
	clear: both;
	background-color: #ffffff;
}
#footer	p
{
	font-size: 12px;
	color:  #FF9900;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

/* 著作権表記部分（以下削除不可/変更可） */
#footer p.daisuki
{
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	font-family: Alial Narrow, Helvetica, sans-serif;
}
#footer p.daisuki a
{
	text-decoration: none;
	color: #cccccc;
}
#footer strong
{
	font-weight: lighter;
}
/* Posted */
#content p.posted
{
	font-size:10px
}



.highslide {
	cursor: url(http://www.aquick.info/js/hs/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.aquick.info/js/hs/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(http://www.aquick.info/js/hs/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.wain {
	color:#cc0000;
}

