@charset "utf-8";
/*
Theme Name: kisen
Theme URI: http://www.kisenfukushi.com
Author: kisen
Author URI: http://www.kisenfukushi.com
Description: 社会福祉法人嬉泉様用 アトリエAUTOS用 スタイルシート
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #FFF;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:173px;
	margin:20px auto;
	background-image:url('images/autos_top_header_img.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

#page_header {
	width:800px;
	height:;
	margin:20px auto;
}


#sidebar {
	width:200px;
	min-height:600px;
	float:left;
}

#sidebar ul {
	margin-top:30px;
}

#sidebar li {
	margin-top:10px;
}


/* =Content
----------------------------------------------- */


#content {
	width:600px;
	min-height:600px;
	float:right;
}

#content h2 {
	margin:80px 0 0 40px;
	font-size:18px;
	color:#444;
	border-left:5px solid #F00;
	padding:10px 20px;
}

#content h3 {
	width:500px;
	margin:40px 0 0 40px;
	font-size:14px;
	color:#444;
	border:1px solid #F88;
	padding:5px 10px;
}


#content p.notice {
	margin-top:15px;
	font-size:12px;
	color:#F00;
	margin-left:70px;
}

#content p {
	margin:15px 20px 15px 15px;
	color:#222;
	font-size:12px;
	text-indent:10px;
	line-height:2.3em;
}

#content p a {
	color:#444;
}

#content .name_group {
	width:610px;
	height:145px;
	margin:0 0 0 20px;
	position:relative;
}

#content .name_group .name {
	position:absolute;
	top:60px;
	left:0;
	border-left:5px solid #F00;
}

#content .name_group .name_e {
	position:absolute;
	top:85px;
	left:10px;
	color:#F00;
}

#content .name_group img {
	position:absolute;
	top:0;
	right:45px;
}

#content .gallery_group {
	width:580px;
	margin:30px 0 0 20px;
	font-size:12px;
	color:#444;
	border-bottom:1px solid #CCC;
}

#content .gallery_group p.name {
	border-left:5px solid #F00;
}

#content .gallery_group p.name_e {
	color:#F00;
}
