@charset "UTF-8";

/* FELISTELLA合同会社 メインスタイルシート */


body {
	color: #2d2a55;
	margin: 0;
	background: #ffffff;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Osaka,'ＭＳ ゴシック', "MS Gothic",sans-serif;
}

a:link		{ color: #ff8e14; }
a:visited	{ color: #ff8e14; }
a:active	{ color: #8e14ff; }
a:hover		{ color: #8e14ff; }

ul {
	list-style-type: none;
}

a {
	border: 0px;
	text-decoration: none;
}

img {
	border: 0px;
}


/* 共通部分 */


.ctgtitle, .newsctg {
	margin: 8px 0;
	padding: 0 0 8px 0;
	text-align: left;
	width: 700px;
}

.ctgtitle_back {
	background: url(../images/tytle_bar.gif) no-repeat;
	height: 24px;
}

.ctgtitle_back .title{
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 13px;
}


/* 更新履歴 */

.newsctg {
/*	background: url(../images/line.gif) no-repeat center bottom;	*/
}

.newsctg .comment{
	margin: 8px 0 8px 32px;
	font-size: 12px;
}


.newsctg p{
	margin: 8px auto;
}

.image_right {
	margin-top: 32px;
	width: 250px;
	float: right;
	clear: both;
}

.under_line {
	margin: 8px auto;
}

