@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：菅原紗由理オフィシャルウェブサイト
作成日：2009.08.21
修正日：2009.09.08
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";
@import "common201001.css";


/* ------------------------------------
 * スタイル設定 - インフォメーション -
 * ------------------------------------ */
 
ul.categoryLink li {
	padding: 0 2px 0 4px;
	display: inline;
	border-left: solid 1px #8b5ed5;
	line-height: 1;
	font-size: 93%;
}

ul.categoryLink li:first-child,
ul.categoryLink li.firstChild {
	padding: 0 2px 0 0;
	border: none;
}

ul.categoryLink li img.new {
	margin-left: 3px;
	vertical-align:text-top;
	background-color: #8b5ed5;
}

div.sectionInformation {
	margin-top: 50px;
}

p.categoryTitle {
	margin: 0;
	padding-bottom: 6px;
	background: url(../img/common/dot201001.gif) left bottom repeat-x;
	color: #f84ae1;
	font-size: 138.5%;
}

div.unit {
	margin-top: 30px;
	width: 100%;
	font-size: 93%;
}

div.unit img.l {
	float: left;
	margin: 0 10px 10px 0;
}

div.unit img.r {
	float: right;
	margin: 0 0 10px 10px;
}

.toTop {
	margin-top: 10px;
	text-align: right;
	font-size: 85%;
}

.toTop a:visited {
	color: #983f5a;
	text-decoration: underline;
}

.toTop a:hover {
	color: #e6a02c;
	text-decoration: underline;
}