body		{margin: 0;
		padding: 0;
		background-repeat: repeat-y;
		background-color: #F5F5F5}

a	{color: #017acd}

/* コンテナ */
div#container	{background-image: url(image/side-blue.png);
		background-repeat: repeat-y;
                background-color: #ffffff;
		width: 760px;
		margin-left: auto;
		margin-right: auto}

/* ヘッダー */
div#header      {background-color: #ffffff;
                background-image: url(image/arrows-header.jpg);
		background-repeat: no-repeat ;
                padding: 1px}

div#header h1 　{margin:0}

div#header p	{color:#000000;
		font-weight: bold; 
		font-size: 12px;
		margin:0}

/* ヘッダー 2 */
div#header2     {background-color: #ffffff;
                background-image: url(image/bar-blue.png);
		background-repeat: repeat-x  ;
                padding: 5px;
		margin:0px 0px 0px 0px;
		border-bottom: solid 2px #000000}

div#header2 h1	{margin:0}

div#header2 p	{color:#ffffff;
		font-weight: bold; 
		font-size: 12px;
		margin:0px 0px 0px 50px}




/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 10px}


/* コンテンツ */
div#content	{width: 540px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url(image/bar-blue.png);
	border-bottom: solid 2px #000000;
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(image/bar-blue2.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 15px;
	color: #696969;
	line-height: 1.6;
	margin-top: 5px}

div#content p#message	{margin-top: 0}


/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}


ul.sidemenu	{border-top: solid 1px #ffffff;
	font-size: 0.75em;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px}

ul.sidemenu li a:hover	{background-color: #017acd;}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}

/* 右サイドバー */
div#sidebar-right	{width: 166px;
	float: right}

div.info	{border: solid 1px #8cc63f;
	margin-bottom: 20px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 5px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px;
	padding: 0}

div#sidebar-right ul li 	{background-image: url(maru-green.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none}


/* フッター */
div#footer	{background-image: url(image/line-blue.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 760px;
	padding-top: 8px;
        padding-bottom: 20px
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}