/** reset **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* CSS Document */

body{
	font-family: 'Kozuka Mincho Pro', "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.1em;
	background: #f05986;
	background-size: cover;
	
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	background: #000;
	margin: 0 auto;
	
}

.clear{
	clear: both;
}
#wrapper{
	width: 100%;
	min-width: 1000px;
}
#header{
	

}
#siteTitle{
	line-height:100px;
	text-align:center;
	
}
#siteTitle a{
	color: #f05986;
	font-size: 30px;
	font-weight: bold;
	position:relative;
}

#siteTitle a:before{
	content:"";
	background: url(../images/logo1.png) no-repeat;	
	width: 34px;
	height: 33px;
	position: absolute;
	top: -10px;
	left: -40px;
	z-index:2;
}
#siteTitle a:after{
	content:"";
	background: url(../images/logo2.png) no-repeat;	
	width: 34px;
	height: 33px;
	position: absolute;
	top: -10px;
	right: -40px;
	z-index:2;
}

/* nav */
#navbar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1f1f+0,000000+100 */
	background: #1e1f1f; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e1f1f 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e1f1f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e1f1f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f1f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	
}
.nav{
	text-align: center;
}

.nav > ul > li{
	display: inline-block;
	position: relative;
	line-height: 40px;
}
.nav > ul > li:hover > ul{
	display: block;
	text-align: left;
}
.nav > ul > li > a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #7b7979;
	text-transform: uppercase;

}
.nav > ul > li > a:hover, .nav > ul > li:hover > a{
	background: #f05986;
	color: #fff;
}
.nav ul > li > ul{
	background: #f05986;
	width: 380px;
	padding: 20px 0;
	position: absolute;
	top: auto;
	left: 0;
	display: none;
	z-index: 999;
	transition:all .2s ease-in-out;
}
.nav ul > li > ul li{
	border-bottom: 1px solid #222;
}
.nav ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 13px;
	color: #FFF;
	
}

.nav ul > li > ul li a:hover{
	background: #222;
}

#contents{
	background: #000;
	width: 1000px;
	margin-bottom: 10px;
}

/* main */

#main{
	float: left;
	width: 620px;
	background: #000;
	padding: 20px;	
}
.preview{	
	position: relative;
	margin-bottom: 30px;
}

.text{
	
}
.title{
	background: url(../images/ribbon.png) no-repeat;	
	position:absolute;
	bottom:0	;
	left:-20px;
	width: 550px;
	height: 55px;
	padding-top: 18px;
	z-index:99;
	
}

.title:before{
	content:"";
	background: url(../images/tri.png) no-repeat;	
	width: 34px;
	height: 33px;
	position: absolute;
	top: -2px;
	left: 10px;
	z-index:0;
}
.title {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left:20px;
	
}
.date{
	background: #f05986;
	text-align: center;
	width: 130px;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}

.preview p{
	color: #fff;
	margin-top: 20px;
	font-size: 13px;
	line-height:1.5;

}

.preview .pic{
		width: 100%;
		height: 320px;
}
.preview .pic img{
	width:100%;}

.preview p a{
	color:#ed2e7c;	
	font-weight: bold;	
	display: inline-block;
}
.preview p a:hover{
	text-decoration: underline;	
}
#item{	
	background: #fff;
	padding:10px;
	position:relative;
	
}


/* aside */
#aside{
	float: right;
	width: 340px;
}
.asidecon{
	margin-right: 20px;
	margin-top: 20px;
	border: 1px solid #464646;
}
.heading{
	line-height: 50px;
	text-transform: uppercase;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1f1f+0,000000+100 */
	background: #1e1f1f; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e1f1f 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e1f1f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e1f1f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1f1f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #464646;	
	text-align: center;
	
}
.heading .title2{
	color: #949393;
	font-size: 16px;
	font-weight: bold;
	
}

.info{
	padding: 20px;
}
.info p{
	color: #fff;
	font-size: 13px;
	line-height: 1.5;

}
.blog{
	text-align: center;
	padding: 20px 0;
}

#popular{
	padding-top: 20px;
}
.pop{
	border-bottom: 1px solid #464646;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.pop .pic01{
	float: left;
	width: 80px;
	padding-left: 20px;
}
.pop #holder{
	float: right;
	width: 130px;
	padding-top: 20px;
}
#holder a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	transition:all .2s ease-in-out;
}

#holder a:hover{
	color: #F05986;	
}
#holder .date01{
	font-size: 13px;
	color:#666666;
	margin-top: 5px;
}
.heading01{
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #ef4135;
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
	position: relative;
	
}
.heading01:before{
	content: "";
	position: absolute;
	top: 28px;
	left: 1px;
	width: 680px;
	height: 2px;
	background: #ef4135;	
}

.sublinks{
	text-align: left;
}
.sublinks li{
	word-break: break-all;
	border-bottom: 1px solid #464646;
	padding: 10px 20px;
}

.sublinks li:last-child{
	border-bottom: none;
}

.sublinks a{
	color: #fff;
	font-size: 13px;
	transition:all .2s ease-in-out;
	
}
.sublinks a:hover{
	color: #F05986;

}

#footer{
	line-height: 80px;	
	color: #999;
	font-size: 13px;
	text-transform: capitalize;
	background: #000; 
	text-align: center;
	border-top: 1px solid #464646;
	margin: 0 20px;
	width: 960px;
}
