﻿@charset "UTF-8";

@import url("base/font.css");
@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// Topics */

/* ----------------------------------------------------- Sidebar */
#cmTopics a{
	background-image: url(images/topics_cmenu_h301.gif);
}

#sideBar .cMenu li a:link, #sideBar .cMenu li a:visited{
	background: url(images/topics_cmenu_list01.gif) no-repeat 5px 0.75em;
}

#sideBar .cMenu li a:hover, #sideBar .cMenu li a:active{
	background: url(images/topics_cmenu_list02.gif) no-repeat 5px 0.75em;
}

#sideBar .cMenu li.selected{
	background: url(images/topics_cmenu_bg01.gif) repeat-x 0% 0%;
}


/* ----------------------------------------------------- Main */
#cMain h3{
	padding-bottom: 10px;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.4;
	color: #ff5595;
}


/* ----------------------------------------------------- 七夕プレゼント */
#presentList{
	margin-bottom: 20px;
}

#presentList li{
	padding: 0px 0px 10px 0px;
	zoom: 1;
	overflow: hidden;
	border-bottom: 1px dotted #d1d1d1;
}

#presentList li h5{
	margin: 0px 0px 5px 0px;
	border-bottom: 0;
	padding: 0;
}

#presentList li .text{
	float: left;
	width: 465px;
}

#presentList li .photo{
	float: right;
	width: 170px;
}

#presentList li .photo p{
	margin-top: 5px;
	font-size: 87%;
	line-height: 1.5;
}