@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since: 2008-07-15
Modified: 2008-08-05
Version: 1.01
Auther: Akiko Kurono(crema)

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	padding: 0;
	background: transparent;
	margin: 0;
}

ul,li,dl,dt,dd{
	list-style:none;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}
a img{
	border: none;
}
a{
	text-decoration: none;
}
a:link{
	color: #000000;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
}

body {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-size-adjust:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

p {
	margin: 0 0 1em 0;
}

select option {
	padding: 0 5px;
}

/* ------------------------------------------

content

------------------------------------------*/

body > ul > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 1px 10px;
/*    background: url(listGroup.png) repeat-x; */
    background-color: #818181; 
    font-size: 14px;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

#menu {
	font-size: 14px;
	margin-top: 0px;
}

#menu li {
	padding-left:10px;
	background:url(http://www.avengers.jp/smartphone/img/iPhoneArrow.png) no-repeat right;
	border-bottom:solid 1px #CCC;
}


.top_header {
	position: relative;
	width: auto;
	margin-top: 0;
	padding-top: 0
	text-align: center;
	height:70px;
}

.top_text {
	font-size: 18px;
	text-align: right;
	padding-right:10px;
}

.top_footer {
    position: relative;
	margin-top: 30px;;
	padding-top: 22px;
    position: relative;
    width: auto;
	text-align: center;
}

.copyright {
	font-size: 12px;
	text-align: center;
}

div#content {
	padding: 10px;
}

p#logo {
	background: #6d84a2 url(../img/header_bg.png) repeat-x left top;
	padding: 10px;
	text-align: center;
}

p#logo a {
	font-weight: bold;
	color: #ffffff;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
}

h1 {
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	margin-bottom:10px;
}

p#topicpath {
	font-style: normal;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

blockquote {
	color: #333333;
	padding: 20px;
	margin: 0 0 1em 0;
	background-color: #F5F5F5;
	}

p.previousEntry {
	float:left;
	width: 45%;
	padding: 0.5em 0;

}

p.nextEntry {
	float:right;
	width: 45%;
	text-align: right;
	padding: 0.5em 0;

}

p.totop {
	clear: both;
	padding: 0.5em 0;
}
