/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #352925;
	font-size: 12px;
	font-family: Lucida Grande, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ Ｐゴシック, Osaka, sanserif;
	line-height: 1.6em;
	background-color: #ffffff;
	background-image:url(http://img13.shop-pro.jp/PA01075/867/etc/back01.gif);
	background-repeat: repeat-x;
	text-align:left;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

/* リンクカラー（初級モードで設定できます） */
/* ----------------------------------------------------- */

a:link,
a:visited,
a:active  { color: #504537; text-decoration: none;}
a:hover   { color: #001166; text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:750px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　画面右側メニューの幅　*/
.side {
	float: left;
	width:230px;
}

/*　画面左側の幅　*/
.main {
	float: left;
	width: 520px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
font-size: 10px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 0px 0px;
}
/* ------------------------------------- 
 *	項目名
 * ------------------------------------- */
#topic01{

font-size:16px;
line-height:25px;
letter-spacing:1px;
}

/* ------------------------------------- 
 *	カテゴリー名
 * ------------------------------------- */
#category01{

font-size:20px;
line-height:35px;
letter-spacing:2px;
font-variant: normal;
}

/* ------------------------------------- 
 *	元ホームページ使用
 * ------------------------------------- */
.navi {
	font-size: 12px;
	color: #352925;
	font-variant: normal;
	letter-spacing: 0.1em;
}
.textmidasi {  font-size: 17px; font-weight: bold}

.f00pt {
	font-size: 15px;
	color: #352925;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.2em;
}
.f00year {
	font-size: 11px;
	color: #352925;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.2em;
}
.f00ex {
	font-size: 14px;
	color: #352925;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.1em;
}
.f0001 {
	font-size: 11px;
	color: #352925;
	font-variant: normal;
}
.f0002 {
	font-size: 10px;
	color: #352925;
	font-variant: normal;
}
.f0003 {
	font-size: 9px;
	color: #504537;
	font-variant: normal;
}
.text8p {  font-size: 8px}
.text1p { font-size: 1px;line-height: 1px;}

/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	margin: 0px 12px 50px 0px;
	width:175px;
	float:left;
}


/* ************************************************ 
 *	iPhone  対応
 * ************************************************ */

*	{
	-webkit-text-size-adjust: none;
	}
/* ------------------------------------- 
 *	一覧画像のボーダー
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #dddddd solid;
}

